$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Brownie raise ContractNotFound(f”No contract deployed at {address}”)ContractNotFound on GNU/Linux

October 18, 2024 | By the+gnu+linux+evangelist.

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.

Brownie raise ContractNotFound(f”No contract deployed at {address}”)ContractNotFound on GNU/Linux
  1. 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