@siafoundation/sdk
v0.2.3
Published
SDK for interacting directly with the Sia network from browsers and web clients.
Downloads
13
Readme
sdk
SDK for interacting directly with the Sia network from browsers and web clients.
Installation
npm install @siafoundation/sdk
Usage
import { initSDK } from '@siafoundation/sdk'
const sdk = await initSDK()
const { phrase, error } = sdk.wallet.generateSeedPhrase()