Skip to content

MareoRaft/charity-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

headshave

(My first smart-contract project.) Headshave allows users to pledge money towards a particular outcome. If the outcome occurs, they donate the money. Not unlike kickstarter.

dependencies

  1. All dependencies listed in package.json
  2. truffle
  3. ganache

test node

Run a fake node for testing purposes with ganache-cli or better yet, use Ganache.app where you can control and see different addresses.

truffle

Run operations for solidity with truffle: truffle compile, truffle migrate, truffle console, etc.

test / main

Run tests (with a watcher) with

npm run watch

Run the javascript with

node main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published