Skip to content

part1-1 deploy contract by using hardhat ( Javascipt version )

Notifications You must be signed in to change notification settings

blockchain-valley-byeonghun/Hardhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export ALCHEMY_API_KEY=
export GOERLI_PRIVATE_KEY=
npx hardhat test
npx hardhat compile
npx hardhat test test/HelloWorld.js
npx hardhat run --network goerli scripts/deploy.js
  • env 명령어를 통해 위에 export 명령어로 등록한 환경변수를 shell에서 확인할 수 있다

About

part1-1 deploy contract by using hardhat ( Javascipt version )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published