JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q94520F
  • License MIT

Interacting with custom NFT related Smart Contracts on the Elrond blockchain

Package Exports

  • elven-tools
  • elven-tools/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (elven-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Elven Tools CLI

🚨 Be aware that the Smart Contract doesn't have any audits. It has complete functionality for the first version, but it still needs some improvements. Test it first on the devnet/testnet. 🚨

You can use elven-tools-dapp as your frontend dapp for minting process! (NextJS based app)

Tracking the progress

What is it?

  • The CLI tool helps to:
    • deploy the NFT minter Smart Contract on the Elrond blockchain
    • interact with the NFT minter Smart Contract on the Elrond blockchain
    • provides a couple of helper tools for getting the data from API

For now it is designed to deploy the contract: elven-nft-minter-sc.

How does it work?

General how to:

  • npm install elven-tools -g
  • elven-tools --version or elven-tools -v
  • elven-tools --help or elven-tools -h - for getting the commands on the root level
  • elven-tools nft-minter --help or elven-tools nft-minter -h - for getting all the commands for the subcommand

Steps for deploying and interacting with the Smart Contract:

Check out the TL;DR and longer description here: Jump start

Check out possible workflows

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

All Commands

For all commands, check out the docs: www.elven.tools/docs/cli-commands.html

Custom configuration options

For all configuration options check out the docs: www.elven.tools/docs/cli-introduction.html#custom-configuration-options

Contact

You may also like

  • NFT Art Maker - generates images and metadata files and packs them into CAR files, all from provided PNG layers.

Issues and ideas

Please post issues and ideas here.

License

MIT + GPLv3 (Elrond tooling)