mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
42 lines
1.0 KiB
Markdown
42 lines
1.0 KiB
Markdown
#rippled - Ripple P2P server
|
|
|
|
##[](https://travis-ci.org/ripple/rippled)
|
|
|
|
This is the repository for Ripple's `rippled`, reference P2P server.
|
|
|
|
###Build instructions:
|
|
* https://ripple.com/wiki/Rippled_build_instructions
|
|
|
|
###Setup instructions:
|
|
* https://ripple.com/wiki/Rippled_setup_instructions
|
|
|
|
### Repository Contents
|
|
|
|
#### ./bin
|
|
Scripts and data files for Ripple 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.
|
|
|
|
## License
|
|
Ripple is open source and permissively licensed under the ISC license. See the
|
|
LICENSE file for more details.
|
|
|
|
###For more information:
|
|
* https://ripple.com
|
|
* https://ripple.com/wiki
|