C

Cryptify Auth

Easiest way to integrate web3 wallets on your dapps.

The problem Cryptify Auth solves

To support multiple web3 wallets, developers resort to one of the below libraries.
The existing libraries -> web3react, web3modal, useDapp, moralis make the configurations a little lengthy for non web3 developers.

With Cryptify Auth, I aim to solve this by having a simple to use SDK for developers to integrate multiple blockchain wallets with a single line of code.

Challenges I ran into

  1. Had no previous knowledge of building js libraries.
  2. Since the library is built on web3react, it was difficult to maintain consistencies among the codebase.
  3. Having the CSS throughout the app non-conflicting with the user css.

Discussion