BlockchainEvo / lino-js

JS library for easy usage of Lino Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

or specific version:

On unpkg:

last version:

or specific version:

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

About

JS library for easy usage of Lino Core


Languages

Language:TypeScript 73.8%Language:JavaScript 24.7%Language:Shell 1.2%Language:HTML 0.4%