Skip to content

getamis/gnosis-safe-kit-go

Repository files navigation

gnosis-safe-kit-go

Generate Go from Solidity

make gen

Run examples

make examples

Usage

Generic targets:
  all                         - Build all targets marked with [*]
* examples

Code generation targets:
  gen                         - Generate Go code from various sources

Examples targets:
  examples                    - Build all examples

Test targets:
  test                        - Run all tests

Cleaning targets:
  clean                       - Remove built executables

Execute "make" or "make all" to build all targets marked with [*]
For further info see the ./README.md file