https://github.com/scrtlabs/dash.scrt.network
Secret Dashboard is an entry point for new users into Secret Network.
https://github.com/scrtlabs/dash.scrt.network
dashboard secret-network
Last synced: 7 days ago
JSON representation
Secret Dashboard is an entry point for new users into Secret Network.
- Host: GitHub
- URL: https://github.com/scrtlabs/dash.scrt.network
- Owner: scrtlabs
- License: mit
- Created: 2022-11-22T19:02:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T22:37:30.000Z (20 days ago)
- Last Synced: 2025-04-09T23:29:16.978Z (20 days ago)
- Topics: dashboard, secret-network
- Language: TypeScript
- Homepage: https://dash.scrt.network
- Size: 13.3 MB
- Stars: 19
- Watchers: 5
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - scrtlabs/dash.scrt.network - Secret Dashboard is an entry point for new users into Secret Network. (TypeScript)
README

# Secret Dashboard
Secret Dashboard is an entry point for new users into Secret Network. Features include a Dashboard UI for Secret Network data, IBC Transfer to and from Secret, a Wrap/Unwrap interface, a list of all active Secret dApps, a link collection to useful secret tools and more.
## System Requirements
- [Node.js 20 LTS](https://nodejs.org/)
## Setup
After verifying the system requirements you should be able to run a few commands to get everything set up:
```
git clone https://github.com/scrtlabs/dash.scrt.network.git
cd dash.scrt.network
npm install
```## Running the app
### The good ol' classic way
To get the app up and running, run:
```
npm run start
```The App runs on port 3000.
### Docker
To get the app up and running inside Docker, run:
```
docker compose up
```The App runs on port 3000. For further information check the `Dockerfile` and the `docker-compose.yml`.
## License
Developed by [Secret Saturn](https://x.com/Secret_Saturn_) and [Secret Jupiter](https://x.com/secretjupiter_)
Licensed under the [MIT license](https://github.com/scrtlabs/dash.scrt.network/blob/master/LICENSE.md)