Hacker News new | ask | show | jobs
by fokinsean 3124 days ago
Quick question, do you have to download the full ethereum chain before you can start messing with smart contracts? Or is there a "light" client you can use?
2 comments

You shouldn't use the main ethereum network when testing smart contracts - develop on a local testnet and then if you want, on a public testnet (eg rinkeby or ropesten) first
You can use a test node called testrpc (now called ganache-cli ???) and connect to that.