Deploy Ethereum Smart contract on ParaState Testnet

Syed
3 min readApr 25, 2021

Hi Folks!!! Welcome to learn How to Implement Any Ethereum based smart contarct on a parastate blockchain without any changes to the actual underlaying code. Let’s get started with the prerequisites….

  1. Metamask extension installed in any supported web browsers.
  2. Basic Solidity Smart Contract Skills.

Thats it. We are ready to start the setup.

Adding Parastate network in the meta mask:

Below picture will provide ample data to make that process simple. Here is the data that need to be filled in the custom rpc.

Network Name: ParaState

New RPC URL : https://rpc.parastate.io:8545

Chain ID: 123

Currency Symbol (Optional): STATE

Get ur self funded with some Testnet tokens by submitting address to the below link.

http://faucet.parastate.io

u will get 1 state token per submit.

Setting up the Compiler:

Now we are all set to open the compiler and set up the account

Open the website : http://buidl.secondstate.io/parastate and follow the pictured steps.

Executing the Code:

Once imported , Its time to get ur hands dirty and write and awesome short code of ur preference. Once written follow the next steps as mentioned in the pictures.

Congratulations!!!✌️😜😍 . U now successfully executed an Ethereum smart contract in an parastate Testnet.

Happy Coding!!! Happy Life!!!

--

--