git ssb

0+

punkmonk / double



Tree:
📄.gitignore
📄README.md
📁assets
📁components
📄index.js
📄package-lock.json
📄package.json
📁stores
📁views
README.md

double

double entry accounting app. inspired by hypercore-accounting and uses ssb/flume modules instead of hypercore. does not really share anything other than the idea though.

warning

this repo is a mess. master branch has a prototype working with FlumeDB. the sbot-db has a prototype working with scuttlebutt.

neither of these branches should be viewed as usable. they should be viewed as experimental. when using with scuttlebutt it is highly recommended that you do so on a test net. you can find instructions for setting up sbot on a test net in the great article by Josiah Witt: dat://wittjosiah.hashbase.io/2018/07/08/scuttlebutt-intro-test-playground.html

Commands

when using with SSB, make sure you set the ssb_appname environment variable to point to your testnet config as described in the testnet instructions above.

Command Description
$ npm run electro start double as an electron application
$ npm run electro:clean delete databases/indexes, start electron application

Built with git-ssb-web