Skip to content

holzeis/hello-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-solidity

A hello world dapp

Configure environment

  1. Create .env in the root directory

  2. Set API_URL and PRIVATE_KEY like this

    API_URL = <e.g. your HTTP Alchemy API URL>
    PRIVATE_KEY = <e.g. your meta mask private key>
    

Compile smart contract

npx hardhat compile

Deploy smart contract to ropsten

npx hardhat run scripts/deploy.js --network ropsten

About

A hello world dapp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published