{"id":23006877,"url":"https://github.com/paschal533/levy","last_synced_at":"2026-05-15T13:31:32.962Z","repository":{"id":149509201,"uuid":"618604967","full_name":"paschal533/Levy","owner":"paschal533","description":"Levy is an NFT marketplace intergrated with Gnosis safe, which allows users to create a personal or group Safe Chat DAO and have real time communication with other users. ","archived":false,"fork":false,"pushed_at":"2023-06-10T07:17:00.000Z","size":16393,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-17T16:31:17.417Z","etag":null,"topics":["blockchain","gelatonetwork","gnosis","gnosis-safe","javascript","stripe","web3","web3auth"],"latest_commit_sha":null,"homepage":"https://levy2.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paschal533.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2023-03-24T20:58:32.000Z","updated_at":"2025-09-03T09:48:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"f63ad730-aa55-4964-83ed-28b4f8173fc6","html_url":"https://github.com/paschal533/Levy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paschal533/Levy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FLevy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FLevy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FLevy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FLevy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paschal533","download_url":"https://codeload.github.com/paschal533/Levy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paschal533%2FLevy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["blockchain","gelatonetwork","gnosis","gnosis-safe","javascript","stripe","web3","web3auth"],"created_at":"2024-12-15T08:13:50.873Z","updated_at":"2026-05-15T13:31:32.944Z","avatar_url":"https://github.com/paschal533.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# LEVY\r\n\r\nLevy is a social financial management application on Gnosis. Users create an account and sign in with their Web2 social credentials, such as Gmail or Twitter, through Gelato and Web3Auth. They can view current token prices on the market, and buy crypto with a credit card through Stripe. Users can search for their peers and add them to a group chat via Safe where they can communicate in real time (thanks to XMTP), on-ramp and manage funds together, including swapping tokens from their treasury through CoW Swap. Users can also create and collect NFTs. Balances are displayed in the native token, xDAI, which conveniently allows users to interface with the dollar value of their assets. DAO without even thinking about it. Use Levy. \r\n\r\n# 🛠 Technology Stack \u0026 Tools\r\n\r\n- Solidity (Writing Smart Contract)\r\n- Javascript (NextJs \u0026 Unit Testing)\r\n- Ethers JS (Blockchain Interaction)\r\n- Hardhat (Smart Contract Development Framework)\r\n- Gnosis Chain (Blockchain network)\r\n- Gnosis Safe (DAO Safe)\r\n- XMTP (Web3 Messaging)\r\n- Stripe (Gateway payment with credit card)\r\n- Gelato \u0026\u0026 Web3Auth (Social media Authentication)\r\n- Express \u0026 Apollo (Backend server)\r\n- MongoDB (DataBase)\r\n\r\n# ⛓ Blockchain Protocol used\r\n\r\n- ERC-720 standard\r\n- ERC-721 standard\r\n\r\n# ⚙ Requirements For Initial Setup\r\n- Install NodeJS, should work with any node version below 18.12.1\r\n- Install Hardhat in your terminal. You can check to see if you have hardhat by running `npx hardhat`. To install hardhat, run `npm install --save-dev hardhat`.\r\n\r\n# 🚀 Quick Start\r\n\r\n📄 Clone or fork Levy:\r\n\r\n```\r\nhttps://github.com/paschal533/Levy.git\r\n```\r\n\r\n- Install all the dependencies in the frontend, smart-contract and backend. And Add all the required environmental varriables.\r\n\r\n# 🛠 Test the Smart-contract:\r\n\r\nchange to the smart contract directory\r\n\r\n```\r\ncd smart-contract\r\n```\r\n\r\nThen run\r\n\r\n```\r\nnpx hardhat test\r\n```\r\n\r\n# 🎗 Compile the Smart-contract:\r\n\r\n```\r\nnpx hardhat compile\r\n```\r\n# 🔗 Deploy the Smart-contract:\r\n\r\n```\r\nnpx hardhat run --network chiado scripts/deploy.js\r\n```\r\n\r\n# 📄 interacting with the Frontend\r\n\r\n```\r\ncd frontend\r\n\r\nnpm install\r\n```\r\n\r\n# 🚴‍♂️ Run the App:\r\n\r\n```\r\nnpm run dev\r\n```\r\n\r\n- Note :- The smart contract of this app was deployed to Gnosis (Chiado) testnet.\r\n\r\n# 📄 Smart-contract address\r\n\r\n```\r\n0x82761803b0AF78638Ec18f9b2F24b4811d01d235\r\n```\r\n\r\n# 📜 Chiado Explorer\r\n\r\n- Verified\r\n\r\n```\r\nhttps://blockscout.com/gnosis/chiado/address/0x82761803b0AF78638Ec18f9b2F24b4811d01d235\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaschal533%2Flevy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaschal533%2Flevy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaschal533%2Flevy/lists"}