Skip to content

Basic server running SNAP ledgers behind a Hubbie server.

License

Notifications You must be signed in to change notification settings

ledgerloops/snap-server

Repository files navigation

snap-server

Basic server running SNAP ledgers behind a Hubbie server. Used (as an initial test case to guide development) to keep track of the ToS;DR project finance. Requires postgres and node.

sudo su - postgres
| createuser snap --pwprompt
| | Enter password for new role: snap
| | Enter it again: snap
| createdb -O snap snap
| exit
psql postgresql://snap:snap@localhost/snap < schema.db
psql postgresql://snap:snap@localhost/snap < finance-2018-q4.sql
npm install
DATABASE_URL=postgresql://snap:snap@localhost/snap npm start

About

Basic server running SNAP ledgers behind a Hubbie server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published