[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
/ card Public archive

A small but very useful social card app for your to showcase your Soul profile in person and connect with other Soul users.

License

Notifications You must be signed in to change notification settings

soul-project/card

Repository files navigation

soul-card

License: MIT

Soul card was developed with Soul identity provider.

Deploy with Vercel

Running locally

  1. Create an account on Soul by visiting https://login.soul-network.com/register
  2. Login through https://www.soul-network.com/ using your new account and retrieve the access token
  3. Create a new platform using your account (please replace the placeholders with your desired values)
$ curl --location --request POST 'https://api.soul-network.com/v1/platforms' \
  --header 'Authorization: Bearer <AUTH_TOKEN>' \
  --header 'Content-Type: application/json' \
  --data-raw '{
      "name": "<PLATFORM_NAME>",
      "redirect_uris": ["<VALID_CALLBACK_URL>"]
  }'
  1. Information about your platform will be returned, including a unique identifier represented by the id field

  2. Make a copy of .env.development and call it .env.development.local, SOUL_PLATFORM_ID should be set to the id you've obtained on the step above

  3. Run the application!

$ nvm use
$ npm -g install npm@8

$ npm run dev

About

A small but very useful social card app for your to showcase your Soul profile in person and connect with other Soul users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published