Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
/ ethtest Public archive

Solidity and ÐApp experiments with Go contract bindings.

License

Notifications You must be signed in to change notification settings

toba/ethtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Releases

No releases published

Packages

No packages published

Languages