npm install -g elven-tools
-> install the npm library (you would need to have Node configured on the system)elven-tools derive-pem
-> provide the seed phrase, the walletKey.pem file will be generatedelven-tools deploy nft-minter
-> provide all the data. There will be a couple of promptselven-tools nft-minter issue-collection-token
-> provide the name and ticker. You can also provide a separate name for NFTs. You can also opt-out of adding the edition number to the name.elven-tools nft-minter set-roles
-> roles for the issued tokenelven-tools nft-minter start-minting
-> starts the minting. By default, it is paused at startelven-tools nft-minter mint
-> mint tokens, provide the amount, be careful. There will be custom limits per addressThere is also a video which shows it. So I recommend you to check it out:
Then you can also initialize the Minter Dapp template by using elven-tools init-dapp
.
Check how to start with it here: How to start with the Dapp.
npm install -g elven-tools
-> install the npm library (you would need to have Node configured on the system)elven-tools derive-pem
-> provide the seed phrase, the walletKey.pem file will be generatedelven-tools deploy sft-minter
-> deploy the SFT minter smart contract from GitHub directly or from local file systemelven-tools sft-minter issue-collection-token
-> provide collection token name and tickerelven-tools sft-minter set-roles
-> required roles for the issued tokenelven-tools sft-minter create
-> create SFT token and provide all required data using promptselven-tools sft-minter start-selling
-> start the selling process, you can also pause it with pause-selling
elven-tools sft-minter buy
-> buy an amount of SFT tokens, it will respect max tokens per address limitThere is also a video which shows it. So I recommend you to check it out: