satthan / convector-example-people-attributes

This examples shows how to create a attributes data layer shared between multiple parties. It showcases identity patterns and unit tests. - tutorial here https://docs.worldsibu.com/article/89-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

attributesDb - person

This project is the result of this tutorial: https://docs.worldsibu.com/article/89-tutorial

Run this project

# Start your blockchain network and install the smart contract
npm start

# Important: This first call takes some seconds as it provisions the containers needed to run the smart contract
# Create some seed data to play with the project
npm run seed

# Run the API
npx lerna run start --scope server --stream

Tests

npm test

Check all the information to work with Convector in the DOCS site.

Collaborate to the Convector Suite projects

About

This examples shows how to create a attributes data layer shared between multiple parties. It showcases identity patterns and unit tests. - tutorial here https://docs.worldsibu.com/article/89-tutorial


Languages

Language:TypeScript 90.2%Language:Shell 5.5%Language:JavaScript 4.4%