
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
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
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.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>
For build API documentation run gulp documentation task.
Generated documentation you can check in /documentation folder.
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 use of zom.js can be used as examples:
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.
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.
FAQs
Zerohm JavaScript API
The npm package zerohm receives a total of 10 weekly downloads. As such, zerohm popularity was classified as not popular.
We found that zerohm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.