Encode-Club-Solidity-Foundations / Lesson-01

21 stars 14 forks source link

Structure of contract when importing additional contracts #24

Open TTboycrypto opened 2 years ago

TTboycrypto commented 2 years ago

Specifically SDK's (such as Thirdweb SDK/ contracts) importing a contract to existing contract. which variables do i need to update after "import xxx from xxxx"

MatheusDaros commented 2 years ago

Hello @TTboycrypto Thanks for the question Could you elaborate more on what you are trying to do? After importing something in your contract file, usually you are good to use these imported objects as they are. We're going to see more of these operations in Lesson 4.