Migrate your EVM smart contract
In terms of programmability, Arthera is similar to Ethereum. Both networks run the Ethereum Virtual Machine (EVM) to support smart contract functionality.
Because Arthera supports all programming languages, developer tooling and standards that target the EVM, deploying your contracts on Arthera should follow the same process as with other EVMs:
Configure your contract tooling and SDKs to target the Arthera testnet:
- RPC Endpoint:
https://rpc-test.arthera.net
- WebSocket Endpoint (Optional):
wss://ws-test.arthera.net
- Chain ID:
10243
- RPC Endpoint:
Create an account using the Arthera Wallet and get some testnet AA coins from the Testnet Faucet or directly from the wallet.
Deploy your contract(s)
Check the Blockchain Explorer for the deployment transaction to be successful
Optionally verify your contract. Go to the Blockchain Explorer, search for your contract address and click the
Verify and Publish
button under theContract
tab:

Learn more abot contracts verification
Latest update: September 19, 2023