Skip to content

chamamme/alienchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alienchain

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.

Instructions to run

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.

TODO

  • Adding tags to transactions for easy grouping ✔️
  • Implement logging ✔️
  • Integrate Mongo DB ✔️
  • Create SDKs

About

Rethink Blockchain. Non-asset based blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published