Skip to content

stellar/stellar-anchor-tests

Stellar Anchor Tests Monorepo

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.

See each project for more information. To install and run all applications:

git clone [email protected]:stellar/stellar-anchor-tests.git
cd stellar-anchor-tests
yarn install
yarn build:all
yarn start:all