⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Bitcoin based payments framework for scalable web applications.

Notifications You must be signed in to change notification settings

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