0.4.0 • Published 28 days ago

@siafoundation/walletd-js v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
28 days ago

walletd-js

SDK for interacting with walletd.

Installation

npm install @siafoundation/walletd-js

Usage

import { Walletd } from '@siafoundation/walletd-js'

const walletd = Walletd({
  api: 'http://localhost:9980/api',
  password: 'password1337',
})

const events = await walletd.walletEvents({
  params: {
    id: 'wallet-1',
    limit: 10,
    offset: 0,
  },
})
const peers = await walletd.syncerPeers()
console.log(events.data, peers.data)
0.3.4-beta.1

2 months ago

0.3.4-beta.0

2 months ago

0.3.0

4 months ago

0.4.0-beta.2

1 month ago

0.2.6

7 months ago

0.4.0-beta.3

1 month ago

0.4.0-beta.4

1 month ago

0.3.2

3 months ago

0.4.0

28 days ago

0.3.1

3 months ago

0.2.5

7 months ago

0.3.3

2 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

10 months ago

0.2.2

12 months ago

0.2.4

10 months ago

0.1.1

1 year ago

0.1.0

1 year ago