#Shardeum has recently deployed its Betanet Sphinx
On this occasion we're just going to see how to deploy smart contracts on this Layer
Very few people will do, so that will maybe make difference for an #airdrop
2/ For those who don't know Shardeum yet (come out of your cave ๐ ) it's an EVM based L1 that uses dynamic state sharding to achieve linearly scalability
> select ERC20
> choose a name and symbol for your token
> set an amount in 'premint'
(ex. 1 000 000 000)
When it's done, click on 'Open in Remix' โ
5/ 2๏ธโฃ On Remix, click 'Compile Contract' button
After compiling:
> go to Deploy & Run Transactions
> ENVIRONMENT > Injected Provider #Metamask ( you should see your own adress if you have done everything right )
> Press DEPLOY โ
Your smart contract is deployed ๐
6/ 3๏ธโฃ Now scroll down, under 'Deployed Contracts' :
> click on your contract to open the window
> select 'Transfer', write your own address and amount you want to transfer ( number of tokens doesn't matter, if you 1000 tokens, type 1 and 21 zero like on screenshot below)
7/ > click on 'transact' and
> confirm transaction on your wallet โ
Congratulations on finishing the ERC20 part ๐
You can verify that all transactions were successful by pasting your metamask address into the explorer ๐ explorer-sphinx.shardeum.org
8/ ๐๐ฅ๐๐ณ๐ฎ๐ญ ( ๐ก๐๐ง)
Now second part, we gonna deploy an ERC721 ( NFT) Smart Contract ๐