Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Ethereum Cookbook

You're reading from  Ethereum Cookbook

Product type Book
Published in Aug 2018
Publisher Packt
ISBN-13 9781789133998
Pages 404 pages
Edition 1st Edition
Languages
Author (1):
Manoj P R Manoj P R
Profile icon Manoj P R
Toc

Table of Contents (13) Chapters close

Preface 1. Getting Started 2. Smart Contract Development 3. Interacting with the Contract 4. The Truffle Suite 5. Tokens and ICOs 6. Games and DAOs 7. Advanced Solidity 8. Smart Contract Security 9. Design Decisions 10. Other Protocols and Applications 11. Miscellaneous 12. Other Books You May Enjoy

Creating libraries in solidity

A library in solidity is a singleton that is deployed once and can be called from any contract. A library in solidity does not have storage and cannot hold Ether. This helps a lot in avoiding duplicate code in the Ethereum blockchain (saves a lot of gas by not deploying the same code again).

In this recipe, you will learn to create, deploy, and interact with libraries using solidity.

Getting ready

You need to have a working Ethereum installation for deploying and testing the smart contract. You can also use the Remix IDE to write and test solidity code.

It is required to have a basic knowledge of solidity to understand this recipe. Go through Chapter 2, Smart Contract Development, for more information...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime