Git Product home page Git Product logo

linked_trust_node's Introduction

Local Ceramic node

To run this, running a ceramic node is important.

Install ceramic cli

npm install -g @ceramicnetwork/cli

Run ceramic

ceramic daemon

Creating a ceramic datamodel

npm run create_model

Database

Database is handled with the help of prisma orm.

Apply migration

npx prisma migrate dev

To check the database, use the goodness of prisma studio

npx prisma studio

After running this command prisma studio opens in port 5555.

Env variables

Create a .env file in project root. Refer to below example for env variables:

PORT=9000
DID_KEY=743470467f09759cf83ca2c61a651a68e4067afddffaff0e918ccef55286bf88
DATABASE_URL=file:./dev.db

To create the DID_KEY, take help of glaze cli. Install glaze cli using following command.

npm install --global @glazed/cli

Then create the a DID

glaze did:create

Something like this will be printed

Created DID did:key:z6MkiTnTkbtkpLd7zk5Yfuq5C7EHeKQmPNPor26eqad2npmP with seed 6f38c7993a868d1787c2d57b5c4e500ca8cfc85ec984c2aa415414f055a40c8c

Take the seed portion, and set it as the env variable DID_KEY.

Run the application in development environment

npm run dev

linked_trust_node's People

Contributors

arnobchowdhury avatar

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.