{"id":20747851,"url":"https://github.com/sabelomkhwanzi/uns_strax_bridge","last_synced_at":"2026-04-24T19:32:23.798Z","repository":{"id":57774869,"uuid":"527591148","full_name":"SabeloMkhwanzi/UNS_strax_bridge","owner":"SabeloMkhwanzi","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.","archived":false,"fork":false,"pushed_at":"2024-09-23T10:32:17.000Z","size":388,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T13:47:16.656Z","etag":null,"topics":["chakra-ui-react","cross-chain-bridge","gitcoin","nextjs","unstoppable-domains"],"latest_commit_sha":null,"homepage":"https://uns-strax-bridge.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SabeloMkhwanzi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-22T14:04:37.000Z","updated_at":"2024-09-23T10:32:20.000Z","dependencies_parsed_at":"2025-01-18T03:21:18.197Z","dependency_job_id":null,"html_url":"https://github.com/SabeloMkhwanzi/UNS_strax_bridge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SabeloMkhwanzi/UNS_strax_bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeloMkhwanzi%2FUNS_strax_bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeloMkhwanzi%2FUNS_strax_bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeloMkhwanzi%2FUNS_strax_bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeloMkhwanzi%2FUNS_strax_bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SabeloMkhwanzi","download_url":"https://codeload.github.com/SabeloMkhwanzi/UNS_strax_bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SabeloMkhwanzi%2FUNS_strax_bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chakra-ui-react","cross-chain-bridge","gitcoin","nextjs","unstoppable-domains"],"created_at":"2024-11-17T08:14:35.166Z","updated_at":"2026-04-24T19:32:23.781Z","avatar_url":"https://github.com/SabeloMkhwanzi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Hackathon: Money Legos Hackathon - Integrating Login With Unstoppable: A Web3 SSO\n\n### 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.\n\n### Straxbridge - Web3 DEFI Cross-chain Bridge\n\n### Project Description\n\n-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.\n\n### Tools\n\n- Building Framework: [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- Frontend: [Chakra-ui](https://chakra-ui.com/) - Create accessible React apps with speed.\n- 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.\n\n### Project Feature\n\n- Cross-Chain Bridge UI\n- Login with Unstoppable\n\n##### 1. Home Page\n\n![HomePage](https://github.com/SabeloMkhwanzi/UNS_strax_bridge/blob/main/public/straxbridgeHOMEPAGE.jpg)\n\n##### 1. Bridge Page\n\n![BridgePage](https://github.com/SabeloMkhwanzi/UNS_strax_bridge/blob/main/public/straxbridgeBRIDGEPAG.jpg)\n\n#### Live website: [straxbridge](https://uns-strax-bridge.vercel.app/)\n\n#### Running the app\n\n### Getting Started\n\nFirst, clone the repo with the following git command:\n\n```bash\ngit clone https://github.com/SabeloMkhwanzi/UNS_strax_bridge\n```\n\nSecond, open a terminal in the root directory of the project and run:\n\n```bash\nnpm install\n```\n\nto install all the package dependencies for the project\n\nCreate a .env file in the root folder and populate it with the following variables:\n\n```\nREACT_APP_CLIENT_ID=\nREACT_APP_REDIRECT_URI=\n\n```\n\nFinally, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nHappy Hacking!😊\n\n## Login-with-Unstoppablen-Straxbridge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabelomkhwanzi%2Funs_strax_bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabelomkhwanzi%2Funs_strax_bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabelomkhwanzi%2Funs_strax_bridge/lists"}