An kickstarter campaign ethereum app built with React and Next.js using create-next-app.
- Node v9.8.0
- React v16.6.3
- Next v7.0.2
- Yarn v1.10.1
- Solidity 0.4.17
- solc 0.4.25
- Web3 1.0.0-beta.35
- Ganache 6.1.8
- Truffle 0.0.6
- Clone repository into your htdocs.
git clone https://github.com/maxsilvauk/reactjs-ethereum-campaign-app.git
- Move to the project root folder.
- Install node dependancies with Yarn
yarn
- Move to the ethereum folder.
cd ethereum
- Startup Next.js server
yarn dev