Skip to content

🥇Winner of Open Prize: Best Hack Using Self.ID Or Glaze in Sovereign Data Hackathon

License

Notifications You must be signed in to change notification settings

carlbarrdahl/skulptur

Repository files navigation

Skulptur

Decentralized Google Forms built with Ceramic.

Winner of Open Prize: Best Hack Using Self.ID Or Glaze in Sovereign Data Hackathon


Integration with other projects

import model from "@skulptur/model" // note: not actually an npm package yet

// Get all responses for all forms as a mapping: [formId]: responseId
await dataStore.get(model.definitions.formResponses, model.did)
{
    "<formDocId>": {
        "<responseDocId_A>": "<responseDocId_A",
        "<responseDocId_B>": "<responseDocId_B",
    }
}
// Get all created forms for authenticated DID
await dataStore.get(model.definitions.forms)

// Get all responses for authenticated DID
await dataStore.get(model.definitions.responses)

// Load content of Tile
await TileDocument.load(ceramic, "<docId>")

Created as a submission to Ceramic's Sovereign Data Hackathon

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

🥇Winner of Open Prize: Best Hack Using Self.ID Or Glaze in Sovereign Data Hackathon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published