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
- Host: GitHub
- URL: https://github.com/fpbrault/stellar-basic-account-viewer
- Owner: fpbrault
- License: mit
- Created: 2021-09-20T16:35:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T01:45:08.000Z (over 3 years ago)
- Last Synced: 2023-03-07T21:25:16.295Z (over 3 years ago)
- Topics: nextjs, stellar, stellar-network, stellar-quest
- Language: TypeScript
- Homepage: https://stellar-basic-account-viewer.vercel.app
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)