GitFunded client web application
Quick Start
Install contract framework and private blockchain
Truffle and Ganache can be installed as a node module.
$ npm install -g truffle
$ npm install -g ganache-cli
git clone https://github.com/gitfunded/gitfunded-web
Launch local blockchain (Ganache)
ganache-cli --seed test
Test, compile and deploy the contract
$ cd gitfunded/gitfunded-web/truffle-contracts
$ truffle test --network development
$ truffle migrate --network development
Start the client application
Install the node dependencies.
yarn install
Run the app in the development mode.
cd gitfunded/gitfunded-web/client
yarn start
Open http://localhost:3000 to view it in the browser.
Finally, the build for the production can also be generated
yarn build

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
