Hacker News new | ask | show | jobs
by chrisco255 1631 days ago
You should never be developing code with your own personal wallet. Every time you need to create a program that needs to control its own private key, you should create an entirely new wallet and fund it with the minimum amount needed to transact. If you are using code to deploy a smart contract, fund a single-use wallet to make the deployment then transfer ownership of the contract to a multisig or hardware wallet.