https://github.com/kaonone/akropolis-network
Akropolis Network - MVP
https://github.com/kaonone/akropolis-network
akropolis ethereum react redux smart-contracts typescript
Last synced: about 2 months ago
JSON representation
Akropolis Network - MVP
- Host: GitHub
- URL: https://github.com/kaonone/akropolis-network
- Owner: kaonone
- License: mit
- Created: 2019-04-19T09:31:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T02:16:50.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:51:10.357Z (about 2 months ago)
- Topics: akropolis, ethereum, react, redux, smart-contracts, typescript
- Language: TypeScript
- Homepage: https://akropolis.io
- Size: 12.9 MB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akropolis Network Testnet (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] Drizzle For handles instantiating web3 and contracts, fetching accounts, and keeping all of this data in sync with the blockchain.
- [x] Ox protocol - that enables the peer-to-peer exchange of assets on the Ethereum blockchain.
- [x] Typescript
- [x] React
- [x] Redux
- [x] Redux-saga for side-effects
- [x] Material-UI