Using Remix IDE
Last updated
Last updated
Remix IDE is an online no-setup platform maintained by the Ethereum Foundation with a GUI for developing smart contracts. You can check the Remix IDE docs to learn more about deployment.
Check if you are using the right network configuration
Have enough test tokens in your wallet
Let's write a simple one-of-one NFT contract based on OpenZeppelin's open-source ERC-721 implementation to tokenize our CBO's prized Rolex watch on Plume Testnet.
Go to Remix IDE and create a new file. We are using a sample file named RolexYachtMaster40.sol
.
Make sure you are on Plume Testnet network in MetaMask.
Select Injected Provider - MetaMask in the Environment dropdown and select the account which has sufficient ETH to pay to gas fees. As for our sample contract, no need to change other fields and click on Deploy button
There will be a pop-up on MetaMask to confirm the transaction (asking for gas fees), on confirming the contract will be deployed.