Skip to content

happyeric77/golangSolidityBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use golang to manipulate solidity smart contract

Deploy, load, read and write on-chain smart contract using golang.

How to use

  1. clone the repo

  2. change the env to .env and fill the info:

// The private key of account
PRIVATE_KEY=
// The INFURA project id
INFURA_API_KEY=
  1. See detail from my blog