INACTIVE. This repository is not in active development. It is being replaced by stellar-core
#stellard - Stellar P2P server
This is the repository for Stellar's stellard
, reference P2P server.
###Build instructions:
- Install vagrant (http://www.vagrantup.com/)
- run
vagrant up
- There is no step 3.
You now have a running testnet accessible on ports 9001 (websocket) and 9002 (rpc). It will not connect to other instances and will have it's own ledger set.
NOTE: running vagrant provision
will reset your ledger, starting you over from scratch
Scripts and data files for Stellar integrators.
Intermediate and final build outputs.
Platform or IDE-specific project files.
Documentation and example configuration files.
Source code directory. Some of the directories contained here are external repositories inlined via git-subtree, see the corresponding README for more details.
Javascript / Mocha tests.
mocha test/*-test.js
Stellar is open source and permissively licensed under the ISC license. See the LICENSE file for more details.