/eth-smart-contract

Blockchain App Using Ethereum Smart Contracts and Solidity

Primary LanguageJavaScript

ETH-Smart-Contract

Blockchain App Using Ethereum Smart Contracts and Solidity

It contains 2 directories:

  1. contracts: Holds three contracts with different complexity level, denoted with number prefix in file name.
  2. scripts: Holds two scripts to deploy a contract. It is explained below.

SCRIPTS

The scripts folder contains example async/await scripts for deploying the 'Storage' contract. For the deployment of any other contract, 'contractName' and 'constructorArgs' should be updated (along with other code if required). Scripts have full access to the web3.js and ethers.js libraries.

To run a script, right click on file name in the file explorer and click 'Run'. Remember, Solidity file must already be compiled.

Output from script will appear in remix terminal.