buildspace / buildspace-projects

The home of our open-source projects.
https://buildspace.so/projects
Creative Commons Attribution Share Alike 4.0 International
3.01k stars 1.09k forks source link

✨ Solidity and smart contract: Section_1 - Lesson_3_Compile_Contract_Locally. #1654

Closed shawakash closed 11 months ago

shawakash commented 1 year ago

What You Are Changing

In script/run.js the waveContract.deploy() function is not found. Instead it should be const waveContract = await (await waveContractFactory.deploy()).waitForDeployment(); and waveContract.address should be await waveContract.getAddress();

Anything else?

I encountered issue while auto import of hre from hardhat.config.ts and i have to import it manually inside the script

shawakash commented 1 year ago

would love to raise a pr.

github-actions[bot] commented 11 months ago

This issue is marked as stale because it has been open for 30 days with no activity.

github-actions[bot] commented 11 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.