Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T23:09:39.000Z (3 months ago)
- Last Synced: 2024-08-30T00:31:49.041Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.88 MB
- Stars: 37
- Watchers: 21
- Forks: 24
- Open Issues: 12
-
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.![Red banner: You are using PUBLIC network in DEVELOPMENT](public/images/av-network-banner.png)