Skip to content

hassantauqeer/solidity-smart-contracts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solidity-smart-contracts-boilerplate

This is a boilerplate for creating and deploying Smart Contracts in Solidity. Fully Automated just write your contract and import it in deploy and compile files.

ERC20 Dapp

Installation

  • To Test your contract
yarn run test
  • To compile your contract
yarn run compile
  • To deploy your contract
yarn run deploy
  • To compile & deploy your contract
yarn run cd

Project Structure

solidity-smart-contracts-boilerplate/
      build/       -> Build files of Contract
      contracts/	  -> Solidity Contracts
      tests/       -> Contract's Unit Tests
      dev/         -> contains dev files
          compile.js	        -> Compiling file
          deploy.js	            -> Deploying file
          VotingInstance.js    -> Contracts Instance
          web3.js              -> exporting Web3 instance

    README.md
    package.json
    yarn.lock

About

This is a boilerplate for creating and deploying Smart Contracts in Solidity. Fully Automated just write your contract and import it in deploy and compile files.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors