Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 599 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 599 Bytes

Ethereum Test Contract

This is a brief test for an Ethereum Smart Contract.

Execute a test

Run npm install and then npm test. This project it's using Mocha as testing library, the code will run in a local test network generated by Ganache CLI.

Deploy in Goerli test network

If you want to deploy the code in the Goerli test network, you must to change the provider values in the deploy.js file. You should add your own MetaMask's mnemonic phrase and your API Key from Infura.