This Project uses:
- Metamask
- Truffle
- Infuria
- ReactJs
- Tailwind CSS
- Ganache-CLI
- Solidity
- Web3js
- Faucet
To run the demo follow these steps:
-
Clone the project with the code below.
# Make sure you have the above prerequisites installed already! git clone https://github.com/Daltonic/acceleratorDAO PROVIDER_NAME cd PROVIDER_NAME # Navigate to the new folder. npm i -g yarn npm i -g truffle npm i -g ganache-cli yarn install # Installs all the dependencies.
-
Create an Infuria project, copy and paste your key in the spaces below.
-
Update the
.envfile with the following details.ENDPOINT_URL=<PROVIDER_URL> SECRET_KEY=<SECRET_PHRASE> DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
-
In a new terminal run
truffle migrate -
Run the app using
yarn start