/SiweAuthMicroservice

Implements Sign in with ethereum

Primary LanguageTypeScriptMIT LicenseMIT

Sign in with Ethereum

Reference implementation for use with Giveth.io

Build Status:

  • Develop - CI/CD
  • Staging - CI/CD
  • Production - CI/CD

References

I used these articles for writing project

Migrations

Create new Migration file

typeorm migration:create ./migrations/createAccessTokenTable

Then you need to run the migrations like so:

npm run db:migrate:run:local

If you want to revert last migration :

npm run db:migrate:revert:local