Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofzion/dora
https://github.com/cityofzion/dora
blockchain blockchain-explorer neo react redux-thunk typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cityofzion/dora
- Owner: CityOfZion
- Created: 2020-04-23T21:10:03.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-15T15:38:37.000Z (5 months ago)
- Last Synced: 2024-07-16T08:59:59.724Z (5 months ago)
- Topics: blockchain, blockchain-explorer, neo, react, redux-thunk, typescript
- Language: TypeScript
- Homepage: https://dora.coz.io/
- Size: 25.5 MB
- Stars: 11
- Watchers: 8
- Forks: 10
- Open Issues: 122
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dora
React / TypeScript based block explorer for the NEO blockchain`dora` is built on top of a new cross chain backend service, documentation for which can be found [here](https://dora.coz.io/documentation/index.html) and should be referenced for all contributors and future development.
## Local development
`npm run start` Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.## Generating static documentation
Static documentation automatically gets parsed and generated on the client side based on the contents of `/src/documentation/api.yaml` in the `develop` branch built on top of [swagger-ui-dist](https://www.npmjs.com/package/swagger-ui-dist)## Deployment to Develop and Production Environments
Merges made to the `develop` branch will automatically build and deploy to https://dora-dev.coz.io/ while updates to `master` will deploy https://dora.coz.io/