Ethereum, Solidity
- IDE
- Wallet: chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/home.html#
- Solidity Docs
- MetaMask Docs
- Set up MetaMask extension for your browser
- Turn on test network Goerli or Sepolia
- Get tokens from Faucet
- Open https://remix.ethereum.org/
- Create a new file with smartcontract code
- Switch to the "DEPLOY & RUN TRANSACTIONS" tab
- Choose "Injected Web3" in "Environment"
- Specify the starting parameters of the contract and click "Deploy"
- In the MetaMask window confirm the operation
- Check in MetaMask that the contract deployment process is started
- When the deployment is completed, the contract will appear in the "Deployed Contracts" section
- All the functions of the contract are displayed here, you can use and test