8000 GitHub - stellar-deprecated/account-viewer at 13b82034b210b554ce204830420d49377309cf96
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

stellar-deprecated/account-viewer

Repository files navigation

account-viewer

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

  1. npm install
  2. npm install -g interstellar

Developing

interstellar develop

Building for production

To use production config file run the following command:

interstellar build --env=prd

0