ripple-client
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A UI for the Ripple payment network built using web technologies
# Ripple Trade client

## Overview
The Ripple Trade client is an open-source GUI for the Ripple network that facilitates the peer-to-peer exchange of any store of value. It’s the only platform where you can trade between stores of value spanning fiat, cryptocurrencies, commodities, and unusual assets like pre-1965 silver dimes.

[Ripple Labs](https://ripplelabs.com) is the core team behind the project. For more information on the Ripple protocol, please visit our [wiki](https://ripple.com/wiki/).

We would love to have folks contribute! Check out our bounties [here](https://www.bountysource.com/teams/ripple/bounties).

Ripple Trade is available at www.rippletrade.com.


## Getting Started

### Install Dependencies

Install Node.js, Gulp, Git and Python 2 if you haven't already.

Install bower by running `sudo bower install --allow-root`.

Fork and clone the ripple-client repository and run `npm install`.

Create a new config.js file and copy/paste from config-example.js into the same directory.

### Build

Run 'gulp' in your command line for development.

Run 'gulp dist' for the production ready client.

Your web client is in the 'build/dist/' directory.

### Target backend

By default, the [ripple.txt](https://wiki.ripple.com/Ripple.txt) file is pointed at the staging server.
__This means you will only be able to log in on your dev environment with an account created on [staging.rippletrade.com](https://staging.rippletrade.com).__

If you want to point your environment at the production server:
- set the authinfo_url in ripple.txt (in the root of the repo directory) to: `https://id.ripple.com/v1/authinfo` (make sure to rebuild + clear browser cache)
- set the `activate_link` property in config.js to `https://rippletrade.com/#/register/activate`

## Directory Layout

	build/         -->    compiled files
	deps/          -->    client dependencies
	docs/          -->    documentation
	src/           -->    source code
	src/js/client  -->    client classes
	src/js/entry   -->    entry points for the various client versions
	src/js/util    -->    various static, stateless utility functions
	tools/         -->    tools used in the build process


## Testing

Stay tuned...


## APIs and Libraries used by Ripple Trade client

- [blobvault](https://github.com/ripple/ripple-blobvault)
- [ripple-lib](https://github.com/ripple/ripple-lib)
- [ripple-vault-client](https://github.com/ripple/ripple-vault-client)


## Reporting Bugs

Have a bug or a feature request? [Please create a new issue](https://ripplelabs.atlassian.net/browse/RT). Before opening any issue, please search for [existing issues](https://ripplelabs.atlassian.net/issues/?jql=project%20%3D%20RT) and read the [Issue Guidelines](https://github.com/ripple/ripple-client/blob/develop/CONTRIBUTING.md), written by [Nicolas Gallagher](https://github.com/necolas/).


## Contributing

Ripple Labs uses [Jira](https://ripplelabs.atlassian.net) to track issues. We highly encourage our community to contribute but please look at our [Development Policy](https://github.com/ripple/ripple-client/wiki/Development-Process-Policy) and our [CONTRIBUTING.md](https://github.com/ripple/ripple-client/blob/develop/CONTRIBUTING.md) file before submitting a pull request.

We are also using [Bountysource](https://www.bountysource.com/teams/ripple/bounties) allowing our community to request bids from developers to solve open-source issues!


## Community

Keep track of development and community news.

- Read and subscribe to the [The Official Ripple Blog](https://ripple.com/blog/).
- Follow [@Ripple on Twitter](https://twitter.com/ripple)
- Follow [@RippleLabs on Twitter](https://twitter.com/ripplelabs)
- Like [Ripple Labs on Facebook](https://facebook.com/ripplelabs)
- Subscribe to [@Ripple on Reddit](http://www.reddit.com/r/Ripple)
- Subscribe to [the Ripple user community on Reddit](http://www.reddit.com/r/Ripplers)
- Have a question that's not a feature request or bug report? Send a message to [support@ripple.com](mailto:support@ripple.com)
- Chat directly with our engineers! Join us [here](https://gitter.im/ripple/developers).


## More Information

https://ripple.com/wiki/Ripple_Client


## License

[https://github.com/ripple/ripple-client/blob/develop/LICENSE](https://github.com/ripple/ripple-client/blob/develop/LICENSE)

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。