Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.0
2 results

inkscape-multipage-export

  • Clone with SSH
  • Clone with HTTPS
  • 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"
      ],
      //...
    }