Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

holochain/transactor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transactor

License: GPL v3

Asset backed mutual-credit currency built on holochain Prototype of mutual-credit currency with reserve accounts and pre-authorization.

Installation

Prerequisite: Install holochain on your machine. You can install transactor very simply with this:

Usage

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.

Tests

To run all the tests:

hcdev test
hcdev scenario simple-transaction

or

npm install
npm test
npm run hcdev-test

Contribute

We welcome pull requests and issue tickets.

Contributors to this project are expected to follow our development protocols & practices.

License

License: GPL v3

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.2%
  • JavaScript 10.8%