shelf-network-sdk is a client-side SDK for Shelf.Network platform.
npm install shelf-network-sdk@0.0.25
shelf-network-sdk
is a client-side Javascript library for ShelfNetwork distributed auction platform.
Add ShelfNetwork SDK to your project:
npm install -S shelf-network-sdk
Create an SDK instance:
import { ShelfNetwork } from 'shelf-network-sdk'
let sdk = await ShelfNetwork.create('https://backend.shelf.network')
Grab your ShelfNetwork wallet:
let wallet = await sdk.wallets.get('my@email.com', '<my password>')
sdk.useWallet(wallet)
Read the docs(coming soon)
Check out our Development Guide.(coming soon)
shelf-network-sdk is licensed under an Apache-2.0 license.