/kickstarter_smartContract

A Kickstarter implemented in Solidity Smart Contract

Primary LanguageJavaScript

Kickstarter in Smart Contract

now participants are less woried about scam campaigns, because campaign owner/manager, first asks for a payment request. then participants vote on this request. if more than half of participants agreed on the payment request, then manager can initiate the money transfer.

install required packages:

npm ci

to run tests:

npm run test

to deploy to network (change network in .env)

npm run deploy