npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

elven-tools

v1.31.0

Published

Interacting with custom NFT/SFT-related smart contracts on the MultiversX blockchain

Downloads

224

Readme

Elven Tools CLI

What is it?

The CLI tool helps to:

  • deploy the NFT and SFT minter smart contracts on the MultiversX blockchain
  • setup and interact with the NFT and SFT minter smart contracts on the MultiversX blockchain
  • provides a couple of helper tools for getting the data from API (NFTs)
    • get collection owners => docs
    • filter and export the data
    • distribute EGLD, ESDT, SFT and Meta ESDT to the NFT owners of a collection => docs

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.

Tracking the progress

How does it work?

The Elven Tools CLI is a Node.js command line tool. Your machine must have Node.js installed.

General how to:

  • npm install elven-tools -g - install elven-tools cli tool
  • elven-tools --version or elven-tools -v - check current version
  • 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

You can also use it with npx directly. For example:

  • npx elven-tools@latest deploy nft-minter

Steps for deploying and interacting with the Smart Contract:

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

Check out possible workflows

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

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

Most common recipes

Here are ready-to-use recipes and more information on real-life use cases: Elven Tools Recipes

You may also like

  • Buildo.dev - Buildo.dev is a MultiversX app that helps with blockchain interactions, like issuing tokens and querying smart contracts.
  • elven.js - simplified wrapper over JS sdk-core, designed to work as a plug-n-play solution for browser based use cases. No build steps and frameworks, just one file to rule it all! Check usage examples!
  • useElven - React hooks for MultiversX
  • NFT Art Maker - generates images and metadata files and packs them into CAR files, all from provided PNG layers.
  • Buildo Begins - CLI toolset for interacting with the MultiversX blockchain, APIs and smart contracts
  • Export collection owners to CSV

Issues and ideas

Please post issues and ideas here.

Contact

License

MIT