happyeric77 / golangSolidityBoilerplate

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

Home Page:https://colorfullife.ml/pages/diary/erics-daily-life/eric60/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://colorfullife.ml/pages/diary/erics-daily-life/eric60/


Languages

Language:Go 98.8%Language:Solidity 1.2%