A small truffle box crafted for the dApp workshop of la Digital Tech.
If you wanna get ready for the workshop please follow the installation process from point 1 to point 6.
We’ll see the rest in real-time during the workshop.
You’re gonna need a few tools to develop for the Ethereum blockchain:
1. Install Metamask
2. Install node.js
3. Install Atom and its solidity-linter
npm install -g solc
npm install -g ethereumjs-testrpc
npm install -g truffle
git clone https://github.com/wespr/digitaltech
cd digitaltech && npm install
We’re gonna see how things work during the workshop. If you wanna take a look by yourself you can just:
testrpc
truffle compile
truffle migrate
npm run start