Taquito Rescript Bindings
Status
Installation
yarn add rescript-taquito
rescript-taquito
should be added to bs-dependencies
in your
bsconfig.json
:
{
//...
"bs-dependencies": [
// ...
+ "rescript-taquito"
],
//...
}