{"id":13517931,"url":"https://github.com/stellarterm/stellarterm","last_synced_at":"2025-03-31T09:31:00.702Z","repository":{"id":37735513,"uuid":"77766865","full_name":"stellarterm/stellarterm","owner":"stellarterm","description":"Advanced web based trading client for the Stellar network. 📈📊💹💱","archived":false,"fork":false,"pushed_at":"2024-04-15T13:15:36.000Z","size":12031,"stargazers_count":454,"open_issues_count":175,"forks_count":229,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-04-16T04:51:49.823Z","etag":null,"topics":["aws-lambda","client","nodejs","react","stellar","stellar-network","stellarterm"],"latest_commit_sha":null,"homepage":"https://stellarterm.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stellarterm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-2.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"custom":["https://stellar.expert/explorer/public/account/GBIDASRVG3OLGNFEAUHQAZUJJI7SOCG5CJK676CUTWXHF3W2OIR6GSGJ"]}},"created_at":"2017-01-01T05:18:21.000Z","updated_at":"2024-04-26T07:44:34.743Z","dependencies_parsed_at":"2024-01-18T11:44:54.854Z","dependency_job_id":"a734ac50-1bc5-4894-b6cc-a6227a6b0347","html_url":"https://github.com/stellarterm/stellarterm","commit_stats":null,"previous_names":["irisli/stellarterm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellarterm%2Fstellarterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellarterm%2Fstellarterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellarterm%2Fstellarterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellarterm%2Fstellarterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stellarterm","download_url":"https://codeload.github.com/stellarterm/stellarterm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246446798,"owners_count":20778875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","client","nodejs","react","stellar","stellar-network","stellarterm"],"created_at":"2024-08-01T05:01:38.831Z","updated_at":"2025-03-31T09:30:59.646Z","avatar_url":"https://github.com/stellarterm.png","language":"JavaScript","funding_links":["https://stellar.expert/explorer/public/account/GBIDASRVG3OLGNFEAUHQAZUJJI7SOCG5CJK676CUTWXHF3W2OIR6GSGJ"],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/stellarterm/stellarterm.svg?branch=master)](https://travis-ci.org/stellarterm/stellarterm)\n\n# StellarTerm ecosystem - [client](https://stellarterm.com/) | [api](https://github.com/stellarterm/stellarterm-api)\n\n## Web Client\nStellarTerm 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](https://stellarterm.com/)\n\n## API for developers (built on AWS Lambda)\nThe 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.\n\nThe API uses the [Serverless framework](https://serverless.com/) for deployment to [AWS Lambda](https://aws.amazon.com/lambda/). The API data is hosted on AWS S3 for high availability.\n\nIt is currently under active development and is not yet finished. See it in action here: [https://api.stellarterm.com/](https://api.stellarterm.com/)\n\n\n\n-------------------------------------------------------------------------------\n\n## StellarTerm client custom network\n\n### Testnet\nTo use the testnet, simply add `#testnet` or `/testnet` to the url to activate it. To exit, refresh the page where the url is not `/testnet`.\n\n## Deployment\nThe project is hosted on GitHub pages in the [stellarterm/stellarterm.github.io](https://github.com/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.\n\n## Client development instructions\n### Prerequisites\nMake sure you have Node.js 20 or higher installed. If not, install it ([Node version manager](https://github.com/creationix/nvm) is recommended).\n\n```sh\n# Check your node version using this command\nnode --version\n```\n\n### Environment Setup\n```sh\n# Clone the project\ngit clone https://github.com/stellarterm/stellarterm.git\ncd stellarterm\n\n# Install the npm and bower dependencies\nnpm run setup\n```\n\n### Development mode\nThe 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.\n\n```sh\nnpm start\n```\n\n### Production build\nThis 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`.\n```sh\nnpm run production\n```\n\n## License\nProducts in the StellarTerm ecosystem is open source software and is licensed under the [Apache-2.0 license](https://github.com/stellarterm/stellarterm/blob/master/LICENSE-2.0.txt). Please understand the license carefully before using StellarTerm.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarterm%2Fstellarterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellarterm%2Fstellarterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarterm%2Fstellarterm/lists"}