zerohm

0.5.7 • Public • Published

Zerohm JavaScript API

NPM

This is the Zerohm compatible JavaScript API. Users can use it in browser and node.js. This javascript library also support API for our Repl console. Users can sign/send transactions and deploy/call smart contract with it. zom.js

Install && Package

Use the npm installation dependencies

npm install

Use gulp to package the zom.js:

gulp

Now we can check the newly created files in /dist

Here you should see a bunch of js files.

  • zom.js:Used in browser side. Only RPC interface supported.
  • zom-light.js:Used in Repl console. Not including outside dependency.
  • zerohm.js: Fully functional in the browser. Users can create an address, sign a transaction, and deploy/call a smart contract.
CDN Support

zom.js has been released to NPM, and developers can use the following code through CDN addition.

<script src="https://cdn.jsdelivr.net/npm/zerohm@0.5.5/dist/zerohm.js"></script>

Documentation

Public API documentation link

For build API documentation run gulp documentation task.

Generated documentation you can check in /documentation folder.

Usage

zom.js is a useful library for zerohm developers. It provides rich underlying support in web and node.js's dapp. It implements the following functions.

  • The RPC interface for the zerohm node is encapsulated;
  • Create and manage the private key and address of the zerohm;
  • Generate the transaction object and sign the transaction.
  • Deploy/call smart contract, breakpoint debugging support.

The use of zom.js can be used as examples:

Contribution

We are very glad that you are considering to help Zerohm Team or go-zerohm project, including but not limited to source code, documents or others.

If you'd like to contribute, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on our slack channel to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.

Please refer to our contribution guideline for more information.

Thanks.

License

The go-zerohm project is licensed under the GNU Lesser General Public License Version 3.0 (“LGPL v3”).

For the more information about licensing, please refer to Licensing page.

Readme

Keywords

Package Sidebar

Install

npm i zerohm

Weekly Downloads

2

Version

0.5.7

License

LGPL-3.0

Unpacked Size

134 kB

Total Files

40

Last publish

Collaborators

  • yangshun2532