Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
elven-tools
Advanced tools
Interacting with custom NFT/SFT-related smart contracts on the MultiversX blockchain
The CLI tool helps to:
For now it is designed to deploy contracts:
Be aware that smart contracts doesn't have any audits. They has complete functionality for the first versions, but they still needs some improvements. Test them first on the devnet/testnet.
You can use elven-tools-dapp as your frontend dapp for minting process! (NextJS based app with all 4 auth providers included, and React hooks for interaction) (Learn more about it here: How to start with the Dapp) For now, by default it supports only NFT smart contract, but it will handle both in the future.
The Elven Tools CLI is a Node.js command line tool. Your machine must have Node.js installed.
npm install elven-tools -g
- install elven-tools cli toolelven-tools --version
or elven-tools -v
- check current versionelven-tools --help
or elven-tools -h
- for getting the commands on the root levelelven-tools nft-minter --help
or elven-tools nft-minter -h
- for getting all the commands for the subcommandYou can also use it with npx
directly. For example:
npx elven-tools deploy nft-minter
Check out the TL;DR and longer description here: Jump start
For NFT: Examples of how you can configure your Smart Contract in a couple of scenarios and how to use the CLI to do this faster and more efficient: www.elven.tools/docs/elven-tools-workflows.html
For all commands, check out the docs: www.elven.tools/docs/cli-commands.html
For all configuration options check out the docs: www.elven.tools/docs/cli-introduction.html#custom-configuration-options
Here are ready-to-use recipes and more information on real-life use cases: Elven Tools Recipes
Please post issues and ideas here.
MIT
1.23.0 (2023-09-16)
FAQs
Interacting with custom NFT/SFT-related smart contracts on the MultiversX blockchain
The npm package elven-tools receives a total of 0 weekly downloads. As such, elven-tools popularity was classified as not popular.
We found that elven-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.