A crowdfunding aepp on Aeternity blockchain
- Confirm that NodeJs and npm is installed on your local system
npm -v- Clone this repository
git clone https://github.com/hexdee/haelp- Move into the directoty
cd haelp- Install dependencies
npm install- Deploy smart contract
cd src/contract && node deploy.js- Copy contract address and update
line 4of aeternity.js with the new address
export const contractAddress = "The deployed contract address";- Start dev server
npm start