Set up Metamask for QuarkChain
Manual Instructions
- Open Metamask, and select “Custom RPC” from the Network Dropdown.
- In the “Custom RPC” Settings, add in the QuarkChain network details for a shard and click Save. Different shards have different configurations. The following sample is the configuration of share 0. For the configuration of other shards, you can see here: https://developers.quarkchain.io/#metamask
- Network Name: QuarkChain S0
- New RPC URL: http://eth-jrpc.mainnet.quarkchain.io:39000
- Chain ID: 100001
- Symbol: QKC
- Block Explorer URL: https://mainnet.quarkchain.io/0
Transfer QKC
- click the “send” button on the metamask to transfer the QKC token.
- Fill in the amount you want to transfer, and click “Next” → “Confirm” to finish the transaction.
Use of Remix (deploy a simple ERC20 contract)
- Usage Remix to edit and compile contract
- At Environment, choose Injected Web3, select the deployment account and click deploy.
- After successfully deployed, you can add tokens to metamask.
4) After the ERC20 token is added to metamask, you can transfer the token to other accounts.
- You can see the transaction state and history under the Activity tab in Metamask.