How to Import External Smart Contracts and Libraries in Solidity

A step-by-step guide on how to import external code into your smart contracts

Alex Roan
Better Programming
Published in
4 min readApr 30, 2020

--

Image by WorldSpectrum from Pixabay

Where to Start

Getting started in the world of smart contract development can be overwhelming. There is often a lot of assumed knowledge that’s not particularly well explained anywhere. For…

--

--