/EthNSS

Node dApp on Ethereum blockchain, to support non-profit organisations

Primary LanguageJavaScript

EthNSS

Node dApp on Ethereum blockchain, to help the public support non-profit organisations with minimum risk

To setup the project

Requirements

Steps

  • Ensure Ganache is running and Metamask is connected
  • To compile contract: truffle compile
  • To migrate and deploy the contract: truffle migrate --reset
  • Start the project: npm run dev