Skip to content

rmsrob/hasura-web3-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJs Sign Hasura

Notes

using wagmi and siwe lib to provide a smooth signin

cd hasura
# copy .env.example to .env and create JWT token inside your .env
make jwt
# create docker network
docker network create netrunner-web3-auth
cd hasura
# will launch postgres and Hasura containers
docker-compose up
make metadata
make migrate

# OR directly with hasura CLI
hasura metadata apply --endpoint "${HASURA_STAGING_ENDPOINT}" --admin-secret "${HASURA_GRAPHQL_ADMIN_SECRET}"

hasura migrate apply --endpoint "${HASURA_STAGING_ENDPOINT}" --admin-secret "${HASURA_GRAPHQL_ADMIN_SECRET}"
make console
# to launch the Hasura GUI on port 9596

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published