npm iinstall frontend and contracts dependencies
npm run devfor development environment in watch modenpm run prodfor production environment in watch mode
npm run build:devfor development environment without watch modenpm run build:prodfor production environment without watch mode
npm run analyze:devfor development environmentnpm run analyze:prodfor production environment
npm testornpm tfor start test, before that you need start network (npm run ganache-cli)
- polkadot.js/api for interacting with Akropolis Chain
- Typescript
- React
- Redux
- Redux-saga for side-effects
- Material-UI