Skip to content
Matthew Layton edited this page Jun 23, 2021 · 2 revisions

Introduction

Welcome to the ONIXLabs Corda Identity Framework. This framework provides a powerful and comprehensive API surface for building highly scalable, interoperable, digital and decentralized identities for individuals, organisations and assets on Corda. Additionally and perhaps more importantly, this framework represents a protocol for interoperable data exchange between different Corda applications.

Local Setup & Build

Prerequisites

Before attempting to build this repository, ensure that you have created a GitHub Personal Access Token and added it to your gradle.properties file. You will need this in order to resolve underlying dependencies from the ONIXLabs Corda Core Library.

gpr.user=YOUR_USER_NAME
gpr.key=YOUR_ACCESS_TOKEN
Clone this wiki locally