Solving Brownie raise ContractNotFound in Linux
Hi! This Tip Try to Solve Brownie raise ContractNotFound Issue in GNU/Linux.
Easily this is due to a faulty Compilation File stored on the build Directory.
Fixing Issue
Then to Solve Brownie raise ContractNotFound in Linux
From inside to your Project Delete existing Compilations:rm -rf build/
Remake them:brownie compile --all