Skip to content

meow-tsx/kickstarter_smartContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Kickstarter implemented in Solidity Smart Contract

Topics

Resources

Stars

Watchers

Forks