Index Error while running the Brownie_Fund_Me project #1445
-
I dont get why this is not working from the Brownie Fund Me project Any help would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello @InsideTrifle |
Beta Was this translation helpful? Give feedback.
-
Thanks so much dear
…On Tue, Apr 26, 2022, 16:21 Vasiliy Gualoto ***@***.***> wrote:
Hello @InsideTrifle <https://github.com/InsideTrifle>
using the index [-1] just works for networks with persistence, meaning a
testnet or a ganache with pseudo-persistence. If you run this just on
development it won't work, as the [-1] looks into the build folder to find
the address of the deployed contracts, and using development them will not
ever be created.
—
Reply to this email directly, view it on GitHub
<#1445 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUCOXUR7ZIVAGR5KGHECYPTVHACYHANCNFSM5UKY54QQ>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<smartcontractkit/full-blockchain-solidity-course-py/repo-discussions/1445/comments/2640027
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
So I'm a beginner I need to develop fastly my skills as Blockchain and
smart contracts development, and sucre assets. Can you help me along this
challenge please?
…On Tue, Apr 26, 2022, 16:56 joel nzoda ***@***.***> wrote:
Thanks so much dear
On Tue, Apr 26, 2022, 16:21 Vasiliy Gualoto ***@***.***>
wrote:
> Hello @InsideTrifle <https://github.com/InsideTrifle>
> using the index [-1] just works for networks with persistence, meaning a
> testnet or a ganache with pseudo-persistence. If you run this just on
> development it won't work, as the [-1] looks into the build folder to find
> the address of the deployed contracts, and using development them will not
> ever be created.
>
> —
> Reply to this email directly, view it on GitHub
> <#1445 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AUCOXUR7ZIVAGR5KGHECYPTVHACYHANCNFSM5UKY54QQ>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID:
> <smartcontractkit/full-blockchain-solidity-course-py/repo-discussions/1445/comments/2640027
> @github.com>
>
|
Beta Was this translation helpful? Give feedback.
Hello @InsideTrifle
using the index [-1] just works for networks with persistence, meaning a testnet or a ganache with pseudo-persistence. If you run this just on development it won't work, as the [-1] looks into the build folder to find the address of the deployed contracts, and using development them will not ever be created.