Today's blockchain frameworks are built with assets/tokens in mind thereby making it difficult for non-asset based project to integrate. AlienChain seeks to change this by introducing a non-asset based blockchain framework with APIs to make developer work easier.
We have a simple chat app you will love to play around with
-
Install Dependencies,
>>> pip3 install -r requirements.txt
-
Start a blockchain node server,
>>> python server/node_server.py
-
Run our application,
>>> python client/run_app.py
The application should be up and running at http://localhost:5000.
- Adding tags to transactions for easy grouping ✔️
- Implement logging ✔️
- Integrate Mongo DB ✔️
- Create SDKs