JSPM

  • Created
  • Published
  • Downloads 805
  • Score
    100M100P100Q96027F
  • License MIT

A JS Library for Tezos

Package Exports

  • sotez
  • sotez/browser.js
  • sotez/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sotez) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

sotez

A JS Library for Tezos

npm install --save sotez

import sotez from 'sotez';

sotez.node.query('/chains/main/blocks/head')
  .then(response => console.log(response));

Or import individule modules

import { node } from 'sotez';

node.query('/chains/main/blocks/head')
  .then(response => console.log(response));

Contributing

License

MIT