0.4.0 • Published 2 months ago

@siafoundation/walletd-js v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months 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

5 months ago

0.4.0-beta.2

2 months ago

0.2.6

7 months ago

0.4.0-beta.3

2 months ago

0.4.0-beta.4

2 months ago

0.3.2

4 months ago

0.4.0

2 months ago

0.3.1

4 months ago

0.2.5

8 months ago

0.3.3

2 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

11 months ago

0.2.2

1 year ago

0.2.4

11 months ago

0.1.1

1 year ago

0.1.0

1 year ago