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: 11 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T18:49:16.000Z (about 1 year ago)
- Last Synced: 2025-07-20T07:04:19.661Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 14
- Watchers: 33
- 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 git@github.com:stellar/stellar-anchor-tests.git
cd stellar-anchor-tests
yarn install
yarn build:all
yarn start:all
```