Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Crypto Zombies Lesson 2, Chapter 6, Import, Imports in Solidity
Play lesson

Crypto Zombies Tutorial (Intro to Solidity) - Crypto Zombies Lesson 2, Chapter 6, Import, Imports in Solidity

4.0 (3)
22 learners

What you'll learn

This course includes

  • 1.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

In this lesson from the Loom Network's Crypto Zombies we learn how to use code from another file in a seperate file. Using code from another file is possible in Solidity using an import statement. Using an import statement allows us to require code from another file in the present file being worked on. We are able to import code from another file by first using the key word "import" then the path to the code we want to import placed withing quotation marks. If the path is entered correctly, we can then access that code in the present file.

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere