THIRDWEB + SUPABASE = Domecloud's Signer Service
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 | ||
text | Is Unique | |||
wallet | text | Is Unique |
Navigate to Authentication
> URL Configuration
Then enter {{baseURL}}/auth/welcome
in Site URL
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