Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umbracle/gosolc

Go bindings for Solidity on steroids
https://github.com/umbracle/gosolc

bindings golang solidity

Last synced: 4 days ago
JSON representation

Go bindings for Solidity on steroids

Awesome Lists containing this project

README

        

# Go-solc

Solidity bindings for Golang.

## Usage

Declare a project:

```
p, err := gosolc.NewProject(gosolc.WithContractsDir("."))
if err != nil {
// handle err
}
p.Compile()
```

## CLI

```
$ go run cmd/gosolc/main.go [--contracts . --artifacts .]
```