Asset backed mutual-credit currency built on holochain Prototype of mutual-credit currency with reserve accounts and pre-authorization.
Prerequisite: Install holochain on your machine. You can install transactor very simply with this:
To do a test run of transactor simply type
cd transactor
hcdev web
you should see something like:
Copying chain to: /home/bootstrap/.holochaindev
...
Serving holochain with DNA hash:QmZYxoxcqgCp6Xf6xVe8ptzPkmH8QMzxqp4r49QYpS2fEF on port:4141
Then simply point your browser to http://localhost:4141 access the UI.
To run all the tests:
hcdev test
hcdev scenario simple-transaction
or
npm install
npm test
npm run hcdev-test
We welcome pull requests and issue tickets.
Contributors to this project are expected to follow our development protocols & practices.
Copyright (C) 2017, The MetaCurrency Project (Eric Harris-Braun, Arthur Brock, et. al.)
This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (GPLv3). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Note: We are considering other 'looser' licensing options (like MIT license) but at this stage are using GPL while we're getting the matter sorted out.