@taquito/michelson-encoder

v11.0.0
converts michelson data and types into convenient JS/TS objects
tezos blockchain michelson smart-contract

lint

eslint --ext .js,.ts .

test

jest --coverage

build

npm run version-stamp && tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts

start

npm run version-stamp && rollup -c rollup.config.ts -w

prebuild

rimraf dist

precommit

lint-staged

test:prod

npm run lint && npm run test -- --no-cache

test:watch

jest --coverage --watch

version-stamp

node ../taquito/version-stamping.js
npm i @taquito/[email protected]

Source Code

Metadata

  • MIT
  • >=6.0.0
  • Simon Boissonneault-Robert
  • released 11/17/2021

Downloads