Skip to Content
Ethereum Cookbook
book

Ethereum Cookbook

by Manoj P R
August 2018
Intermediate to advanced
404 pages
11h 19m
English
Packt Publishing
Content preview from Ethereum Cookbook

There’s more…

While compiling the contracts, the solidity compiler includes placeholders in the bytecode to add the location of libraries used. The placeholders are in the form of 40-byte substrings (__LibraryName__) including the name of the library. The address can be included by replacing those 40 symbols with the hex encoding of the address of the library contract.

The solc compiler provides an option to link the hex encoding during compile time. This can be done with the help of the --libraries attribute while compiling.

The input to the --libraries attribute can be a string:

--libraries "SafeMath:0x.. StringUtils:0x..."

 Or it can be a file that includes each library and address as a separate line:

--libraries <filename>
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Building Ethereum Dapps

Building Ethereum Dapps

Roberto Infante
Ethereum For Dummies

Ethereum For Dummies

Michael G. Solomon

Publisher Resources

ISBN: 9781789133998Supplemental Content