Code Monkey home page Code Monkey logo

elven-tools-sft-minter-sc's Introduction

Elven Tools SFT Minter Smart Contract

The SFT minter will be a complementary tool of the new NFT minter but will also be used as an independent tool in many other use cases. Because there is no actual ETA for the new NFT minter, the SFT minter will have basic functionality at first and will be developed in time. But please add your requirements. Use the GitHub issues for that.

Current functionality

  • issue collection
  • configure and manage a collection
  • limit per one address
  • mint, create, buy and send SFTs (payment with EGLD)
  • claim funds from smart contract

For later

How to use it

The simplest way would be with Elven Tools CLI. You can find all the guidance here: SFT Workflow jump start. Check out short walkthrough video: youtu.be/rMF3ItijHUA.

You could also use mxpy tool.

Also check the interaction snippets included in the repository. Remember to set the path to your PEM file. You can do this in devnet.snippets.sh file.

In the latest version of VSCode MultiversX IDE extension, there is no more an option to run snippets, but you can do this by hand in the terminal (in the project root run):

deploy:

. interactions/devnet.snippets.sh && deploy

issueToken:

. interactions/devnet.snippets.sh && issueToken

setLocalRoles:

. interactions/devnet.snippets.sh && setLocalRoles

createToken:

. interactions/devnet.snippets.sh && createToken

buy:

. interactions/devnet.snippets.sh && buy

The code is open source, and there is an ABI file.

Testing

You will find tests in tests/elven_tools_sft_minter_sc_rust_test.rs. To run a test, you can click on the Run Test button from under the test name in VS Code or you can run it with

cargo test --test elven_tools_sft_minter_sc_rust_test

(Tests need some more love)

Contact

Other tools

elven-tools-sft-minter-sc's People

Contributors

juliancwirko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.