Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddnlink/ddn-explorer
DDN Explorer http://testnet.ddn.link
https://github.com/ddnlink/ddn-explorer
blockchain ddn explorer react web
Last synced: about 2 months ago
JSON representation
DDN Explorer http://testnet.ddn.link
- Host: GitHub
- URL: https://github.com/ddnlink/ddn-explorer
- Owner: ddnlink
- License: mit
- Created: 2019-06-30T09:18:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T14:52:29.000Z (about 1 year ago)
- Last Synced: 2024-04-14T00:24:07.047Z (9 months ago)
- Topics: blockchain, ddn, explorer, react, web
- Language: JavaScript
- Homepage:
- Size: 9.58 MB
- Stars: 4
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](./README_zh-CN.md)
# DDN Explorer
DDN Explorer is an front-end application for presenting the information and activity on the DDN blockchain.
It is built upon Ant Design and react framework [UmiJS ](https://umijs.org/) and deploy to ddnlink.github.io,## Getting Started
```bash
# clone appliction code
$ git clone [email protected]:ddnlink/ddn-explorer.git
$ cd ddn-explorer# install deps
$ yarn# runing app
$ yarn start# test app
$ yarn test# Build and deploy
$ yarn build# tar
$ tar -zcf dist.tar.gz ./dist
```
> Open http://localhost:8000 to view it in the browser.
```## Framework
```bash
├── dist/ // built static files
├── docs/ // forks from dist and deploy to github.com
├── mock/ // mock
├── config/
├── config.js // umi config file
└── src/ //
|── assets/ // static resources
├── layouts/index.js // default layout
|── locales/ // multi language
|── models/
|── service/
├── pages/ // main pages
├── .umi/
├── .umi-production/
├── document.ejs
├── 404.js
├── page1.js
├── page1.test.js
└── page2.js
|── styles/ // global css
|── utils/
├── global.css
├── global.js
├── app.js
├── .umirc.js
├── .env
└── package.json
```## Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
## License
[MIT](https://github.com/ddnlink/ddn-explorer/blob/master/LICENSE)