0.0.1 • Published 1 year ago

@nomadic-labs/rescript-taquito v0.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

Taquito Rescript Bindings

Status

⚠️ Work in progress

Installation

yarn add rescript-taquito

rescript-taquito should be added to bs-dependencies in your bsconfig.json:

{
  //...
  "bs-dependencies": [
    // ...
+    "rescript-taquito"
  ],
  //...
}