Skip to content

An offchain implementation of IPSP with the Ceramic Network.

Notifications You must be signed in to change notification settings

newfound8ion/ipsp-verifiable-points

 
 

Repository files navigation

ComposeDB + Newcoin Prototype

This repo contains a rough first stab at the data models needed for ComposeDB to accommodate Newcoin's PowerUP verifiable credential concept.

Getting Started

  1. Install your dependencies:

Install your dependencies:

npm install
  1. Generate your admin seed, admin did, and ComposeDB configuration file:
npm run generate
  1. Finally, run your application in a new terminal (first ensure you are running node v16 in your terminal):
npm run dev

a. Open http://localhost:3000 with your browser to see the result and generate issuer instances

b. Open http://localhost:3000/context with your browser to see the result and generate context instances

c. Open http://localhost:3000/powerup with your browser to generate PowerUP instances - use the stream ID generated from a context instance from the previous step for the Context Stream ID field

d. Open http://localhost:3000/query to test some pre-written queries

Learn More

To learn more about Ceramic please visit the following links

You can check out Create Ceramic App repo and provide us with your feedback or contributions!

About

An offchain implementation of IPSP with the Ceramic Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.1%
  • JavaScript 22.9%
  • CSS 5.0%