/golangSolidityBoilerplate

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

Primary LanguageGo

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