All Projects → stellarterm → Stellarterm

stellarterm / Stellarterm

Licence: apache-2.0
Advanced web based trading client for the Stellar network. 📈📊💹💱

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stellarterm

Awesome Serverless Security
A curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers.
Stars: ✭ 347 (-11.48%)
Mutual labels:  aws-lambda
Serverless Wsgi
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
Stars: ✭ 377 (-3.83%)
Mutual labels:  aws-lambda
Lib
Autocode CLI and standard library tooling
Stars: ✭ 3,773 (+862.5%)
Mutual labels:  aws-lambda
Midway Faas
🔱 A simple and lightweight serverless framework
Stars: ✭ 363 (-7.4%)
Mutual labels:  aws-lambda
Bootcamp 2020
Learn to Build Modern Full Stack Serverless Multi-Tenant SaaS Apps and APIs
Stars: ✭ 369 (-5.87%)
Mutual labels:  aws-lambda
Bitcoin Core
A modern Bitcoin Core REST and RPC client.
Stars: ✭ 379 (-3.32%)
Mutual labels:  client
Whatever
An unofficial Evernote desktop client for Linux
Stars: ✭ 356 (-9.18%)
Mutual labels:  client
Btorrent
🌐 Fully-featured WebTorrent Client
Stars: ✭ 388 (-1.02%)
Mutual labels:  client
Vscodethemes
Preview themes from the VSCode marketplace.
Stars: ✭ 374 (-4.59%)
Mutual labels:  aws-lambda
Exporter
Lightweight Exporter library
Stars: ✭ 384 (-2.04%)
Mutual labels:  client
Claudia
Deploy Node.js projects to AWS Lambda and API Gateway easily
Stars: ✭ 3,690 (+841.33%)
Mutual labels:  aws-lambda
Lightcord
A simple - customizable - Discord Client
Stars: ✭ 366 (-6.63%)
Mutual labels:  client
Nats.net
The official C# Client for NATS
Stars: ✭ 378 (-3.57%)
Mutual labels:  client
Rauc
Safe and secure software updates for embedded Linux
Stars: ✭ 360 (-8.16%)
Mutual labels:  client
Serverless Rust
⚡ 🦀 a serverless framework plugin for rustlang applications
Stars: ✭ 386 (-1.53%)
Mutual labels:  aws-lambda
Apnotic
A Ruby APNs HTTP/2 gem able to provide instant feedback.
Stars: ✭ 360 (-8.16%)
Mutual labels:  client
Vandium Node
AWS Lambda framework for building functions using Node.js for API Gateway, IoT applications, and other AWS events.
Stars: ✭ 377 (-3.83%)
Mutual labels:  aws-lambda
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+1027.04%)
Mutual labels:  client
Popcorn Time Desktop
🍿 🕐 🎞 A Modern Popcorn Time Client
Stars: ✭ 389 (-0.77%)
Mutual labels:  client
Crypter
🔓✨🔒 An innovative, convenient and secure encryption app
Stars: ✭ 382 (-2.55%)
Mutual labels:  client

Build Status

StellarTerm ecosystem - client | api | directory

Web Client

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. Try it out at https://stellarterm.com

API for developers (built on AWS Lambda)

The StellarTerm API contains information on the markets on the Stellar network. This information is useful for the StellarTerm client itself as well as other developers that want to use this data.

The API uses the Serverless framework for deployment to AWS Lambda. The API data is hosted on AWS S3 for high availability.

It is currently under active development and is not yet finished. See it in action here: https://api.stellarterm.com/


StellarTerm client custom network

Testnet

To use the testnet, simply add #testnet to the url to activate it. To exit, refresh the page where the url is not #testnet.

Custom horizon builds

Some developers may want to use StellarTerm pointed to a custom horizon server or even a custom network. To do this, you must build StellarTerm locally.

The StellarTerm build process checks for the presence of relevant environment variables.

export STELLARTERM_CUSTOM_HORIZON_URL="https://horizon-testnet.stellar.org"
export STELLARTERM_CUSTOM_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"

Once built, the configuration will be embedded into the StellarTerm output file (and the environment variable is no longer needed). To check this, look at the output of index.html and search for stCustomConfig.

Deployment

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.

Client development instructions

Prerequisites

Make sure you have Node.js 7.4.0 or higher installed. If not, install it (Node version manager is recommended).

# Check your node version using this command
node --version

Environment Setup

# Clone the project
git clone https://github.com/stellarterm/stellarterm.git
cd stellarterm

# Install the npm and bower dependencies
npm run setup

Development mode

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

Production build

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

License

Products in the StellarTerm ecosystem is open source software and is licensed under the Apache-2.0 license. Please understand the license carefully before using StellarTerm.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].