mikedouglas / stellard

Server in the Stellar network. Maintains the distributed ledger. Introduces and validates transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#stellard - Stellar P2P server

This is the repository for Stellar's stellard, reference P2P server.

###Build instructions:

Vagrant (your very own testnet)

  1. Install vagrant (http://www.vagrantup.com/)
  2. run vagrant up
  3. 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:

About

Server in the Stellar network. Maintains the distributed ledger. Introduces and validates transactions.

License:Other


Languages

Language:C++ 55.8%Language:C 33.2%Language:Java 5.9%Language:Python 3.0%Language:JavaScript 1.2%Language:Shell 0.2%Language:CoffeeScript 0.2%Language:Objective-C++ 0.1%Language:Objective-C 0.1%Language:Perl 0.1%Language:PHP 0.0%Language:Emacs Lisp 0.0%Language:Vim Script 0.0%Language:CSS 0.0%