Skip to content

marekSurak/smart-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello world smart-contract app

Screenshot 2022-08-03 at 9 45 05

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Smart-contract is used for learning pruposes here https://github.com/marekSurak/ethers-learning

Contract is deployed on Goerli network. You can check it here: https://goerli.etherscan.io/address/0x42c961fd99e38c9b137cc37512ef551c6729fcd5

Transaction from first successfull deploy is available here

yarn

install all required dependencies

npx hardhat compile

compile contract

npx hardhat run scripts/deploy.js

deploy contract to network

About

Smart-contract for ethers-learning app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published