Coder Social home page Coder Social logo

carlbarrdahl / skulptur Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 1.0 746 KB

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

Home Page: https://skulptur.vercel.app

License: MIT License

Shell 0.10% JavaScript 23.16% TypeScript 73.83% CSS 2.91%
nextjs ceramic-network ipfs web3

skulptur's Introduction

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!

skulptur's People

Contributors

carlbarrdahl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ninja-1337

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.