Skip to content

honorjoey/ethtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Solidity and ÐApp experiments with Go contract bindings.

Setup

Needed only if generating Go directly from sol rather than from ABI.

OSX

brew tap ethereum/ethereum
brew install solidity
brew linkapps solidity

The Windows installer puts it in the path. For other operating systems, move the binary to an existing path location such as $GOPATH/bin.

Alternatively, build from the source downloaded below.

Install Solidity language support

In VSCode, the JuanBlanco.solidity plugin provides syntax support and compilation.

Install ABI to Go generator

go get -u github.com/ethereum/go-ethereum
cd $GOPATH/src/github.com/ethereum/go-ethereum
go install ./cmd/abigen

About

Solidity and ÐApp experiments with Go contract bindings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%