Skip to content

domecloud/dSigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dSigner

THIRDWEB + SUPABASE = Domecloud's Signer Service

Test in Postman

Run In Postman

Set-up your SUPABASE

1. Create table wallets

Create table as follows

For policies, only allow SERVICE_ROLE to read and write this table

Columns Type Default Value Primary Additional Settings
id int8 now() Yes Is Unique, Is Identity
created_at timestampz gen_random_uuid()
user_id uuid Is Unique
email text Is Unique
wallet text Is Unique

image

2. Set Site URL

Navigate to Authentication > URL Configuration

Then enter {{baseURL}}/auth/welcome in Site URL

image

Set-up this repo

git clone https://github.com/domecloud/dSigner.git
cd dSigner
npm i
cp .env.example .env
node index.js

Don't forget to edit .env file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published