D-Tips
Prerequisites: Node plus Yarn and Git
clone/fork d-tips:
git clone https://github.com/moonshotcollective/d-tips.git app
install and start your 👷 Hardhat chain:
cd app
yarn install
yarn chain
Add .env in packages/react-app/.env
with "REACT_APP_SERVER=<THE_SERVER_URL>"
in a second terminal window, start your
📱 frontend:
cd app
yarn start
packages/hardhat/deploy/01_deploy_tokendistributor_contract.js
, line 6
in a third terminal window,
🛰 deploy your contract:
cd app
yarn deploy
start backend server
cd app/packages/backend
node index.js
📚 Documentation
Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io