DEV Community

Discussion on: How Not to Get Hacked Programming Blockchains

Collapse
 
likebrain profile image
Ricardo Rivera • Edited

What is with Tools like BFG Repo Cleaner ? rtyley.github.io/bfg-repo-cleaner/

Edit
What do you think about a „Testnet“ for youre Development?
rinkeby.io
You can use something like this for Develompment, Testing and CI but use your real Credentials only for Production.

A good way to Learn to „How to handle different Environments“ is to Look at other Tools and their behavior.

An Example for „Named-Profile“ is the AWS CLI...
docs.aws.amazon.com/cli/latest/use...

Collapse
 
sm00g15 profile image
Sm00g15

yeah for sure, getting real into the weeds with that the catch is that when you create a new account with MetaMask (3rd party GUI interface for sending transactions) you still end up using the same MNEMONIC, so even if you're on the testnet all wallets/accounts connected to that mnemonic are vulnerable.