https://github.com/kaonone/staking-portal
Akropolis Staking Portal
https://github.com/kaonone/staking-portal
akropolisos akropolisoschain polkadotjs portal staking substrate
Last synced: 2 months ago
JSON representation
Akropolis Staking Portal
- Host: GitHub
- URL: https://github.com/kaonone/staking-portal
- Owner: kaonone
- License: mit
- Created: 2019-09-18T13:58:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T10:33:12.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:51:04.024Z (2 months ago)
- Topics: akropolisos, akropolisoschain, polkadotjs, portal, staking, substrate
- Language: TypeScript
- Homepage:
- Size: 10.3 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akropolis Polkadot Chain Frontend (active development)
## For frontend (in frontend folder)
### Install all dependencies
- ```npm i``` install frontend and contracts dependencies### To start locally
- ```npm run dev``` for development environment in watch mode
- ```npm run prod``` for production environment in watch mode### To build locally (see build folder)
- ```npm run build:dev``` for development environment without watch mode
- ```npm run build:prod``` for production environment without watch mode### To start bundle analyzer
- ```npm run analyze:dev``` for development environment
- ```npm run analyze:prod``` for production environment### To start test
- ```npm test``` or ```npm t``` for start test, before that you need start network (```npm run ganache-cli```)## We use
- [x] polkadot.js/api for interacting with Akropolis Chain
- [x] Typescript
- [x] React
- [x] Redux
- [x] Redux-saga for side-effects
- [x] Material-UI