An open API service indexing awesome lists of open source software.

https://github.com/fpbrault/stellar-basic-account-viewer

Basic account viewer for Stellar network
https://github.com/fpbrault/stellar-basic-account-viewer

nextjs stellar stellar-network stellar-quest

Last synced: 2 months ago
JSON representation

Basic account viewer for Stellar network

Awesome Lists containing this project

README

          

# stellar-basic-account-viewer

This is my entry for the Stellar Quest [basic account viewer bounty](https://github.com/tyvdh/stellar-quest-bounties/blob/main/bounties/level-1/basic-account-viewer.md).
## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the demo.

# Usage
You can use Albedo, Rebet or Freighter to connect. You'll see some details about your account (public key, parent account public key, creation date, balances). You can click the IDs or Asset names to open the corresponding entries on stellar.expert.

The app is accessible at [https://stellar-basic-account-viewer.vercel.app/](https://stellar-basic-account-viewer.vercel.app/)