Ethereum, tokens & smart contracts.
Read till the end if you want to save a week in developing time !
Before starting:
A basic understanding of cryptocurrencies, programming languages and development practices (github, npm, terminal etc) seems to be a prerequisite, but if you’ve done any software or tech development you know that learning on the job is the norm, else just research on your own whenever you see a strange or new concept or term.
Also note, this space is fast changing, this guide might not be up to date in a few month but hopefully will be an indication of what to look for and where.
Where to start:
- Official Site : https://www.ethereum.org, the documentation is very readable and you will be consulting it from time to time.
- Forum: https://gitter.im/ethereum/home , the forums helped me with some super newb questions.
- Other: https://ethereum.stackexchange.com , for in depth technical questions, & troubleshooting, reddit/r/ethereum also has some valuable information.
Setting up:
( One way of doing it, you could of course go in a different path )