Skip to content
Snippets Groups Projects
Select Git revision
  • sagotch@fix-types
  • sagotch@fix-types0
  • main default protected
  • sagotch@MichelineMichelsonV1Expression-exposed
  • sagotch@functor
  • main-ci-add-code_navigation
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
10 results

rescript-beacon-sdk

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