All Projects → stellar → account-viewer-v2

stellar / account-viewer-v2

Licence: other
A simple tool to view an account on the Stellar network and make transactions from it.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
shell
77523 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].