All Projects → juliancwirko → elven-nft-minter-sc

juliancwirko / elven-nft-minter-sc

Licence: other
Elven Tools SC - Smart Contract for launching NFTs collections on the Elrond blockchain

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to elven-nft-minter-sc

nft-contracts
Open-source NFT contracts used by buildship.dev
Stars: ✭ 60 (+100%)
Mutual labels:  smart-contracts, nft
fnd-docs
Foundation developer docs
Stars: ✭ 33 (+10%)
Mutual labels:  smart-contracts, nft
dfk
Interact with the contracts of DefiKingdoms
Stars: ✭ 74 (+146.67%)
Mutual labels:  smart-contracts, nft
waifusion-site
The new Waifusion dApp website in React (old website in v1 branch)
Stars: ✭ 20 (-33.33%)
Mutual labels:  smart-contracts, nft
nba-smart-contracts
Smart contracts and transactions for Topshot, the official NBA digital collectibles game on the Flow Blockchain
Stars: ✭ 316 (+953.33%)
Mutual labels:  smart-contracts, nft
Smart-Contract-Security-Audits
Certified Smart Contract Audits (Ethereum, Hyperledger, xDAI, Huobi ECO Chain, Binance Smart Chain, Fantom, EOS, Tezos) by Chainsulting
Stars: ✭ 325 (+983.33%)
Mutual labels:  smart-contracts, nft
gas-reporting
Reference documentation on every gas price API and all the different formats
Stars: ✭ 85 (+183.33%)
Mutual labels:  smart-contracts, nft
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (+176.67%)
Mutual labels:  smart-contracts, nft
tinlake
Smart contracts for Tinlake, the on-chain securitization protocol for real-world assets
Stars: ✭ 85 (+183.33%)
Mutual labels:  smart-contracts, nft
bcdhub
Better Call Dev backend
Stars: ✭ 30 (+0%)
Mutual labels:  smart-contracts, nft
nft-tutorial
Tezos FA2 NFT CLI Tool And Tutorial
Stars: ✭ 81 (+170%)
Mutual labels:  smart-contracts, nft
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: ✭ 339 (+1030%)
Mutual labels:  smart-contracts, nft
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (-40%)
Mutual labels:  smart-contracts, nft
CryptoPunks
Subgraph for the Cryptopunks marketplace
Stars: ✭ 37 (+23.33%)
Mutual labels:  nft
svgnft
Making it slightly easier to create fully on-chain SVG-based NFTs.
Stars: ✭ 44 (+46.67%)
Mutual labels:  nft
uniswap-skim
scripts to scan all of the uniswapV2🦄 contracts on ethereum and search for skim opportunities
Stars: ✭ 126 (+320%)
Mutual labels:  smart-contracts
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+640%)
Mutual labels:  smart-contracts
PhantasmaChain
Blockchain with native storage and smart contract integration.
Stars: ✭ 74 (+146.67%)
Mutual labels:  smart-contracts
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+116.67%)
Mutual labels:  smart-contracts
jsartoolkit5
Javascript ARToolKit v5.x
Stars: ✭ 37 (+23.33%)
Mutual labels:  nft

NFT minter Smart Contract

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

You can use elven-tools-cli for deployment and interactions!

What is it?

You are reading about the Smart Contract designed for the Elrond blockchain. Its primary purpose is to provide a simple logic for minting and buying a previously configured collection of NFTs. It does it in a randomized way. Version 1 of it supports:

  • issuing the collection token
  • setting the create role
  • pausing/unpausing the process
  • random mint and distribution
  • minting multiple NFTs in one transaction
  • giveaway options
  • possibility to split the process into drops/waves
  • claiming the developer rewards
  • changing basic setup where it is possible

Check the abi file for more information.

Also, check how simple it is to deploy and interact with it using elven-tools-cli.

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 endpoints with short descriptions

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

Other ways of using it

You can always clone it and change it as you need. The best is to use the Elven Tools CLI tool, which can also be configured after changes. But nothing stops you from using the erdpy and interacting with this Smart Contract. It is all up to you.

TODO:

Rust devs, I would appreciate it if you could leave your insights ❤️

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].