contracts

module
v1.3.0-r1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2021 License: MIT

README

#In order to link with the libraries, solc should be used as follow:

solc da_file_to_compile.sol --bin --libraries libraries --optimize

Note: "--optimize" cuts the size of the binary by 40%, which is important otherwise we are above limit for our main contract

"--libraries libraries" indicates that the library linking to use are contained in the libraries file. 
Each line in that file, contains a linking and provides the address at which that library was deployed

Directories

Path Synopsis
cmds module
contracts-go module
ethverify module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL