shelf-network-sdk

shelf-network-sdk is a client-side SDK for Shelf.Network platform.


Keywords
shelfnetwork
License
Apache-2.0
Install
npm install shelf-network-sdk@0.0.25

Documentation

ShelfNetwork JS SDK

Overview

shelf-network-sdk is a client-side Javascript library for ShelfNetwork distributed auction platform.

Getting Started

  1. Add ShelfNetwork SDK to your project:

    npm install -S shelf-network-sdk
    
  2. Create an SDK instance:

    import { ShelfNetwork } from 'shelf-network-sdk'
    
    let sdk = await ShelfNetwork.create('https://backend.shelf.network')
    
  3. Grab your ShelfNetwork wallet:

    let wallet = await sdk.wallets.get('my@email.com', '<my password>')
    sdk.useWallet(wallet)
    
  4. Read the docs(coming soon)

Development

Check out our Development Guide.(coming soon)

License

shelf-network-sdk is licensed under an Apache-2.0 license.