WARNING: Uniqys Kit is still in beta version, and we may still make some breaking changes.
Uniqys Kit is a framework for building Decentralized Applications (or DApps). It is designed for web developers to easily build DApps; just like you always build your web app.
For details, visit our project website and documentation.
Also, feedbacks are appreciated via GitHub issues, Gitter, or Twitter.
Uniqys Kit has two main components:
These two packages were designed to remove some of the current obstacles in creating or using DApps.
Please check our documentation.
$ npm install -g @uniqys/cli
Check our Get Started documentation for instruction.
$ nodenv install
$ npm ci
# This project is created as monorepo. Bootstrap runs automatically after install.
$ npm run build
$ npm test
After building Uniqys Kit, please see the packages/samples directory to try our samples.
License for each package in Uniqys Kit is different. Some packages are under the Apache License Version 2.0, and the others are under the Mozilla Public License Version 2.0.
Please refer to LICENSE
file under each package.