Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 696 Bytes

solidity-erc20-notas-alumno

Smart Contract developed with Solidity and Ganache in Ethereum blockchain

How to run?

  1. Install dependencies

    npm i package.json

  2. Compile and migrate Smart Contract

    truffle migrate --reset

Deploy contracts in Binance Smart Chain Testnet (BSC)

  1. Edit file ".secret" with secret key wallet in Root folder

  2. Compile and migrate Smart Contract

    truffle migrate --reset --network bsc

Deploy contracts in Polygon Testnet (MATIC)

  1. Edit file ".secret" with secret key wallet in Root folder

  2. Compile and migrate Smart Contract

    truffle migrate --reset --network polygon

Testing

  1. Testing Smart Contracts

    truffle test