The Challenge Description: Integrate the “Login with Unstoppable” feature as a login option on your Dapp OR submit a PR to merge this feature as a login option on an existing DeFi/NFT dapp.
-Fast, Affordable and Secure way of moving liquidity between EVM, and L2 blockchains. With power of owning your identity on the web - Login with Unstoppable Domain.
- Building Framework: Next.js Documentation - learn about Next.js features and API.
- Frontend: Chakra-ui - Create accessible React apps with speed.
- Wallet connection: Unstoppable Domains - Unstoppable Domains are NFTs, and they are decentralized. What sets an Unstoppable Domains NFT apart from traditional domain names (like .com) is that NFT domains are stored by their owners in their wallets like cryptocurrency, and no third party can change or remove them. This makes them, in a word, unstoppable.
- Cross-Chain Bridge UI
- Login with Unstoppable
Live website: straxbridge
First, clone the repo with the following git command:
git clone https://github.com/SabeloMkhwanzi/UNS_strax_bridge
Second, open a terminal in the root directory of the project and run:
npm install
to install all the package dependencies for the project
Create a .env file in the root folder and populate it with the following variables:
REACT_APP_CLIENT_ID=
REACT_APP_REDIRECT_URI=
Finally, run the development server:
npm run dev
# or
yarn dev
Happy Hacking!😊