A library for building decentralized applications in Typescript and Javascript, currently focused on the Tezos platform.
ConseilJS connects to Tezos nodes for live chain data and operations and to Conseil servers for high-performance analytics on blockchain data. Internally, Cryptonomic uses Nautilus for infrastructure deployments of these services.
Add our NPM package to your project, or include in your web project as: ``.
$ npm i conseiljs
If you are using webpack in your project, add below lines to your webpack.config.js
file:
node: { fs: 'empty' }
We have a complete React application example for you to check out.
<script src="https://cdn.jsdelivr.net/gh/cryptonomic/conseiljs/dist-web/conseiljs.min.js"
integrity="sha384-2Vr3C3i7dq94sKc7JerYrW/o6fjD42NgOgfqNlw7ntyCQ0eMqHAk1ENOyQsXtJXo"
crossorigin="anonymous"></script>
A fully functional sample webpage example is available too.
We have ready-to-use examples to copy/paste.
There are many ways to contribute to this project. You can develop applications or dApps with it. You can submit bug reports or feature requests. You can ask questions about it on r/Tezos or the Tezos StackExchange. We certainly welcome pull requests as well.
- Some of the P2P messages are not implemented, specifically those used in baking operations.
- AWS-SDK dependency must remain as the Ledger Connect feature requires it.