Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 702 Bytes

File metadata and controls

21 lines (13 loc) · 702 Bytes

Technical Specification

This project contains three basic modules

  • Smart Contract
  • BackEnd RestAPI and wrapper libraries
  • FrontEnd components

Smart Contract

This part will be executed on a parachain that can excute contracts. We have both ink! and solidity implementation.

FrontEnd components

UI dashboards for users and providers and admins and ES6 Modules for developers for easier integrations.

BackEnd RestAPI and wrapper libraries

In the third milestone, we will provide a RestAPI for who wants to connect easily to the contract. Also We will provide some library to make integration of our service easier in different backend stacks by connecting to our Backend RestAPI.