Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 627 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 627 Bytes

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