uniqys / UniqysKit

Uniqys Kit - A toolkit for creating your own DApps
33 stars 2 forks source link
blockchain dapp uniqys uniqys-kit

Uniqys Kit

Uniqys Kit logo

CircleCI Build Status

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.

Introduction

Uniqys Kit has two main components:

These two packages were designed to remove some of the current obstacles in creating or using DApps.

TL;DR

How Does It Work?

Please check our documentation.

Getting Started

Installing via npm

$ npm install -g @uniqys/cli

Creating a DApp

Check our Get Started documentation for instruction.

Building

Setup for nodenv

$ nodenv install

Install

$ npm ci
# This project is created as monorepo. Bootstrap runs automatically after install.

Build

$ npm run build

Test

$ npm test

Trying Samples

After building Uniqys Kit, please see the packages/samples directory to try our samples.

License

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.