Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.64 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.64 KB

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