10 Steps to be a Rebel (Mintooor)
Note: Steps 3-5 use Arweave for storage (preferable solution), but you could use almost any web/file host to store data as long as the URL won't change and is publicly available.
Have Eth in an Eth wallet connected through a web extension like MetaMask
Create RebelMint Contract
Select network in MetaMask (web extension)
Go to RebelMint.org and connect wallet
Load the Contract Builder
Fill out the fields for your NFT collection
Deploy the contract to the selected network and copy the address
Get Arweave wallet address: https://docs.arweave.org/developers/wallets/arweave-wallet
Get Arweave tokens (you won't need that much for image-based NFTs) -
Mine them: https://docs.arweave.org/developers/mining/mining-quickstart
Buy them: https://coinmarketcap.com/currencies/arweave/
Bridge from Eth: https://app.rocketx.exchange/swap/ETHEREUM.ethereum/ARWEAVE.arweave/0.07?from=Ethereum&to=Arweave
Send the tokens to your Aweave wallet address
Create an Arweave drive: https://ardrive.io/start/
Create a folder for your contract / collection to keep things organized
Prepare NFT image -
Upload image to Arweave
Copy the data data hash
Paste data hash after
https://arweave.net/to get public link
Prepare NFT metadata -
Load RebelMint Metadata Builder
Use NFT image link for Image URL and fill out other fields
Check the preview and if satisfied,
Download JSONUpload file to Arweave
Copy the data hash
Paste data hash after
https://arweave.net/to get public link
Create token -
Load RebelMint Token Manager
Enter your contract address
Enter the metadata link in the tokenURI field (Universal Record Identifier)
Fill out the other required fields (address entry is only needed if toggling on ERC-20 token)
Create token (you may need to refresh pages after txn - RebelMint app is barebones)
Execute minting options (contract has a token record but it hasn't been minted yet) -
Owner can mint a number of the NFT for free from token manager
Turn on public sale from token manager
Note that token editing functions are available on the chain explorer (RebelMint app is barebones)
Finishing up
Set up the collection details on Marketplaces (they'll assign a random name and likely won't show contract details)
Share your RebelMint shop via URL
Repeat steps 6-10 to create other NFTs
Have trouble? Pop into Matto's discord (RebelMint doesn't have one), be polite when explaining the issue, and be patient yo! I/Matto am kinda busy but will be happy to help.
Last updated