Skip to content

LeoBurn/ethereum-solidity-inbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-solidity-inbox

First example of a project in solidity, with tests and local private network to test.

This example was deployed to Goerli Test Network, can check the contract on 0x0CA2D9AA97288fD925aC854d4fadcf5F057b60b1

Frameworks used:

Installation:

npm install

Setup .env file with the follows vars:

SEED_PHRASE='<seed_phrase>'
INFURA_URL='URL'

Deploy:

node ./deploy.js

Tests:

npm run test

About

First Example of Smart Contract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published