A simple tool to view an account on the Stellar network and make transactions from it.
This app replaces the original Account Viewer with an updated framework and design.
We use create-react-app
with yarn for dependencies.
yarn
To start the app in development mode, which will watch for changes to files, rebuild, and reload the site automatically, run the start script.
yarn start
Builds the app for production to the build
folder.
yarn build
You can change Account Viewer’s network by setting testnet
query parameter to
either true
or false
. For example, localhost:3000/?testnet=false
. The red
banner at the top of the page will show that you're on a different network.