Skip to content

Hexdee/Haelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haelp

A crowdfunding aepp on Aeternity blockchain

Built with

Running locally

  • 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 4 of aeternity.js with the new address
export const contractAddress = "The deployed contract address";
  • Start dev server
npm start

About

A crowdfunding Dapp on Aeternity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors