smartcontractkit / full-blockchain-solidity-course-py

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
MIT License
10.81k stars 2.91k forks source link

Lesson 5: Brownie Simple Storage -> Brownie compile Error. #1708

Closed begin2ee closed 2 years ago

begin2ee commented 2 years ago

when i input "brownie compile" at the terminal, it says like that.

Brownie v1.19.1 - Python development framework for Ethereum Project has been compiled. Build artifacts saved at C:\Users\USER\OneDrive\바탕 화면\demos\brownie_simple_storage\build\contracts

But there is nothing at all. How can i solve this problem? Help me please...

[Error Message]

image

[There is no any .json File] image

cromewar commented 2 years ago

The problem is you have the contract inside contract folder which is inside of build, you should move the contract to contracts folder outside build folder.