Skip to content

Test repository for a Solidity-based blockchain token

Uniterno/TestCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TestCoin

Test repository for a Solidity-based blockchain token.

Requirements

How to deploy

Testnet
Network Name: Smart Chain - Testnet
New RPC URL: https://data-seed-prebsc-1-s1.binance.org:8545/
ChainID: 97
Symbol: BNB
Block Explorer URL: https://testnet.bscscan.com/
  • Go to Metamask settings and add a new network using the values from the previous article.
  • When using Binance's testnet, go to Binance's account funding to obtain free BNB. Copy your account hash to fund it.
  • Navigate to Ethereum's compiler
  • Create a new workspace.
  • In the newly made workspace, add a new .sol file with whatever name you opt for.
  • Copy our contract and modify it as desired.
  • Compile the project.
  • Go to "Deploy and Run Transactions".
  • Choose Injected Web3 as Environment and input your account hash.
  • Select your contract file and deploy!
  • Confirm your deployment on Metamask.

That's it! You can begin trading now!

Confirm transactions

  • Navigate to BscScan's testnet.
  • Look up the contract address and verify the information is accurate.

Built using

  • Solidity
  • Metamask
  • Ethereum

About

Test repository for a Solidity-based blockchain token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published