Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stellar/stellar-anchor-tests
A library and CLI tool for testing Stellar anchors.
https://github.com/stellar/stellar-anchor-tests
Last synced: 7 days ago
JSON representation
A library and CLI tool for testing Stellar anchors.
- Host: GitHub
- URL: https://github.com/stellar/stellar-anchor-tests
- Owner: stellar
- License: apache-2.0
- Created: 2021-04-27T02:04:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T15:04:56.000Z (11 days ago)
- Last Synced: 2024-11-01T15:34:19.502Z (11 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.18 MB
- Stars: 15
- Watchers: 30
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Stellar Anchor Tests Monorepo
Live at [anchor-tests.stellar.org](https://anchor-tests.stellar.org)
This repository is a container for three applications.
- [@stellar/anchor-tests](./@stellar/anchor-tests)
- A library and CLI for testing stellar anchors. Will be published to npm.
- [ui](./ui)
- A [react-redux](https://react-redux.js.org/) web interface for running anchor tests. Connects to the server via websockets.
- [server](./server)
- A [socket.io](socket.io) server. Depends on `@stellar/anchor-tests`.See each project for more information. To install and run all applications:
```sh
git clone [email protected]:stellar/stellar-anchor-tests.git
cd stellar-anchor-tests
yarn install
yarn build:all
yarn start:all
```