mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-25 23:42:39 +00:00

* zenroom fixes Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * expl. defined the aiohttp package Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * increased version number and fixed a zenroom runtime bug Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added fialing zenroom tx signing test Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * extended test to pass zenrooom validation, but to fail planetmint validation. Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added manual tx crafting Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * added zenroom fulfillment verification Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * the last mile before integration Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * zenroom unit tests are passing Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * simplified zenroom unit tests Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * removed obsolte lines from the zenroom tests Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed acceptance tests Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * adjusted zenroom integraiton tests Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed linting errors Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * simplified zenroom unit test Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * increased version number Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * using cryptoconditions without print message Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * increased cc usage to 0.9.9 readded daemon proceses Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * increased version to 0.9.6 Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * fixed deployment issue for 0.9.6 Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
Planetmint Server
Planetmint is the blockchain database. This repository is for BigchainDB Server.
The Basics
Run and Test Planetmint Server from the master
Branch
Running and testing the latest version of Planetmint 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/planetmint/planetmint.git
cd planetmint
make run
Planetmint should be reachable now on http://localhost:9984/
.
There are also other commands you can execute:
make start
: Run Planetmint from source and daemonize it (stop it withmake stop
).make stop
: Stop Planetmint.make logs
: Attach to the logs.make lint
: Lint the projectmake 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 docs
: 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 Planetmint.
To view all commands available, run make
.
Links for Everyone
- Planetmint.com - the main Planetmint website, including newsletter signup
- Roadmap
- Blog
Links for Developers
- All Planetmint Documentation
- Planetmint Server Documentation
- CONTRIBUTING.md - how to contribute
- Community guidelines
- Open issues
- Open pull requests
- Gitter chatroom
Legal
- Licenses - open source & open content
- Imprint
- Contact Us
Languages
Python
79.2%
Shell
14.2%
Lua
3.9%
Dockerfile
1%
Jinja
0.9%
Other
0.8%