Skip to content

Giveth/SiweAuthMicroservice

Repository files navigation

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

About

Implements Sign in with ethereum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages