
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@melonproject/melonjs
Advanced tools
A convenient JavaScript interface to the Melon protocol Ethereum smart contracts.
A convenient JavaScript interface to the Melon protocol Ethereum smart contracts.
This library is published as an npm package. You can install it through npm or yarn.
# Using yarn
yarn add @melonproject/melonjs
# Using npm
npm install @melonproject/melonjs
Before you can start developing, you'll need to have Node.js and Yarn installed.
Installing only takes two commands and you're ready to roll:
# Install all library dependencies.
yarn install
# Generate the abi and bytecode files for the smart contracts.
yarn codegen
You are now ready to start development. Documentation is available here. There are also several helpful scripts in package.json for testing, test coverage, building and watch mode.
The tests contained in this repository use an in-memory ganache test chain.
In order to execute the tests, simply run:
yarn test
Third party contributions to this project are welcome and encouraged. If you want to contribute, please open an issue before submtting a pull requests so we can discuss the proposed changes and/or additions.
Please note that all repositories hosted under this organization follow our Code of Conduct, make sure to review and follow it.
FAQs
A convenient JavaScript interface to the Melon protocol Ethereum smart contracts.
The npm package @melonproject/melonjs receives a total of 5 weekly downloads. As such, @melonproject/melonjs popularity was classified as not popular.
We found that @melonproject/melonjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.