/ethereum-solidity-inbox

First Example of Smart Contract

Primary LanguageJavaScriptMIT LicenseMIT

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