Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 600 Bytes
  1. Install go: https://go.dev/doc/install
  2. sudo apt install solc
  3. https://docs.soliditylang.org/en/latest/installing-solidity.html
  4. go get github.com/ethereum/go-ethereum/ethclient
  5. go get github.com/ethereum/go-ethereum go get github.com/ethereum/go-ethereum/accounts/abi/bind go get github.com/ethereum/go-ethereum/crypto
  6. go get -t hedera-golang-example-project
  7. go get github.com/joho/godotenv
  8. export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin
  9. go install github.com/ethereum/go-ethereum/cmd/abigen@latest
  10. go build .
  11. ./hedera-golang-example-project - run tests