gitlab.nesad.fit.vutbr.cz/blended/libblended@v0.0.0-20221202124402-2bee159339df/README.md (about)

     1  # libblended
     2  
     3  ## Running CI locally
     4  
     5  `docker-compose.yml` is set up to mirror the CI deployment, available as `make localci`.
     6  
     7  ## Generating Go bindings for smart contract
     8  
     9  The `abigen` tool from `go-ethereum` is able to automatically generate bindings based on provided Solidity source code.
    10  Run `make ethereum/contract.go` to generate `ethereum/contract.go` from `ethereum/solidity/contract.sol`.