Skip to content

lhcjun/inbox-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inbox-contract

A basic setup and testing for a Solidity smart contract.

Dependencies

  • Contract
    • solidity
  • Compile
    • solc
  • Local Testing
    • mocha
    • web3
    • ganache-cli
  • Deploy to Ethereum network
    • @truffle/hdwallet-provider
    • Infura
    • MetaMask
    • web3

Setup

create .env file

MNEMONIC = 'Your_Account_Mnemonic'
RINKEBY_ENDPOINT = 'Your_Infura_Rinkeby_Endpoint'