Category: Crypto Dev -> SmartContracts
Type: tutorial
How to run Solidity Docs Examples with Metamask." In this tutorial I will show you step-by-step how to use Remix and Metamask, which are tools that were originally built for Ethereum, to create and deploy a simple smart contract on RSKâ??s Testnet. Overview We will do these steps: Configure Metamask to connect to RSK testnet; Get some testnet RBTCs at faucet; Connect Remix with RSK Testnet; Create a smart contract at Remix; Compile it; Using Remix, deploy the smart contract at RSK Testnet; Know the RSK explorer; Interact with the smart contract; Check the transactions in Metamask. "
Back