https://github.com/stellar/account-viewer-v2
A simple tool to view an account on the Stellar network and make transactions from it.
https://github.com/stellar/account-viewer-v2
Last synced: 10 months ago
JSON representation
A simple tool to view an account on the Stellar network and make transactions from it.
- Host: GitHub
- URL: https://github.com/stellar/account-viewer-v2
- Owner: stellar
- Created: 2020-07-07T23:23:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T02:16:27.000Z (over 1 year ago)
- Last Synced: 2024-12-06T09:51:28.890Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.74 MB
- Stars: 37
- Watchers: 23
- Forks: 25
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Account Viewer 2.0
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.
## Developing
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`
## Building for production
Builds the app for production to the `build` folder.
`yarn build`
## Change network
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.
