lino-js
v1.1.2
Published
lino-js is the JS library of the Lino Blockchain. It's created for ease use of building DApps on Lino blockchain, as well as providing more query APIs than blockchain supported.
Downloads
106
Readme
lino-js
lino-js is the JS library of the Lino Blockchain. It's created for ease use of building DApps on Lino blockchain, as well as providing more query APIs than blockchain supported.
Preqrequisite
Install via NPM
- install:
npm install lino-js
- test:
npm test
More information on https://www.npmjs.com/package/lino-js
Install via Yarn
- install:
yarn
- test:
yarn test:browser
In browser
You can use it directly from CDN.
On jsDelivr:
last version:
- https://cdn.jsdelivr.net/npm/lino-js/lib/lino-js.umd.min.js
or specific version:
- https://cdn.jsdelivr.net/npm/[email protected]/lib/lino-js.umd.min.js
On unpkg:
last version:
- https://unpkg.com/lino-js/lib/lino-js.umd.js
or specific version:
- https://unpkg.com/[email protected]/lib/lino-js.umd.js
Contributions
Patches are welcome! If you would like to contribute, but don't know what to work on, check the issues list.
Issues
When you find issues, please report them!
Developer Community
Please join us on on:
Subsribe to email list on our website.
To enable the private key check hook:
$ git config core.hooksPath .githook