https://github.com/ivanminutillo/bankofthecommons
https://github.com/ivanminutillo/bankofthecommons
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanminutillo/bankofthecommons
- Owner: ivanminutillo
- Created: 2017-05-11T08:45:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T08:52:14.000Z (about 8 years ago)
- Last Synced: 2025-01-11T23:35:18.768Z (4 months ago)
- Language: CSS
- Size: 326 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orchestrator
The orchestrator is the uniquid **smart contracts management system**.
## Getting Started
To run the app in development mode:
```
$ git clone https://github.com/uniquid/orchestrator.git
$ cd orchestrator
$ npm start
```
Then open http://localhost:3000/ to see your app### Prerequisities
You will need to have Node >= 4 on your machine
## Built With
* [React](https://facebook.github.io/react/)
* [Redux](http://redux.js.org/)
* [Webpack](https://webpack.github.io/)
* [Flow](https://flowtype.org/)## Contributing
Under construction