Skip to content

The CType Hub is essentially a look up service for existing CTypes on the KILT Blockchain with an option to create new CTypes. It serves as a platform where attesters can find and attest CTypes as part of their business model. Users can also search and compare existing CTypes to find the one that best suits their needs.

License

Notifications You must be signed in to change notification settings

galaniprojects/ctypehub

Repository files navigation

ctypehub

The source code of https://ctypehub.galaniprojects.de

Prerequisites

Make sure you installed these required software before running this project:

Start the app locally:

After having cloned the repository on your local machine and defining all environment variables according to the .env.example, to start the app locally follow this steps.

  1. Make sure you have all dependencies installed, running:

    pnpm install
    
  2. Start the database the app will use, running:

    pnpm start-db
    

The Docker daemon needs to be running for this to work

If there is already a postgres container running, with an incompatible database, you can stop it with pnpm stop-db.

  1. Enter the dev watch mode from astro, running:

    pnpm dev
    

Now you can see the logs of the backend on the terminal and visit the frontend under the URL specified by the variable URL from the .env-file. (By default http://localhost:3000)

The database should start to populate from the configured indexer.

About

The CType Hub is essentially a look up service for existing CTypes on the KILT Blockchain with an option to create new CTypes. It serves as a platform where attesters can find and attest CTypes as part of their business model. Users can also search and compare existing CTypes to find the one that best suits their needs.

Resources

License

Stars

Watchers

Forks