stellard
stellard copied to clipboard
INACTIVE. Server in the Stellar network. Maintains the distributed ledger. Introduces and validates transactions. This repo is not in active development, it is being replaced by stellar-core.
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:
- https://github.com/stellar/stellard/blob/master/doc/building-stellard.md
Vagrant (your very own testnet)
- 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
Repository Contents
./bin
Scripts and data files for Stellar integrators.
./build
Intermediate and final build outputs.
./Builds
Platform or IDE-specific project files.
./doc
Documentation and example configuration files.
./src
Source code directory. Some of the directories contained here are external repositories inlined via git-subtree, see the corresponding README for more details.
./test
Javascript / Mocha tests.
Running tests
mocha test/*-test.js
License
Stellar is open source and permissively licensed under the ISC license. See the LICENSE file for more details.
For more information:
- https://www.stellar.org
- https://www.stellar.org/developers/