1.0.9 • Published 2 years ago
@nomadic-labs/rescript-beacon-sdk v1.0.9
Beacon SDK Rescript Bindings
Status
⚠️ Work in progress
Only WalletClient currently implemented
Installation
yarn add rescript-beacon-sdk
rescript-beacon-sdk
should be added to bs-dependencies
in your
bsconfig.json
:
{
//...
"bs-dependencies": [
// ...
+ "rescript-beacon-sdk"
],
//...
}