Laksa is a developer tools that interigate with Zilliqa-BlockChain. Like Web3 to Ethereum, Laksa is created for Zilliqa.
There is a github-page to host the markdown documents, here are the contents:
This project is under developement and updated frequently, including documents
,test scripts
and dependencies
.
So it may change a lot before it's stable version is released.
DO NOT
use it into your production envirorment.
Zilliqa-JS
is developed by Zilliqa Core Team.Laksa
is developed by Zilliqa community.Zilliqa-JS
is a basic library that contains crypto algos, and basic utils.Laksa
is a framework that provides more features thanZilliqa-JS
.Laska
is a "mono-repo" that devides the repo to multiple sub packages. Developers may customize their project using different packages on their demands.Laksa
will grow as the community grows, not justJavascript
, and more language support join theLaksa
family.
- Client Example:https://github.com/FireStack-Lab/Laksa-Client-Example
- Server Example:https://github.com/FireStack-Lab/Laksa-Node-Example