0.1.2 • Published 4 years ago
zilliqa-js-implementation v0.1.2
Welcome to zirconium-js
Zirconium-js, part of the Zilliqa development tools.
Zirconium-js uses zilliqa to simulate full client behavior and make developing Zilliqa applications faster, easier, and safer. It also includes all popular RPC functions and features (like events) and can be run deterministically to make development a breeze.
Installation
Is written in TypeScript and distributed as a Node.js package via npm. Make sure you have Node.js (>= v11) installed.
- Install:
$ npm install
- run:
$ npm start
- build to javascript:
npm run build