leoparis89 / rescript-beacon-sdk

Beacon Rescript bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
  ],
  //...
}

About

Beacon Rescript bindings


Languages

Language:ReScript 100.0%