Skip to content

RiddleAndCode/R3C

Repository files navigation

Codecov branch Travis branch Documentation Status Join the chat at https://gitter.im/bigchaindb/bigchaindb

R3C Server

R3C is the blockchain database. This repository is for R3C Server.

The Basics

Run and Test R3C Server from the development Branch

Running and testing the latest version of R3C Server is easy. Make sure you have a recent version of Docker Compose installed. When you are ready, fire up a terminal and run:

git clone https://github.com/riddleandcode/bigchaindb-v3.git
cd bigchaindb-v3
make run

R3C should be reachable now on http://localhost:9984/.

There are also other commands you can execute:

  • make start: Run R3C from source and daemonize it (stop it with make stop).
  • make stop: Stop R3C.
  • make logs: Attach to the logs.
  • make test: Run all unit and acceptance tests.
  • make test-unit-watch: Run all tests and wait. Every time you change code, tests will be run again.
  • make cov: Check code coverage and open the result in the browser.
  • make doc: Generate HTML documentation and open it in the browser.
  • make clean: Remove all build, test, coverage and Python artifacts.
  • make reset: Stop and REMOVE all containers. WARNING: you will LOSE all data stored in R3C.

To view all commands available, run make.

Links for Everyone

Links for Developers

Legal