@siafoundation/sdk
v0.5.0
Published
SDK for interacting directly with the Sia network from browsers and web clients.
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()