Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabelomkhwanzi/uns_strax_bridge
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.
https://github.com/sabelomkhwanzi/uns_strax_bridge
chakra-ui-react cross-chain-bridge gitcoin nextjs unstoppable-domains
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sabelomkhwanzi/uns_strax_bridge
- Owner: SabeloMkhwanzi
- Created: 2022-08-22T14:04:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T12:34:57.000Z (over 2 years ago)
- Last Synced: 2023-03-09T07:23:35.003Z (almost 2 years ago)
- Topics: chakra-ui-react, cross-chain-bridge, gitcoin, nextjs, unstoppable-domains
- Language: TypeScript
- Homepage: https://uns-strax-bridge.vercel.app/
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hackathon: Money Legos Hackathon - Integrating Login With Unstoppable: A Web3 SSO
### 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.
### Straxbridge - Web3 DEFI Cross-chain Bridge
### Project Description
-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.
### Tools
- Building Framework: [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- Frontend: [Chakra-ui](https://chakra-ui.com/) - Create accessible React apps with speed.
- Wallet connection: [Unstoppable Domains](https://docs.unstoppabledomains.com/login-with-unstoppable/) - 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.### Project Feature
- Cross-Chain Bridge UI
- Login with Unstoppable##### 1. Home Page
![HomePage](https://github.com/SabeloMkhwanzi/UNS_strax_bridge/blob/main/public/straxbridgeHOMEPAGE.jpg)
##### 1. Bridge Page
![BridgePage](https://github.com/SabeloMkhwanzi/UNS_strax_bridge/blob/main/public/straxbridgeBRIDGEPAG.jpg)
#### Live website: [straxbridge](https://uns-strax-bridge.vercel.app/)
#### Running the app
### Getting Started
First, clone the repo with the following git command:
```bash
git clone https://github.com/SabeloMkhwanzi/UNS_strax_bridge
```Second, open a terminal in the root directory of the project and run:
```bash
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:
```bash
npm run dev
# or
yarn dev
```Happy Hacking!😊
## Login-with-Unstoppablen-Straxbridge