Skip to content

Lesson5: read_value.py vs Brownie console #54

Answered by PatrickAlphaC
CJ-Rose asked this question in Q&A
Discussion options

You must be logged in to vote

Great questions.

I'm getting confused with the switching between local accounts and Rinkeby accounts.

When we work with a local blockchain, the local blockchain is a ganache chain. When brownie spins up a local blockchain, it gives us some fake accounts to work with. We can use also use brownie console to look at contracts on any blockchain. If we look at a testnet with brownie console --network rinkeby we are looking at rinkeby. If we just do brownie console this will be our "default" chain (which defaults to a local ganache chain)

Also what happened to Ganache

Whenever we use the development network (aka, the default network) we are working with a ganache chain that brownie is secre…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PatrickAlphaC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants