Live at anchor-tests.stellar.org
This repository is a container for three applications.
- @stellar/anchor-tests
- A library and CLI for testing stellar anchors. Will be published to npm.
- ui
- A react-redux web interface for running anchor tests. Connects to the server via websockets.
- server
- A socket.io server. Depends on
@stellar/anchor-tests
.
- A socket.io server. Depends on
See each project for more information. To install and run all applications:
git clone git@github.com:stellar/stellar-anchor-tests.git
cd stellar-anchor-tests
yarn install
yarn build:all
yarn start:all