StellarTerm - Try it out at stellarterm.com
StellarTerm is a web based trading client for use on the Stellar network. This client aims to make it easy and safe for users of any skill level to trade on the Stellar network by making a clear and secure user interface.
- No external dependencies or trackers
- All GitHub commits securely signed with GPG
The project is hosted on GitHub pages in the stellarterm/stellarterm.github.io repository. The client is wrapped into a single html file and it's sha 256 sum is recorded on each git commit.
Make sure you have Node.js 7.4.0 or higher install. If not, install it (Node version manager is recommended).
# Check your node version using this command
node --version
# Clone the project
git clone https://github.com/irisli/stellarterm.git
cd stellarterm
# Install the npm and bower dependencies
npm run setup
The build process has tools watches the code and rebuilds if something has changed. It will also serve the app locally (usually http://localhost:3000) and automatically refresh the page when changes are built.
npm start
This builds a single index.html file with assets inlined. The single file contains the whole app and can be hosted online. Output file is in ./dist/index.html
.
npm run production
StellarTerm is open source software licensed under the Apache-2.0 license.
- Started the project using the super helpful react-gulp-browserify yeoman generator