An dapp running on ethereum network inspired on kickstarter crowd funding system.
Compiles the project generating the abi and the bytecode.
$ yarn compileDeploys the project and create a file with the respective address
$ yarn deployNOTE: You must replace your mnemonic phrase and infura link directly on the file. Since the environment variables are not configured.
Runs the mocha tests for the smart contracts.
$ yarn testStarts the development server.
$ yarn dev- Compile and deploy the contract on Rinkeby test network
- Rename the next.config.example file to
next.config.jsand replace the content with your environment variables. - Run the development server




