stellar / account-viewer-v2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 91.0%Language:SCSS 4.3%Language:JavaScript 3.2%Language:HTML 0.6%Language:Dockerfile 0.5%Language:Makefile 0.3%Language:Shell 0.1%