Welcome! We're glad to have you here!
Lixur is an open-sourced project building a distributed ledger platform. Designed to be extremely beginner friendly, no-code SDKs with AI assistance ensures that anyone, anywhere can deploy decentralized applications on Lixur. Lixur uses things such as DAGs and A.I smart contracts which enables fast, privacy-preserving, feeless, infinitely scalable, quantum resistant and an interconnected ecosystem, which users can make use of for any application requiring decentralized, automated intelligence and more. To learn more, please read the whitepaper here: https://drive.google.com/file/d/1mfqufIxTuvegdc8VjfgJahROHA6CBJHM/view?usp=sharing
This project is by no means complete and may feature plenty of bugs, security holes, etc. Please be aware of this. We haven't even launched the Testnet Beta yet so this is a work-in-progress.
To run a node, install the required packages (download requirements.txt), and run Flask (not in terminal!), and it should pop up with three genesis trasactions.
To add new transactions, head to: 127.0.0.1:5000/transactions/new
To access wallet or make a new wallet, head to: 127.0.0.1:5000/wallet
To check network stats, head to: 127.0.0.1:5000/stats
To check node status, head to: 127.0.0.1:5000/node
You can replace 127.0.0.1:5000
with a new IP:Port pair
If you find any bugs, or anything that should be added, please add them or send me an email at naisukhy@gmail.com
Addressing a potential concern: For those examining the code and are concerned with the speed of Python, This code will soon feature a JIT Complier that will accelerate the code either with Numba, accelerating execution speed on par or even better than Go, C++ or Julia. Solving the speed dilemma. Here are some examples to illustrate this...
https://users.rust-lang.org/t/why-my-rust-code-is-10-times-slower-than-python-with-numba/57738