npm i
install frontend and contracts dependencies
npm run dev
for development environment in watch modenpm run prod
for production environment in watch mode
npm run build:dev
for development environment without watch modenpm run build:prod
for production environment without watch mode
npm run analyze:dev
for development environmentnpm run analyze:prod
for production environment
npm test
ornpm t
for 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