8000 GitHub - NGUtech/satbased: Bitcoin based payments framework for scalable web applications.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NGUtech/satbased

Repository files navigation

Satbased

Bitcoin based payments framework for scalable web applications.

$ git clone https://github.com/satbased/satbased && cd satbased
$ git submodule update --init --recursive
$ npm --prefix var/docker/lightningd/plugins/amqp-relay install var/docker/lightningd/plugins/amqp-relay
$ composer --ignore-platform-reqs install
$ docker-compose up -d
# wait a few moments while cluster initialises

Boostrap infrastructure if required.

$ bin/bootstrap

Build project and fixtures.

$ bin/daikon -vv migrate:up
$ bin/daikon -vv fixture:import
# migrate down later
$ bin/daikon -vv migrate:down

Docs

Buildings and serving docs

$ pip install mkdocs mkdocs-material pymdown-extensions
$ cd doc && mkdocs serve

Endpoints for testing:

About

Bitcoin based payments framework for scalable web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0