From d2716715ef1b115e141c8768c4a5f60f65cee061 Mon Sep 17 00:00:00 2001 From: j pimmel Date: Fri, 13 Oct 2023 07:41:02 -0700 Subject: [PATCH 1/6] Add new Flow repos (#615) * Added new Cadence cookbook repos * Added Lea Lobanov repos --- data/ecosystems/f/flow-community.toml | 66 +++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/data/ecosystems/f/flow-community.toml b/data/ecosystems/f/flow-community.toml index d90b8ccba9..35a3f7c5b1 100644 --- a/data/ecosystems/f/flow-community.toml +++ b/data/ecosystems/f/flow-community.toml @@ -5582,6 +5582,72 @@ url = "https://github.com/lealobanov/cadence-cookbook-new/tree/master" [[repo]] url = "https://github.com/lealobanov/cadence-cookbook-sample-recipe" +[[repo]] +url = "https://github.com/lealobanov/cadence-cookbook" + +[[repo]] +url = "https://github.com/lealobanov/collection-for-holding-nfts" + +[[repo]] +url = "https://github.com/lealobanov/creating-collection-for-account" + +[[repo]] +url = "https://github.com/lealobanov/metadata-views" + +[[repo]] +url = "https://github.com/lealobanov/multiple-metadata-views" + +[[repo]] +url = "https://github.com/lealobanov/token-vault" + +[[repo]] +url = "https://github.com/lealobanov/withdrawing-tokens" + +[[repo]] +url = "https://github.com/lealobanov/creating-a-vault" + +[[repo]] +url = "https://github.com/lealobanov/vault-minter" + +[[repo]] +url = "https://github.com/lealobanov/implementing-series-for-nfts" + +[[repo]] +url = "https://github.com/lealobanov/creating-a-set-in-series" + +[[repo]] +url = "https://github.com/lealobanov/minting-nfts-in-a-set" + +[[repo]] +url = "https://github.com/lealobanov/admin-resource" + +[[repo]] +url = "https://github.com/lealobanov/add-admin-resource-to-account" + +[[repo]] +url = "https://github.com/lealobanov/create-a-topshot-play" + +[[repo]] +url = "https://github.com/lealobanov/create-a-topshot-set" + +[[repo]] +url = "https://github.com/lealobanov/add-a-play-to-topshot-set" + +[[repo]] +url = "https://github.com/lealobanov/minting-a-moment-in-topshot-set" + +[[repo]] +url = "https://github.com/lealobanov/create-a-marketplace" + +[[repo]] +url = "https://github.com/lealobanov/create-an-nft-listing" + +[[repo]] +url = "https://github.com/lealobanov/purchase-nft-on-marketplace" + +[[repo]] +url = "https://github.com/lealobanov/mint-nft" + [[repo]] url = "https://github.com/aishairzay/CadenceGameEngine" From 21c95fae60e310a9c8cc7c280b09f17041df02f9 Mon Sep 17 00:00:00 2001 From: Enrique Date: Tue, 17 Oct 2023 11:58:17 +0000 Subject: [PATCH 2/6] tag missing repos and reformat tomls --- data/ecosystems/c/celo.toml | 17 +- data/ecosystems/f/flow-community.toml | 2072 ++++++------ data/ecosystems/i/internet-computer.toml | 2613 +++++++-------- data/ecosystems/i/iotex.toml | 36 +- data/ecosystems/l/lyric-labs.toml | 1 + data/ecosystems/m/machinefi.toml | 108 +- data/ecosystems/n/nobleblocks.toml | 14 + data/ecosystems/o/open-chat-labs.toml | 17 +- data/ecosystems/r/rakeoff.toml | 11 + data/ecosystems/s/solana.toml | 3714 +++++++++++----------- data/ecosystems/s/starknet.toml | 3047 +++++++++--------- data/ecosystems/t/ton.toml | 91 +- 12 files changed, 5906 insertions(+), 5835 deletions(-) create mode 100644 data/ecosystems/n/nobleblocks.toml create mode 100644 data/ecosystems/r/rakeoff.toml diff --git a/data/ecosystems/c/celo.toml b/data/ecosystems/c/celo.toml index 5fd3ebc1a4..0d1172233c 100644 --- a/data/ecosystems/c/celo.toml +++ b/data/ecosystems/c/celo.toml @@ -76,6 +76,7 @@ sub_ecosystems = [ github_organizations = [ "https://github.com/celo-academy", + "https://github.com/Celo-Baddies", "https://github.com/celo-examples", "https://github.com/celo-org", "https://github.com/celo-tools", @@ -84,7 +85,6 @@ github_organizations = [ "https://github.com/helpicelo", "https://github.com/Pinnata", "https://github.com/valora-inc", - "https://github.com/Celo-Baddies", ] # Repositories @@ -4291,6 +4291,11 @@ url = "https://github.com/NeoSPU/celo_nft_market" [[repo]] url = "https://github.com/nepoche/ethers-rs" +[[repo]] +url = "https://github.com/nescampos/celoclub" +tags = ["DAO", "Investment"] +missing = true + [[repo]] url = "https://github.com/NestedFinance/make-crypto-mobile-hackathon" @@ -4781,6 +4786,9 @@ url = "https://github.com/RichardBatka/celo-monorepo" [[repo]] url = "https://github.com/rileymintable/celo-blockchain" +[[repo]] +url = "https://github.com/Riya500-git/DeveloperWeek-Hack" + [[repo]] url = "https://github.com/rjrajivjha/build-with-celo-hackathon" @@ -6025,10 +6033,3 @@ url = "https://gitlab.com/pretoria-research-lab/celo-cauldron" [[repo]] url = "https://gitlab.com/pretoria-research-lab/celo-faucet-api" - -[[repo]] -url = "https://github.com/nescampos/celoclub" -tags = ["DAO","Investment"] - -[[repo]] -url = "https://github.com/Riya500-git/DeveloperWeek-Hack" diff --git a/data/ecosystems/f/flow-community.toml b/data/ecosystems/f/flow-community.toml index 35a3f7c5b1..bc2b3c6068 100644 --- a/data/ecosystems/f/flow-community.toml +++ b/data/ecosystems/f/flow-community.toml @@ -7,8 +7,8 @@ github_organizations = [ "https://github.com/Flow-HKT", "https://github.com/flow-japan", "https://github.com/Flow-Taipei", - "https://github.com/FlowFans-Learning", "https://github.com/FlowFans", + "https://github.com/FlowFans-Learning", "https://github.com/Playstarter", "https://github.com/punchvn", "https://github.com/rayvin-flow", @@ -17,248 +17,154 @@ github_organizations = [ # Repositories [[repo]] -url = "https://github.com/Flow-HKT/smart-contract" - -[[repo]] -url = "https://github.com/flow-japan/batch-token-transfer-tool" - -[[repo]] -url = "https://github.com/flow-japan/beginner-cadence-course-ja" - -[[repo]] -url = "https://github.com/flow-japan/fcl-playground" - -[[repo]] -url = "https://github.com/flow-japan/flow-101-quest" - -[[repo]] -url = "https://github.com/flow-japan/flow-challenge-nft" - -[[repo]] -url = "https://github.com/flow-japan/flow-go-sdk-demo" - -[[repo]] -url = "https://github.com/flow-japan/flow-workshop" - -[[repo]] -url = "https://github.com/flow-japan/kitty-items-web" - -[[repo]] -url = "https://github.com/flow-japan/make" - -[[repo]] -url = "https://github.com/flow-japan/replica-nft" - -[[repo]] -url = "https://github.com/flow-japan/wallet-connect-web-examples" - -[[repo]] -url = "https://github.com/Flow-Taipei/bundle" - -[[repo]] -url = "https://github.com/FlowFans-Learning/beginner-cadence-course" - -[[repo]] -url = "https://github.com/FlowFans-Learning/flow-dapp-courses-2022" - -[[repo]] -url = "https://github.com/FlowFans-Learning/tintin-lesson-2-linpingsnoopy" - -[[repo]] -url = "https://github.com/FlowFans-Learning/tintin-lesson-2-presleyzhou" - -[[repo]] -url = "https://github.com/FlowFans-Learning/tintin-lesson-3-ChinaKingKong" - -[[repo]] -url = "https://github.com/FlowFans-Learning/tintin-lesson-3-linpingsnoopy" - -[[repo]] -url = "https://github.com/FlowFans/awesome-flow" - -[[repo]] -url = "https://github.com/FlowFans/cadence-deployer" - -[[repo]] -url = "https://github.com/FlowFans/crypto-dappy" - -[[repo]] -url = "https://github.com/FlowFans/crypto-dappy-learning-hub" - -[[repo]] -url = "https://github.com/FlowFans/dappstarter-cli" - -[[repo]] -url = "https://github.com/FlowFans/docs-flow" - -[[repo]] -url = "https://github.com/FlowFans/fast-floward-zh" - -[[repo]] -url = "https://github.com/FlowFans/fcl-dev-wallet" - -[[repo]] -url = "https://github.com/FlowFans/fcl-frontend-scaffold-ts" - -[[repo]] -url = "https://github.com/FlowFans/flow" - -[[repo]] -url = "https://github.com/FlowFans/flow-chinese-workshop" - -[[repo]] -url = "https://github.com/FlowFans/flow-fans" - -[[repo]] -url = "https://github.com/FlowFans/flow-fans-v2" +url = "https://github.com/0EnIgma1/StyleFusion" [[repo]] -url = "https://github.com/FlowFans/flow-fcl-quickstart" +url = "https://github.com/0xAlchemist/Athletaverse" [[repo]] -url = "https://github.com/FlowFans/flow-py-sdk" +url = "https://github.com/0xAlchemist/cadence-design-pattern-examples" [[repo]] -url = "https://github.com/FlowFans/flow-test-with-js" +url = "https://github.com/0xAlchemist/flow-auction" [[repo]] -url = "https://github.com/FlowFans/flow-testing-quickstart" +url = "https://github.com/0xAlchemist/flow-client-template" [[repo]] -url = "https://github.com/FlowFans/flow-token-list" +url = "https://github.com/0xAlchemist/flow-orbital-auction" [[repo]] -url = "https://github.com/FlowFans/flow-tools" +url = "https://github.com/0xAlchemist/flow-owb-05-marketplace" [[repo]] -url = "https://github.com/FlowFans/FlowChinaBadge" +url = "https://github.com/0xAlchemist/go-flow-tooling" [[repo]] -url = "https://github.com/FlowFans/kitty-items" +url = "https://github.com/0xapurv/Cross-Chain-Voting" [[repo]] -url = "https://github.com/FlowFans/lottery-draw" +url = "https://github.com/0xFarms/flowforward" [[repo]] -url = "https://github.com/FlowFans/nft-storefront" +url = "https://github.com/0xLambed/goatedgoats-fe" [[repo]] -url = "https://github.com/FlowFans/react-fcl-demo" +url = "https://github.com/0xNazgul/BuildSpaceApps" [[repo]] -url = "https://github.com/FlowFans/web3jam-2022-summer" +url = "https://github.com/0xPapiSmash/stamps-client" [[repo]] -url = "https://github.com/Playstarter/lithoken-contracts" +url = "https://github.com/0xPapiSmash/stamps-server" [[repo]] -url = "https://github.com/punchvn/pvn-nnj-flow" -missing = true +url = "https://github.com/0xPASTE/RPGFlow" [[repo]] -url = "https://github.com/rayvin-flow/flow-beam" +url = "https://github.com/0xshikhar/flow-name-service" [[repo]] -url = "https://github.com/rayvin-flow/flow-json-cadence-decoder" +url = "https://github.com/0xshikhar/FlowFinance" [[repo]] -url = "https://github.com/rayvin-flow/flow-scanner" +url = "https://github.com/0xstruct/flow-book-run" [[repo]] -url = "https://github.com/rayvin-flow/flow-scanner-lib" +url = "https://github.com/0xstruct/flow-zips" [[repo]] -url = "https://github.com/rayvin-flow/gists" +url = "https://github.com/0xStruct/FOLO-contract" [[repo]] -url = "https://github.com/thirdbridge/git-workshop" +url = "https://github.com/0xStruct/FOLO-ui" [[repo]] -url = "https://github.com/thirdbridge/mvp-vote" +url = "https://github.com/0xThirdspace/Fantom-Smart-Contract" [[repo]] -url = "https://github.com/0xAlchemist/Athletaverse" +url = "https://github.com/0xThirdspace/flow-cadence" [[repo]] -url = "https://github.com/0xAlchemist/cadence-design-pattern-examples" +url = "https://github.com/0xThirdspace/Thirdspace" [[repo]] -url = "https://github.com/0xAlchemist/flow-auction" +url = "https://github.com/0xThirdspace/Thirdspace-Backend-Api" [[repo]] -url = "https://github.com/0xAlchemist/flow-client-template" +url = "https://github.com/0xthrpw/ssdk" [[repo]] -url = "https://github.com/0xAlchemist/flow-orbital-auction" +url = "https://github.com/100ktab/Nupy-Admin-Web" [[repo]] -url = "https://github.com/0xAlchemist/flow-owb-05-marketplace" +url = "https://github.com/100ktab/Nupy-Flow-App" [[repo]] -url = "https://github.com/0xAlchemist/go-flow-tooling" +url = "https://github.com/100ktab/Nupy-Flow-core" [[repo]] -url = "https://github.com/0xFarms/flowforward" +url = "https://github.com/10ishq/greenflowchain" [[repo]] -url = "https://github.com/0xLambed/goatedgoats-fe" +url = "https://github.com/10thfloor/flow-vue-fcl" [[repo]] -url = "https://github.com/0xNazgul/BuildSpaceApps" +url = "https://github.com/17Ved/cryptoapp" [[repo]] -url = "https://github.com/0xPapiSmash/stamps-client" +url = "https://github.com/1pixelred/contracts" [[repo]] -url = "https://github.com/0xPapiSmash/stamps-server" +url = "https://github.com/28356715/flow_vue3_elementplus_scaffolding" [[repo]] -url = "https://github.com/0xshikhar/flow-name-service" +url = "https://github.com/28356715/flow_vue3_marketplace_example" [[repo]] -url = "https://github.com/0xStruct/FOLO-contract" +url = "https://github.com/28356715/nft_gold_diggers" [[repo]] -url = "https://github.com/0xStruct/FOLO-ui" +url = "https://github.com/33-Labs/wondermon" [[repo]] -url = "https://github.com/0xthrpw/ssdk" +url = "https://github.com/4everland/4ever-login" [[repo]] -url = "https://github.com/10thfloor/flow-vue-fcl" +url = "https://github.com/4everland/dashboard-website" [[repo]] -url = "https://github.com/28356715/flow_vue3_elementplus_scaffolding" +url = "https://github.com/5t111111/flow-app-quickstart" [[repo]] -url = "https://github.com/28356715/flow_vue3_marketplace_example" +url = "https://github.com/5thdimension/moralis-react" [[repo]] -url = "https://github.com/28356715/nft_gold_diggers" +url = "https://github.com/7suyash7/FlowMark" [[repo]] -url = "https://github.com/4everland/4ever-login" +url = "https://github.com/9yamamo9/flow-app-sample" [[repo]] -url = "https://github.com/4everland/dashboard-website" +url = "https://github.com/a16z/eth-testnet-drop" [[repo]] -url = "https://github.com/5t111111/flow-app-quickstart" +url = "https://github.com/A6u7H/GenLock" [[repo]] -url = "https://github.com/5thdimension/moralis-react" +url = "https://github.com/AarishKhanna/Team-Reblock-Submission-GrowthBookNFT" [[repo]] -url = "https://github.com/9yamamo9/flow-app-sample" +url = "https://github.com/aashishgarg94/decentralized_ratings_flow" [[repo]] -url = "https://github.com/a16z/eth-testnet-drop" +url = "https://github.com/AashishNandakumar/Supply-Chain-Management" [[repo]] -url = "https://github.com/A6u7H/GenLock" +url = "https://github.com/Abhay-2811/ZLocNFT" [[repo]] -url = "https://github.com/AarishKhanna/Team-Reblock-Submission-GrowthBookNFT" +url = "https://github.com/abhinavmaddheshiya/ben-trix-flow-contracts" [[repo]] url = "https://github.com/abhradeep14/Layers-DAO-Project" @@ -287,18 +193,27 @@ url = "https://github.com/AdventurePizza/deeno-token" [[repo]] url = "https://github.com/aeither/flowtastic" +[[repo]] +url = "https://github.com/afhay/mevota" + [[repo]] url = "https://github.com/AfterA11/nftApp" [[repo]] url = "https://github.com/agencyenterprise/cadence-webpack-plugin" +[[repo]] +url = "https://github.com/ahmadnurfadilah/peerpost" + [[repo]] url = "https://github.com/aidanhall21/NFluence" [[repo]] url = "https://github.com/AiMingQi/22222" +[[repo]] +url = "https://github.com/aishairzay/CadenceGameEngine" + [[repo]] url = "https://github.com/aishairzay/Flow-Serverless-React-Boilerplate" @@ -308,9 +223,15 @@ url = "https://github.com/aishairzay/GemSwap" [[repo]] url = "https://github.com/aishairzay/Vault" +[[repo]] +url = "https://github.com/AishwaryaRavi07/flowhackathon" + [[repo]] url = "https://github.com/Akagi201/flow-workshop" +[[repo]] +url = "https://github.com/akashbiswas0/Tales" + [[repo]] url = "https://github.com/akihokurino/flow-wallet-ios" @@ -377,6 +298,12 @@ url = "https://github.com/allencdhas/agro-link" [[repo]] url = "https://github.com/AllLuckly/0xchat" +[[repo]] +url = "https://github.com/alsoknownaszac/chainlink-hack" + +[[repo]] +url = "https://github.com/AmaanSayyad/FanBet" + [[repo]] url = "https://github.com/amalaabraham/gcnft" @@ -416,6 +343,9 @@ url = "https://github.com/AmethystCodes/100-days-cadence" [[repo]] url = "https://github.com/AmethystCodes/beginner-emerald-dapp" +[[repo]] +url = "https://github.com/amitdua048/pramaan" + [[repo]] url = "https://github.com/amitkothari/crypto-candy" @@ -431,6 +361,9 @@ url = "https://github.com/ANANTSARASWAT30/Hello-World" [[repo]] url = "https://github.com/AnastasiaMenshikova/flow-name-service" +[[repo]] +url = "https://github.com/AnChainAI/anchain-axelar-dapper-flowbridge" + [[repo]] url = "https://github.com/AnChainAI/anchain-flow-hackathon-feb-2023" @@ -476,18 +409,37 @@ url = "https://github.com/AnilkumarG/Alchemy-new-changes" [[repo]] url = "https://github.com/animocalabs/afl-mint" +[[repo]] +url = "https://github.com/aniruddhafb/flowmint_space" + [[repo]] url = "https://github.com/ankurg132/Flow-Beats" [[repo]] url = "https://github.com/ankurg132/metacrafters-assignments" +[[repo]] +url = "https://github.com/Ankush523/flow_dev_notify" + +[[repo]] +url = "https://github.com/anshss/Alexa-mint-skill" +missing = true + [[repo]] url = "https://github.com/anudit/convo" +[[repo]] +url = "https://github.com/anushka7322/Forged-Genuine-Document-Detectors" + [[repo]] url = "https://github.com/anyswap/flow-contract" +[[repo]] +url = "https://github.com/apoorvsadana/flowpay" + +[[repo]] +url = "https://github.com/APrakash-913/FOUNDRY_StableCoins" + [[repo]] url = "https://github.com/ArcadeCity/rn-flow-demo" @@ -510,25 +462,46 @@ url = "https://github.com/aristidesstaffieri/clip-log" url = "https://github.com/arm0ry/web" [[repo]] -url = "https://github.com/arpan-mondal/scaling-octo-potato" +url = "https://github.com/Arnav-Jhajharia/flow-hackathon" [[repo]] -url = "https://github.com/aryaman175/mint-page" +url = "https://github.com/arpan-mondal/scaling-octo-potato" [[repo]] -url = "https://github.com/asyncart/async-flow" +url = "https://github.com/Arsalaan-Alam/Flocial" [[repo]] -url = "https://github.com/ATTA-ZONE/atta-flow-marketplace" +url = "https://github.com/aryaman175/mint-page" [[repo]] -url = "https://github.com/ATTA-ZONE/Smart-Contract" +url = "https://github.com/aspiringsecurity/EMTTR" [[repo]] -url = "https://github.com/aturX/flow-fcl-quickstart" +url = "https://github.com/aspiringsecurity/EthTransport" [[repo]] -url = "https://github.com/aura-glitch/team-skechers" +url = "https://github.com/aspiringsecurity/Medical-Counselor" + +[[repo]] +url = "https://github.com/aspiringsecurity/Water-ICM" + +[[repo]] +url = "https://github.com/aspiringsecurity/Web3KinematicsTools" + +[[repo]] +url = "https://github.com/asyncart/async-flow" + +[[repo]] +url = "https://github.com/ATTA-ZONE/atta-flow-marketplace" + +[[repo]] +url = "https://github.com/ATTA-ZONE/Smart-Contract" + +[[repo]] +url = "https://github.com/aturX/flow-fcl-quickstart" + +[[repo]] +url = "https://github.com/aura-glitch/team-skechers" [[repo]] url = "https://github.com/austinsamsel/unsafe-eval-test" @@ -596,12 +569,25 @@ url = "https://github.com/Ayed-Oukhay/BlockchainWallets-SimpleAuth" [[repo]] url = "https://github.com/Ayoken/MVP" +[[repo]] +url = "https://github.com/ayush035/Fundify" + [[repo]] url = "https://github.com/ayushi-agarwal02/flow" +[[repo]] +url = "https://github.com/Ayushjain2205/chainlink-hackathon" + +[[repo]] +url = "https://github.com/Ayushjain2205/flow-hackathon" + [[repo]] url = "https://github.com/Ayushjain2205/orden-flow" +[[repo]] +url = "https://github.com/AzimWarsii/Crowdfundify" +missing = true + [[repo]] url = "https://github.com/baiyuqi/cdpcnft" @@ -617,6 +603,12 @@ url = "https://github.com/barry-en/contracts" [[repo]] url = "https://github.com/barterYard/alpha-sale-nft" +[[repo]] +url = "https://github.com/barterYard/nft-api" + +[[repo]] +url = "https://github.com/barterYard/nft_api-listener" + [[repo]] url = "https://github.com/bartolomej/fcl-dev-wallet-issue" @@ -704,15 +696,24 @@ url = "https://github.com/BEYOND-Ewha-Yonsei/pixori-prototype" [[repo]] url = "https://github.com/bgok/flow-quest-submissions" +[[repo]] +url = "https://github.com/bhavikm6570/cryptotracker" + [[repo]] url = "https://github.com/Bhawana15/Kitty-Auction-House" +[[repo]] +url = "https://github.com/biancann/siteseed" + [[repo]] url = "https://github.com/bidah/fast-forward" [[repo]] url = "https://github.com/bidah/ff-empty-registry-demo" +[[repo]] +url = "https://github.com/BigDaddyNFT/BigDaddyPlugin" + [[repo]] url = "https://github.com/billyjitsu/hyperverse-mono" @@ -788,6 +789,9 @@ url = "https://github.com/Bloomly-xyz/campaign-manager" [[repo]] url = "https://github.com/bluesign/cadence-tree-sitter" +[[repo]] +url = "https://github.com/bluesign/cadencefmt" + [[repo]] url = "https://github.com/bluesign/checkpointState" @@ -800,9 +804,15 @@ url = "https://github.com/bluesign/emulatorWasm" [[repo]] url = "https://github.com/bluesign/fcl-svelte-rollup" +[[repo]] +url = "https://github.com/bluesign/flips" + [[repo]] url = "https://github.com/bluesign/flow-app" +[[repo]] +url = "https://github.com/bluesign/flow-emulator" + [[repo]] url = "https://github.com/bluesign/Flow-EventDumper" @@ -818,6 +828,9 @@ url = "https://github.com/bluesign/flow-multisign-vote" [[repo]] url = "https://github.com/bluesign/Flow-StateFollower" +[[repo]] +url = "https://github.com/bluesign/flow-view-source" + [[repo]] url = "https://github.com/bluesign/metaWrapper" @@ -830,18 +843,6 @@ url = "https://github.com/bluesign/vite-react-fcl" [[repo]] url = "https://github.com/bluesign/wasmPlayground" -[[repo]] -url = "https://github.com/bluesign/flips" - -[[repo]] -url = "https://github.com/bluesign/cadencefmt" - -[[repo]] -url = "https://github.com/bluesign/flow-emulator" - -[[repo]] -url = "https://github.com/bluesign/flow-view-source" - [[repo]] url = "https://github.com/blueskymanner/emuswap-cadence-flow-network" @@ -1028,6 +1029,9 @@ url = "https://github.com/cata-network/nftly" [[repo]] url = "https://github.com/ccarnicle/flow_hackathon" +[[repo]] +url = "https://github.com/CCE13/CombinedLibgdx" + [[repo]] url = "https://github.com/cdeadwyler/flow-hackathon" @@ -1046,9 +1050,22 @@ url = "https://github.com/cestrare/cestrare.com" [[repo]] url = "https://github.com/cgrewon/Flow-NFT-React-Skeleton" +[[repo]] +url = "https://github.com/chaalpritam/jezeropay-pos-flow-hack" + [[repo]] url = "https://github.com/chaalpritam/jezeropay-pos-flow-web" +[[repo]] +url = "https://github.com/Chainlink-Hackathon-Project/flow-cadence" + +[[repo]] +url = "https://github.com/Chainlink-Hackathon-Project/Thirdspace" + +[[repo]] +url = "https://github.com/Chainlink-Hackathon-Project/Thridspace-flow" +missing = true + [[repo]] url = "https://github.com/changjiashuai/flow-nft-starter" @@ -1100,9 +1117,18 @@ url = "https://github.com/chrishson/FlowNFT" [[repo]] url = "https://github.com/Cian911/nft-baby" +[[repo]] +url = "https://github.com/cjustinobi/cadence-talent" + +[[repo]] +url = "https://github.com/cjustinobi/event-hub" + [[repo]] url = "https://github.com/classicvalues/flow-nft" +[[repo]] +url = "https://github.com/claudioBarreira89/flowthentic" + [[repo]] url = "https://github.com/claytical/REF-Landing" @@ -1118,6 +1144,9 @@ url = "https://github.com/clwest/flow-listing-viewer" [[repo]] url = "https://github.com/clwest/flow-name-service" +[[repo]] +url = "https://github.com/codeAKstan/quizit/tree/main" + [[repo]] url = "https://github.com/codebymike/Rooms" @@ -1178,6 +1207,9 @@ url = "https://github.com/crgold/Flow-Beginner-Assessment-M3" [[repo]] url = "https://github.com/crgold/Flow-Beginner-Assessment-M7" +[[repo]] +url = "https://github.com/cropsync/CropSync" + [[repo]] url = "https://github.com/CrowdFLOW/nft" @@ -1214,12 +1246,18 @@ url = "https://github.com/cryptostuffgit/flow-wall" [[repo]] url = "https://github.com/cryptostuffgit/raffle-contract" +[[repo]] +url = "https://github.com/Cryptotal2023/Cryptotal" + [[repo]] url = "https://github.com/CuongDuong2710/learning_smart_contract" [[repo]] url = "https://github.com/Cuttlas90/flow-FNFT" +[[repo]] +url = "https://github.com/Cuttlas90/flowChat" + [[repo]] url = "https://github.com/cybercent/market-contract" @@ -1329,9 +1367,18 @@ url = "https://github.com/dapplicaio/dc-flow-smart-contracts" [[repo]] url = "https://github.com/Dark78921/musical-nft-cadence" +[[repo]] +url = "https://github.com/darkblockio/darkblock-flow" + [[repo]] url = "https://github.com/DarkSorrow/TexkyAuth" +[[repo]] +url = "https://github.com/darshanhande11/FlowBot" + +[[repo]] +url = "https://github.com/DarthBenro008/FlowBump" + [[repo]] url = "https://github.com/DarthNoobius/beginner-emerald-dapp" @@ -1350,6 +1397,9 @@ url = "https://github.com/DDDavides/CSProj" [[repo]] url = "https://github.com/Dean998/FlowApp" +[[repo]] +url = "https://github.com/Debopom-Banerjee/Web-Mart" + [[repo]] url = "https://github.com/decentology/dappstarter-core" @@ -1398,24 +1448,45 @@ url = "https://github.com/decentology/tribes-flow-demo" [[repo]] url = "https://github.com/decentology/workshop-yeovil" +[[repo]] +url = "https://github.com/declanwork/Declan-work-Frontend" + +[[repo]] +url = "https://github.com/declanwork/DeclanWork-Smart-Contracts" + [[repo]] url = "https://github.com/decooio/baitech-files-deploy" [[repo]] url = "https://github.com/Degget1986/cadence" +[[repo]] +url = "https://github.com/deimocapital/FlowUI_Expo" + +[[repo]] +url = "https://github.com/DEMONLAWYERGT/CRIME_MANAGER_COMPLAINT" + [[repo]] url = "https://github.com/DennisJustesen16/beginner-emerald-dapp" [[repo]] url = "https://github.com/derp-derp-derp/Flovatar-Memory-Game" +[[repo]] +url = "https://github.com/derp-derp-derp/sport.vatar.dev" + [[repo]] url = "https://github.com/designdit/KS_Flow_Test" +[[repo]] +url = "https://github.com/detasecure/chainlink-hackathon" + [[repo]] url = "https://github.com/deuldm/marketplacesmart" +[[repo]] +url = "https://github.com/devalexmunoz/mightycats" + [[repo]] url = "https://github.com/developerfred/diadata" @@ -1431,12 +1502,21 @@ url = "https://github.com/devmania1223/staking-flow" [[repo]] url = "https://github.com/DevSCNinja/kitty-items" +[[repo]] +url = "https://github.com/DevSpace-Builder/flow_notif_tg_bot" + +[[repo]] +url = "https://github.com/DevSpace-Builder/flow_notification_system" + [[repo]] url = "https://github.com/Devzstudio/w3auth" [[repo]] url = "https://github.com/dheavy/flow-react-app" +[[repo]] +url = "https://github.com/dhi-raj07/flow-tree" + [[repo]] url = "https://github.com/DhruvalGolakiya/dapper-wallet-storefront" @@ -1452,9 +1532,18 @@ url = "https://github.com/diegoaestudio/starving-mkt" [[repo]] url = "https://github.com/diegofornalha/blog-es" +[[repo]] +url = "https://github.com/diegofornalha/cadence-account-linking" + [[repo]] url = "https://github.com/diegofornalha/cadence-blog" +[[repo]] +url = "https://github.com/diegofornalha/cadence_emulador" + +[[repo]] +url = "https://github.com/diegofornalha/cadence_pega_ai" + [[repo]] url = "https://github.com/diegofornalha/coflow-blog" @@ -1467,6 +1556,9 @@ url = "https://github.com/diegofornalha/coflow.com.br" [[repo]] url = "https://github.com/diegofornalha/DAO-LLC_Governance-Portal_Backend" +[[repo]] +url = "https://github.com/diegofornalha/faucet-flow" + [[repo]] url = "https://github.com/diegofornalha/flow-coflow" @@ -1479,21 +1571,9 @@ url = "https://github.com/diegofornalha/project-toucans-v2" [[repo]] url = "https://github.com/diegofornalha/token-flow" -[[repo]] -url = "https://github.com/diegofornalha/cadence-account-linking" - -[[repo]] -url = "https://github.com/diegofornalha/cadence_emulador" - [[repo]] url = "https://github.com/diegofornalha/walletless-arcade-example" -[[repo]] -url = "https://github.com/diegofornalha/faucet-flow" - -[[repo]] -url = "https://github.com/diegofornalha/cadence_pega_ai" - [[repo]] url = "https://github.com/digidawww/flow-go" @@ -1518,6 +1598,9 @@ url = "https://github.com/DIp15739/Flow-NFT" [[repo]] url = "https://github.com/DIp15739/Flow-NFT-Marketplace" +[[repo]] +url = "https://github.com/Disha1998/FlowZilla/tree/master" + [[repo]] url = "https://github.com/DisruptArt/DisruptArt-Flow" @@ -1536,6 +1619,10 @@ url = "https://github.com/dmargu/fastFloward" [[repo]] url = "https://github.com/docmarionum1/bitku" +[[repo]] +url = "https://github.com/dofcl/DapTab" +missing = true + [[repo]] url = "https://github.com/dofcl/DapZap" @@ -1572,6 +1659,9 @@ url = "https://github.com/duckee-xyz/duckee-android" [[repo]] url = "https://github.com/duffman/flow-nft-be" +[[repo]] +url = "https://github.com/dulaz41/Flow_Grant" + [[repo]] url = "https://github.com/duong-leit/internship-ticketing-be" @@ -1584,6 +1674,9 @@ url = "https://github.com/dupies/Moments" [[repo]] url = "https://github.com/DV-Lab/flow-compala" +[[repo]] +url = "https://github.com/DV-Lab/zuni-application" + [[repo]] url = "https://github.com/dynamic-labs/dynamic-wagmi-example" @@ -1656,6 +1749,9 @@ url = "https://github.com/erich23/flow_sample" [[repo]] url = "https://github.com/EricLin2004/flow-kms-signer" +[[repo]] +url = "https://github.com/erkatoside/documinds" + [[repo]] url = "https://github.com/esdras-santos/canario-tatum" @@ -1701,6 +1797,12 @@ url = "https://github.com/fankcoder/lol-nft" [[repo]] url = "https://github.com/faraza/Topshot-Moneyball" +[[repo]] +url = "https://github.com/FastCloud-Labs/LegendsOfFlow" + +[[repo]] +url = "https://github.com/Fazle-hasan/Short_Straddle_BankNifty" + [[repo]] url = "https://github.com/fee1-dead/flow.rs" @@ -1723,91 +1825,262 @@ url = "https://github.com/FelipeRibeiroLabs/time_based_nfts" url = "https://github.com/find-onefootball/onefootball-aera-tx" [[repo]] -url = "https://github.com/FlipsideCrypto/flow-models" +url = "https://github.com/fixermann/Paperly" [[repo]] -url = "https://github.com/Flow-Moment-Company/flower-power" +url = "https://github.com/FlipsideCrypto/flow-models" [[repo]] -url = "https://github.com/FlowFlowAI/flow-frontend" +url = "https://github.com/Flow-Engage/Engage-Blockchain" [[repo]] -url = "https://github.com/flowns-org/flow-name-service-contracts" +url = "https://github.com/Flow-Engage/Engage-FrontEnd" [[repo]] -url = "https://github.com/FlowsGotTalent/FlowsGotTalent" +url = "https://github.com/Flow-HKT/smart-contract" [[repo]] -url = "https://github.com/flowstarter/listen-campaign-cadence" +url = "https://github.com/flow-japan/batch-token-transfer-tool" [[repo]] -url = "https://github.com/FluxWallet/flow-wallet-api" +url = "https://github.com/flow-japan/beginner-cadence-course-ja" [[repo]] -url = "https://github.com/FluxWallet/web-wallet" +url = "https://github.com/flow-japan/fcl-playground" [[repo]] -url = "https://github.com/flyingmorrow/flow-nft" +url = "https://github.com/flow-japan/flow-101-quest" [[repo]] -url = "https://github.com/forbole/bookkeeper" +url = "https://github.com/flow-japan/flow-challenge-nft" [[repo]] -url = "https://github.com/forbole/egldjuno" +url = "https://github.com/flow-japan/flow-go-sdk-demo" [[repo]] -url = "https://github.com/forbole/flow-exporter" +url = "https://github.com/flow-japan/flow-workshop" [[repo]] -url = "https://github.com/forbole/flow-indexer" +url = "https://github.com/flow-japan/kitty-items-web" [[repo]] -url = "https://github.com/forbole/flowJuno" +url = "https://github.com/flow-japan/make" [[repo]] -url = "https://github.com/foreverglorydev/nft_marketflow" +url = "https://github.com/flow-japan/replica-nft" [[repo]] -url = "https://github.com/fragcolor-xyz/fragnova-contracts" +url = "https://github.com/flow-japan/wallet-connect-web-examples" [[repo]] -url = "https://github.com/FranklinsHand/next-flow" +url = "https://github.com/Flow-Moment-Company/flower-power" [[repo]] -url = "https://github.com/freeeta/flow-defi" +url = "https://github.com/Flow-Taipei/bundle" [[repo]] -url = "https://github.com/FullDev333/nba-smart-contracts" +url = "https://github.com/flowBetPalace/app" [[repo]] -url = "https://github.com/fyrz/GooberzCadence" +url = "https://github.com/flowBetPalace/cadence" [[repo]] -url = "https://github.com/FYYKX/omuzeo" +url = "https://github.com/FlowFans-Learning/beginner-cadence-course" [[repo]] -url = "https://github.com/game-tv/gtv-smart-contracts" +url = "https://github.com/FlowFans-Learning/flow-dapp-courses-2022" [[repo]] -url = "https://github.com/gamesover2022/kitty.2.0" +url = "https://github.com/FlowFans-Learning/tintin-lesson-2-linpingsnoopy" [[repo]] -url = "https://github.com/gamtx0/versus-action-website" +url = "https://github.com/FlowFans-Learning/tintin-lesson-2-presleyzhou" [[repo]] -url = "https://github.com/gaurav-11018/Community-Rating-of-Moments" +url = "https://github.com/FlowFans-Learning/tintin-lesson-3-ChinaKingKong" [[repo]] -url = "https://github.com/Gaurav1327/tales" +url = "https://github.com/FlowFans-Learning/tintin-lesson-3-linpingsnoopy" [[repo]] -url = "https://github.com/gauravgupta799/flow-app" +url = "https://github.com/FlowFans/awesome-flow" [[repo]] -url = "https://github.com/gauravgupta799/HolidaysNFTdapp" +url = "https://github.com/FlowFans/cadence-deployer" [[repo]] -url = "https://github.com/gelicamarie/fast-floward" +url = "https://github.com/FlowFans/crypto-dappy" + +[[repo]] +url = "https://github.com/FlowFans/crypto-dappy-learning-hub" + +[[repo]] +url = "https://github.com/FlowFans/dappstarter-cli" + +[[repo]] +url = "https://github.com/FlowFans/docs-flow" + +[[repo]] +url = "https://github.com/FlowFans/fast-floward-zh" + +[[repo]] +url = "https://github.com/FlowFans/fcl-dev-wallet" + +[[repo]] +url = "https://github.com/FlowFans/fcl-frontend-scaffold-ts" + +[[repo]] +url = "https://github.com/FlowFans/flow" + +[[repo]] +url = "https://github.com/FlowFans/flow-chinese-workshop" + +[[repo]] +url = "https://github.com/FlowFans/flow-fans" + +[[repo]] +url = "https://github.com/FlowFans/flow-fans-v2" + +[[repo]] +url = "https://github.com/FlowFans/flow-fcl-quickstart" + +[[repo]] +url = "https://github.com/FlowFans/flow-py-sdk" + +[[repo]] +url = "https://github.com/FlowFans/flow-test-with-js" + +[[repo]] +url = "https://github.com/FlowFans/flow-testing-quickstart" + +[[repo]] +url = "https://github.com/FlowFans/flow-token-list" + +[[repo]] +url = "https://github.com/FlowFans/flow-tools" + +[[repo]] +url = "https://github.com/FlowFans/FlowChinaBadge" + +[[repo]] +url = "https://github.com/FlowFans/kitty-items" + +[[repo]] +url = "https://github.com/FlowFans/lottery-draw" + +[[repo]] +url = "https://github.com/FlowFans/nft-storefront" + +[[repo]] +url = "https://github.com/FlowFans/react-fcl-demo" + +[[repo]] +url = "https://github.com/FlowFans/web3jam-2022-summer" + +[[repo]] +url = "https://github.com/FlowFlowAI/flow-frontend" + +[[repo]] +url = "https://github.com/FlowForms/flowform-backend" + +[[repo]] +url = "https://github.com/FlowForms/flowforms-frontend" + +[[repo]] +url = "https://github.com/flowns-org/flow-name-service-contracts" + +[[repo]] +url = "https://github.com/FlowsGotTalent/FlowsGotTalent" + +[[repo]] +url = "https://github.com/flowstarter/listen-campaign-cadence" + +[[repo]] +url = "https://github.com/FluxWallet/flow-wallet-api" + +[[repo]] +url = "https://github.com/FluxWallet/web-wallet" + +[[repo]] +url = "https://github.com/flyingmorrow/flow-nft" + +[[repo]] +url = "https://github.com/forbole/bookkeeper" + +[[repo]] +url = "https://github.com/forbole/egldjuno" + +[[repo]] +url = "https://github.com/forbole/flow-exporter" + +[[repo]] +url = "https://github.com/forbole/flow-indexer" + +[[repo]] +url = "https://github.com/forbole/flowJuno" + +[[repo]] +url = "https://github.com/foreverglorydev/nft_marketflow" + +[[repo]] +url = "https://github.com/Forge4Flow/Forge4Flow-Core" + +[[repo]] +url = "https://github.com/Forge4Flow/Forge4Flow-NextJS" + +[[repo]] +url = "https://github.com/Forge4Flow/Forge4Flow-Node" + +[[repo]] +url = "https://github.com/Forge4Flow/Forge4Flow-React" + +[[repo]] +url = "https://github.com/fragcolor-xyz/fragnova-contracts" + +[[repo]] +url = "https://github.com/FranklinsHand/next-flow" + +[[repo]] +url = "https://github.com/freeeta/flow-defi" + +[[repo]] +url = "https://github.com/FullDev333/nba-smart-contracts" + +[[repo]] +url = "https://github.com/fxamacker/ccf_draft" + +[[repo]] +url = "https://github.com/fyrz/GooberzCadence" + +[[repo]] +url = "https://github.com/FYYKX/omuzeo" + +[[repo]] +url = "https://github.com/game-tv/gtv-smart-contracts" + +[[repo]] +url = "https://github.com/gamesover2022/kitty.2.0" + +[[repo]] +url = "https://github.com/gamtx0/versus-action-website" + +[[repo]] +url = "https://github.com/gaurav-11018/Community-Rating-of-Moments" + +[[repo]] +url = "https://github.com/Gaurav1327/tales" + +[[repo]] +url = "https://github.com/gauravgupta799/flow-app" + +[[repo]] +url = "https://github.com/gauravgupta799/HolidaysNFTdapp" + +[[repo]] +url = "https://github.com/GearFi/Flow-Hackathon-S2" + +[[repo]] +url = "https://github.com/gelicamarie/fast-floward" [[repo]] url = "https://github.com/Generic35/NFT-Marketplace" @@ -1821,6 +2094,9 @@ url = "https://github.com/gentlyawesome/xplorer-flow" [[repo]] url = "https://github.com/gentlyawesome/xplorer-vr" +[[repo]] +url = "https://github.com/genxexpedition/Flow-ImpactX" + [[repo]] url = "https://github.com/geocertify/fcl-client-via-webpack" @@ -1839,6 +2115,9 @@ url = "https://github.com/glucode/flow_client" [[repo]] url = "https://github.com/GmAbhishek/Shudh-Food" +[[repo]] +url = "https://github.com/gmako6/sc-coin" + [[repo]] url = "https://github.com/gnoose/emuswap-flow" @@ -1947,6 +2226,9 @@ url = "https://github.com/Guitarheroua/flow-emulator" [[repo]] url = "https://github.com/Guitarheroua/flow-go" +[[repo]] +url = "https://github.com/gylman/artwalk" + [[repo]] url = "https://github.com/Habeebtoyin/Hyperverse" @@ -1956,9 +2238,16 @@ url = "https://github.com/HarleyAppleChoi/bookeeper" [[repo]] url = "https://github.com/harry830622/nba-top-shot-bot" +[[repo]] +url = "https://github.com/Harshal0902/Flow-Hackathon-Season-2" + [[repo]] url = "https://github.com/harshitsinghai77/messi-ai-generated-nft-flow-cadence" +[[repo]] +url = "https://github.com/harshk04/Buildo" +missing = true + [[repo]] url = "https://github.com/harshnambiar/ffmr2" @@ -1974,6 +2263,9 @@ url = "https://github.com/harukataro/quest-submission" [[repo]] url = "https://github.com/HassanRaza02/Crawler-flow" +[[repo]] +url = "https://github.com/hckrg/basket-protocol" + [[repo]] url = "https://github.com/hecodev007/block_sign" @@ -2028,6 +2320,9 @@ url = "https://github.com/hoangduyzodinet/ticketing-be" [[repo]] url = "https://github.com/hoanghai301999/Flow-Walletness" +[[repo]] +url = "https://github.com/holoi/flow-hackathon-mofa-blockchain" + [[repo]] url = "https://github.com/holoi/mofa-flow-hackathon" @@ -2046,9 +2341,15 @@ url = "https://github.com/HongThaiPham/flow-app" [[repo]] url = "https://github.com/HorizonShare/kitty-items" +[[repo]] +url = "https://github.com/Horlarmmy/flow-ballot" + [[repo]] url = "https://github.com/Hozefa04/unitaslink-app-flow" +[[repo]] +url = "https://github.com/Hrs420/automated" + [[repo]] url = "https://github.com/humanbright/FlowNetAuction" @@ -2058,6 +2359,15 @@ url = "https://github.com/hussainyasir23/Flowfolio" [[repo]] url = "https://github.com/hyperswap/flow-contract" +[[repo]] +url = "https://github.com/hyphen-at/swirl-contracts" + +[[repo]] +url = "https://github.com/hyphen-at/swirl-dnft-server" + +[[repo]] +url = "https://github.com/hyphen-at/swirl-ios-client" + [[repo]] url = "https://github.com/iamavx/flow-nft-minting" @@ -2076,6 +2386,18 @@ url = "https://github.com/ichigo92/flow-pinata-party" [[repo]] url = "https://github.com/iJrod/Cadence-smart-contracts-transactions-scripts" +[[repo]] +url = "https://github.com/IKalonji/chainflow-starter-template" + +[[repo]] +url = "https://github.com/IKalonji/flowDE" + +[[repo]] +url = "https://github.com/IKalonji/GuardRisk" + +[[repo]] +url = "https://github.com/IKalonji/RiccardianAI" + [[repo]] url = "https://github.com/ilampirai/minterspace" @@ -2085,9 +2407,18 @@ url = "https://github.com/IlliniBlockchain/pfp-meme-generator" [[repo]] url = "https://github.com/ilzc/only_badge" +[[repo]] +url = "https://github.com/Imam-Abubakar/LinkLoom" + [[repo]] url = "https://github.com/imp0s5ible/flow-match-three" +[[repo]] +url = "https://github.com/imsp18/Artfolio" + +[[repo]] +url = "https://github.com/indexing-co/flow-to-the-future" + [[repo]] url = "https://github.com/Inflow-Music-Co/flow-social-token" @@ -2109,6 +2440,12 @@ url = "https://github.com/interflowrepo/interflow-api" [[repo]] url = "https://github.com/interflowrepo/interflow-wallet-api" +[[repo]] +url = "https://github.com/IntoTheVerse/Flow-Hack-Contracts" + +[[repo]] +url = "https://github.com/IntoTheVerse/Flow-Hackathon-Game" + [[repo]] url = "https://github.com/Inursites/devs-repos" @@ -2259,6 +2596,15 @@ url = "https://github.com/jacob-tucker/verify-account-proof" [[repo]] url = "https://github.com/jaequery/nft-marketplace" +[[repo]] +url = "https://github.com/jaimebarrancos/crowdapp" + +[[repo]] +url = "https://github.com/JaisPiyush/excluence-future" + +[[repo]] +url = "https://github.com/Jalapina/sessions" + [[repo]] url = "https://github.com/jamalavedra/ethglobal-nyc-rward" @@ -2269,11 +2615,14 @@ url = "https://github.com/JambbTeam/flow-nft-moments" url = "https://github.com/jamesccoholan/james_flow_app_" [[repo]] -url = "https://github.com/jamoran1356/flow-hackaton" +url = "https://github.com/jamoran1356/Archess" [[repo]] url = "https://github.com/jamoran1356/Cadence-Competition" +[[repo]] +url = "https://github.com/jamoran1356/flow-hackaton" + [[repo]] url = "https://github.com/janezpodhostnik/flow-account-registers" @@ -2302,6 +2651,9 @@ url = "https://github.com/jashwanth0712/flowpay_auth" [[repo]] url = "https://github.com/jasonjgarcia24/cadence-smart-contracts-basics" +[[repo]] +url = "https://github.com/jaydippatel83/flow-ad-space" + [[repo]] url = "https://github.com/jayesh-wayesh/ETH-FLOW" @@ -2327,11 +2679,21 @@ url = "https://github.com/JayPilipovich/Eat-the-Beat-Pitch-Deck" url = "https://github.com/jaysonl5/topshotdev" [[repo]] -url = "https://github.com/jeannemtl/Gatsby" +url = "https://github.com/jazdevv/blockchain-chess" [[repo]] -url = "https://github.com/jeffcore/flow-blockchain-starter-project" - +url = "https://github.com/jazdevv/FlowVotingChain-protocol" +missing = true + +[[repo]] +url = "https://github.com/jazdevv/onchain-realtime-cryptoprice-oracle" + +[[repo]] +url = "https://github.com/jeannemtl/Gatsby" + +[[repo]] +url = "https://github.com/jeffcore/flow-blockchain-starter-project" + [[repo]] url = "https://github.com/JeffreyDoyle/BerkleyBlockchainDemo" @@ -2359,9 +2721,15 @@ url = "https://github.com/jes-greenhouse/fast-floward-registry" [[repo]] url = "https://github.com/jfsagasti/FlowNotes" +[[repo]] +url = "https://github.com/jimcoco/FlowCapture" + [[repo]] url = "https://github.com/jimwheaton/flow-dev-scaffold" +[[repo]] +url = "https://github.com/JisongImSorry/cadence-learner-dao" + [[repo]] url = "https://github.com/jivnshet/flow-listings-viewer-mainnet" @@ -2410,9 +2778,21 @@ url = "https://github.com/josealonso/Flow-Naming-Service" [[repo]] url = "https://github.com/josebetomex/purseUI" +[[repo]] +url = "https://github.com/Joshuajee/pay-with-flow" + [[repo]] url = "https://github.com/Joshuajee/RPS-onflow" +[[repo]] +url = "https://github.com/jovanovic1/flow-racer" + +[[repo]] +url = "https://github.com/jovanovic1/flow-racer-contracts" + +[[repo]] +url = "https://github.com/Jovian-Dsouza/crypto-checkmate" + [[repo]] url = "https://github.com/jribbink/changesets-test" @@ -2452,6 +2832,9 @@ url = "https://github.com/jtavishi/learning-flow" [[repo]] url = "https://github.com/jtn-ms/EducationFund" +[[repo]] +url = "https://github.com/junaid5598/react-next-lottery" + [[repo]] url = "https://github.com/junhzhan/flowpad" @@ -2467,9 +2850,15 @@ url = "https://github.com/justinbarry/super-dapp" [[repo]] url = "https://github.com/justinbarry/tic-tac-toe" +[[repo]] +url = "https://github.com/justjoolz/basket" + [[repo]] url = "https://github.com/justjoolz/FTAirdrop" +[[repo]] +url = "https://github.com/justjoolz/nft-loan-auction/" + [[repo]] url = "https://github.com/justjoolz/PRNG" @@ -2500,9 +2889,18 @@ url = "https://github.com/kabocha23/flow-auth-app" [[repo]] url = "https://github.com/kalika123900/flow-nft" +[[repo]] +url = "https://github.com/kamaleth/flow-buddy" + [[repo]] url = "https://github.com/karenaxon/flow-app" +[[repo]] +url = "https://github.com/KarthikS373/simpli-flow" + +[[repo]] +url = "https://github.com/Kaushan-Dutta/Cre8iveHub" + [[repo]] url = "https://github.com/Kazuma7/Flow-AirDrop" @@ -2536,12 +2934,18 @@ url = "https://github.com/Khrongpop/flow-payment-tx" [[repo]] url = "https://github.com/kidrew/Petstore" +[[repo]] +url = "https://github.com/KingAlawaka/digital-twin-passport" + [[repo]] url = "https://github.com/Kirthik24/Ostro" [[repo]] url = "https://github.com/Kirthik24/Ostro_property_NFT" +[[repo]] +url = "https://github.com/kleneway/TaskAI" + [[repo]] url = "https://github.com/kleneway/thestory" @@ -2593,6 +2997,12 @@ url = "https://github.com/kollektive-hackathon/battleblocks-smart-contracts" [[repo]] url = "https://github.com/kollektive-hackathon/battleblocks-tx-service" +[[repo]] +url = "https://github.com/Krishnamohan33/flowhackathons2" + +[[repo]] +url = "https://github.com/krishnan74/Back-to-the-future" + [[repo]] url = "https://github.com/kritunknown/kub-wallet" @@ -2648,17 +3058,92 @@ url = "https://github.com/LanfordCai/flow-go-ecdsa" url = "https://github.com/LanfordCai/flow-merkle-proof" [[repo]] -url = "https://github.com/LanfordCai/meteor" +url = "https://github.com/LanfordCai/FundSplitter" [[repo]] -url = "https://github.com/LanfordCai/FundSplitter" +url = "https://github.com/LanfordCai/meteor" [[repo]] url = "https://github.com/Larsen15o9/flowers" +[[repo]] +url = "https://github.com/Lavinasevani/PCB-Etching/blob/main/PCB-Etchingvs" + [[repo]] url = "https://github.com/lcube-dev/cryptomoneybox" +[[repo]] +url = "https://github.com/lealobanov/add-a-play-to-topshot-set" + +[[repo]] +url = "https://github.com/lealobanov/add-admin-resource-to-account" + +[[repo]] +url = "https://github.com/lealobanov/admin-resource" + +[[repo]] +url = "https://github.com/lealobanov/cadence-cookbook" + +[[repo]] +url = "https://github.com/lealobanov/cadence-cookbook-new/tree/master" + +[[repo]] +url = "https://github.com/lealobanov/cadence-cookbook-sample-recipe" + +[[repo]] +url = "https://github.com/lealobanov/collection-for-holding-nfts" + +[[repo]] +url = "https://github.com/lealobanov/create-a-marketplace" + +[[repo]] +url = "https://github.com/lealobanov/create-a-topshot-play" + +[[repo]] +url = "https://github.com/lealobanov/create-a-topshot-set" + +[[repo]] +url = "https://github.com/lealobanov/create-an-nft-listing" + +[[repo]] +url = "https://github.com/lealobanov/creating-a-set-in-series" + +[[repo]] +url = "https://github.com/lealobanov/creating-a-vault" + +[[repo]] +url = "https://github.com/lealobanov/creating-collection-for-account" + +[[repo]] +url = "https://github.com/lealobanov/implementing-series-for-nfts" + +[[repo]] +url = "https://github.com/lealobanov/metadata-views" + +[[repo]] +url = "https://github.com/lealobanov/mint-nft" + +[[repo]] +url = "https://github.com/lealobanov/minting-a-moment-in-topshot-set" + +[[repo]] +url = "https://github.com/lealobanov/minting-nfts-in-a-set" + +[[repo]] +url = "https://github.com/lealobanov/multiple-metadata-views" + +[[repo]] +url = "https://github.com/lealobanov/purchase-nft-on-marketplace" + +[[repo]] +url = "https://github.com/lealobanov/token-vault" + +[[repo]] +url = "https://github.com/lealobanov/vault-minter" + +[[repo]] +url = "https://github.com/lealobanov/withdrawing-tokens" + [[repo]] url = "https://github.com/leandrovi/starving-marketplace" @@ -2686,6 +3171,9 @@ url = "https://github.com/leofy-io/cadence" [[repo]] url = "https://github.com/Lepozepo/owb-27" +[[repo]] +url = "https://github.com/LibruaryNFT/FlowNexus" + [[repo]] url = "https://github.com/LibruaryNFT/WaterfallOfLuck" @@ -2722,6 +3210,9 @@ url = "https://github.com/lokapujya/Quest-Submissions" [[repo]] url = "https://github.com/lolpuddle/flow-jackpot" +[[repo]] +url = "https://github.com/lopeselio/dungeon-flow-chainlink-hack-upgrades" + [[repo]] url = "https://github.com/lopeselio/flow-devfolio-dungeon-flow" @@ -2776,6 +3267,30 @@ url = "https://github.com/LYNX-Technologies/proof-of-undefined" [[repo]] url = "https://github.com/m-Peter/asset-giveaway" +[[repo]] +url = "https://github.com/m-Peter/docs" + +[[repo]] +url = "https://github.com/m-Peter/flow-cli" + +[[repo]] +url = "https://github.com/m-Peter/flow-code-coverage" + +[[repo]] +url = "https://github.com/m-Peter/flow-emulator" + +[[repo]] +url = "https://github.com/m-Peter/flow-utils" + +[[repo]] +url = "https://github.com/m-Peter/hybrid-custody" + +[[repo]] +url = "https://github.com/m-Peter/nft-catalog" + +[[repo]] +url = "https://github.com/madaldho/imfinite" + [[repo]] url = "https://github.com/madalilng/vue3-pwa-fcl" @@ -2797,6 +3312,9 @@ url = "https://github.com/makoto/alley-oop" [[repo]] url = "https://github.com/makoto/flow" +[[repo]] +url = "https://github.com/mani-chand/nUSD_stablecoin" + [[repo]] url = "https://github.com/mannutech/rollafinance-hitesh-task" @@ -2845,6 +3363,9 @@ url = "https://github.com/MarshallBelles/FlowRest" [[repo]] url = "https://github.com/MarshallBelles/r3v-contract-testbed" +[[repo]] +url = "https://github.com/Martinsngene/secure-mask" + [[repo]] url = "https://github.com/mashharuki/FlowRepo" @@ -2866,6 +3387,9 @@ url = "https://github.com/MatricksDeCoder/flow_cadence_starter" [[repo]] url = "https://github.com/matt-ava/flova-minesweeper" +[[repo]] +url = "https://github.com/MattWong-ca/first-flow-dapp" + [[repo]] url = "https://github.com/matuhinal/flow-go" @@ -2965,9 +3489,15 @@ url = "https://github.com/MaxStalker/learn-to-flow" [[repo]] url = "https://github.com/MaxStalker/use-cadence-js-testing" +[[repo]] +url = "https://github.com/mayur-samrutwar/chess.flow" + [[repo]] url = "https://github.com/mayvenstudios/flow-php-sdk-example" +[[repo]] +url = "https://github.com/mbcse/keyFlow" + [[repo]] url = "https://github.com/mcapielo/nftia_v1" @@ -2992,6 +3522,9 @@ url = "https://github.com/Meharab/CryptoPoops" [[repo]] url = "https://github.com/Meharab/Fast-Floward" +[[repo]] +url = "https://github.com/Meharab/Flow-Name-Service" + [[repo]] url = "https://github.com/Meharab/mercury" @@ -3004,6 +3537,18 @@ url = "https://github.com/mellosty/test-fcl-crash" [[repo]] url = "https://github.com/mellosty/test-secure-cadence" +[[repo]] +url = "https://github.com/melomint-dev/backend" + +[[repo]] +url = "https://github.com/melomint-dev/cadence" + +[[repo]] +url = "https://github.com/melomint-dev/frontend" + +[[repo]] +url = "https://github.com/melomint-dev/processor-service" + [[repo]] url = "https://github.com/Melos-Finance/flow-batch-mint-tool" @@ -3016,6 +3561,9 @@ url = "https://github.com/mestan998/Kitty" [[repo]] url = "https://github.com/mestan998/kitty-items" +[[repo]] +url = "https://github.com/metagineers/aiflow" + [[repo]] url = "https://github.com/metapier-project/MetapierShipyardV1" @@ -3046,6 +3594,9 @@ url = "https://github.com/mintastic-io/mintastic-flow-contracts" [[repo]] url = "https://github.com/MintEngine/mintcraft-nft-gateway" +[[repo]] +url = "https://github.com/Mis311/chainlink-app" + [[repo]] url = "https://github.com/Mix-n-Match/Calling-Frame" @@ -3067,6 +3618,10 @@ url = "https://github.com/moaazsidat/flow-playground" [[repo]] url = "https://github.com/MobileReality/nft-reality-contracts" +[[repo]] +url = "https://github.com/mohitthakkar30/Artify" +missing = true + [[repo]] url = "https://github.com/mohitthakkar30/flow-listing-viewer" @@ -3085,27 +3640,6 @@ url = "https://github.com/Morfi-DApp/Blockchain-Flow" [[repo]] url = "https://github.com/morganpage/heroes-of-the-flow" -[[repo]] -url = "https://github.com/m-Peter/flow-code-coverage" - -[[repo]] -url = "https://github.com/m-Peter/hybrid-custody" - -[[repo]] -url = "https://github.com/m-Peter/flow-emulator" - -[[repo]] -url = "https://github.com/m-Peter/flow-cli" - -[[repo]] -url = "https://github.com/m-Peter/flow-utils" - -[[repo]] -url = "https://github.com/m-Peter/docs" - -[[repo]] -url = "https://github.com/m-Peter/nft-catalog" - [[repo]] url = "https://github.com/MrCryptoBeast/nba-smart-contracts" @@ -3142,12 +3676,21 @@ url = "https://github.com/Mynft/Mynft-NFT-factory" [[repo]] url = "https://github.com/nachomazzara/cross-chain-identity" +[[repo]] +url = "https://github.com/naman14/BlockSlide" + +[[repo]] +url = "https://github.com/naman14/FlowTransfer" + [[repo]] url = "https://github.com/narendra-sajwani/my-arena" [[repo]] url = "https://github.com/nargesfallahi/dreamDapp" +[[repo]] +url = "https://github.com/Nashons/BarristerBuddy" + [[repo]] url = "https://github.com/NasirAliShah/MetaForest" @@ -3196,6 +3739,9 @@ url = "https://github.com/newbdez33/flow-24karat-account-pool" [[repo]] url = "https://github.com/newbdez33/flow-js-demo" +[[repo]] +url = "https://github.com/Nexai-app/nexai-flow" + [[repo]] url = "https://github.com/Next-Decentrum/flow.momentable.ai" @@ -3217,6 +3763,9 @@ url = "https://github.com/NFTVerseDev/CricTales" [[repo]] url = "https://github.com/NguyenIvan/MyWorld" +[[repo]] +url = "https://github.com/nicholasglazer/prayforua.com" + [[repo]] url = "https://github.com/nick-casa/React-Web-App" @@ -3229,6 +3778,13 @@ url = "https://github.com/nickp96/flow-app" [[repo]] url = "https://github.com/nikhil0360/flowheads" +[[repo]] +url = "https://github.com/nikhilkxmar/Zail" + +[[repo]] +url = "https://github.com/nilernts/sigmaflow" +missing = true + [[repo]] url = "https://github.com/ninjadev0706/Flow-App-using-FCL-JS" @@ -3242,10 +3798,19 @@ url = "https://github.com/ninjadev0706/flow-nft-marketplace" url = "https://github.com/ninjadev0706/flow-nft-mint" [[repo]] -url = "https://github.com/nnethery/crate-cadence" +url = "https://github.com/NirvanaNet/healthdex" [[repo]] -url = "https://github.com/NoChopFoundation/topshot-alert" +url = "https://github.com/Nishu0/ChainShots" + +[[repo]] +url = "https://github.com/nlok5923/flow-bot-server" + +[[repo]] +url = "https://github.com/nnethery/crate-cadence" + +[[repo]] +url = "https://github.com/NoChopFoundation/topshot-alert" [[repo]] url = "https://github.com/NonceGeek/TaiShangRaceNumber" @@ -3253,6 +3818,9 @@ url = "https://github.com/NonceGeek/TaiShangRaceNumber" [[repo]] url = "https://github.com/noqcks/generated" +[[repo]] +url = "https://github.com/Not-Sarthak/quill" + [[repo]] url = "https://github.com/NOUIY/cloud" @@ -3269,10 +3837,10 @@ url = "https://github.com/Novobloc/nba-topshot-reviews" url = "https://github.com/Nox04/AFL-Mint" [[repo]] -url = "https://github.com/nozim/flow-go" +url = "https://github.com/nozim/cadence-tools" [[repo]] -url = "https://github.com/nozim/cadence-tools" +url = "https://github.com/nozim/flow-go" [[repo]] url = "https://github.com/nporteschaikin/topshothawk" @@ -3346,6 +3914,12 @@ url = "https://github.com/OlivierDemeaux/Cadence" [[repo]] url = "https://github.com/OneFutureFootball/web-dapper-test" +[[repo]] +url = "https://github.com/Open-Sorcerer/flow-arcade" + +[[repo]] +url = "https://github.com/OpeOginni/your-flow-token" + [[repo]] url = "https://github.com/orodio/dapper-study-group-2020-11-27" @@ -3391,12 +3965,18 @@ url = "https://github.com/OttyLab/hsm-wallet-mobile" [[repo]] url = "https://github.com/OttyLab/openldap-shell" +[[repo]] +url = "https://github.com/Outblock/flow-ant" + [[repo]] url = "https://github.com/OVO-Official/OVOFlowContracts" [[repo]] url = "https://github.com/OwnersCompany/owners-contracts" +[[repo]] +url = "https://github.com/p2p-org/flow-indexer" + [[repo]] url = "https://github.com/panditdhamdhere/Flow-Web3" @@ -3412,6 +3992,9 @@ url = "https://github.com/ParityAsia/hackathon-2022-winter" [[repo]] url = "https://github.com/parweb/onflow-six-set-code" +[[repo]] +url = "https://github.com/paschal533/ShopBrave" + [[repo]] url = "https://github.com/paul-mcaviney/flow-nft-minting-dapp-project" @@ -3547,6 +4130,9 @@ url = "https://github.com/platwin/sonet-dao-backend" [[repo]] url = "https://github.com/play-co/sway-contracts" +[[repo]] +url = "https://github.com/Playstarter/lithoken-contracts" + [[repo]] url = "https://github.com/poiati/nftstorefront-explorer" @@ -3631,6 +4217,9 @@ url = "https://github.com/prestononeal/galaxyranch" [[repo]] url = "https://github.com/print-VarunSharma/mint-flow-cadence-nfts" +[[repo]] +url = "https://github.com/Priyammm05/Giga-Share" + [[repo]] url = "https://github.com/PriyanshuDangi/Flone" @@ -3673,9 +4262,16 @@ url = "https://github.com/ptegame/idle-mystic-smart-contracts" [[repo]] url = "https://github.com/pulsarforge/pulsarforge-site" +[[repo]] +url = "https://github.com/punchvn/pvn-nnj-flow" +missing = true + [[repo]] url = "https://github.com/Punith-KK/Colors-Flow-Hackathon-" +[[repo]] +url = "https://github.com/Punith-KK/Kira" + [[repo]] url = "https://github.com/Pure-Peace/melos-flow" @@ -3700,6 +4296,12 @@ url = "https://github.com/qmuuoryan/Name-service" [[repo]] url = "https://github.com/qq976739120/MyToken" +[[repo]] +url = "https://github.com/QSTN-US/qzard-flow-hackathon-s2" + +[[repo]] +url = "https://github.com/quaintrelle7/FlowMentor" + [[repo]] url = "https://github.com/QuasarXio/NFT" @@ -3715,12 +4317,18 @@ url = "https://github.com/racingtimegames/rt-smart-contracts" [[repo]] url = "https://github.com/RafaPCweb3/NFT-For-Starving-Children" +[[repo]] +url = "https://github.com/RAHUL14KUMAR/flow" + [[repo]] url = "https://github.com/Rahul2332/flow-hackathon" [[repo]] url = "https://github.com/raimonlpz/decentology_fastfloward" +[[repo]] +url = "https://github.com/RajGM/InfiOppBuild" + [[repo]] url = "https://github.com/rajivranjanmars/onflow-account-manager" @@ -3760,6 +4368,24 @@ url = "https://github.com/ravibuster/flow" [[repo]] url = "https://github.com/raymondflores/CadenceFlowBlockchain" +[[repo]] +url = "https://github.com/rayvin-flow/flow-beam" + +[[repo]] +url = "https://github.com/rayvin-flow/flow-json-cadence-decoder" + +[[repo]] +url = "https://github.com/rayvin-flow/flow-scanner" + +[[repo]] +url = "https://github.com/rayvin-flow/flow-scanner-lib" + +[[repo]] +url = "https://github.com/rayvin-flow/gists" + +[[repo]] +url = "https://github.com/Razor-123/flow-hackathon" + [[repo]] url = "https://github.com/RazorInk/sherpa-contracts" @@ -3778,6 +4404,9 @@ url = "https://github.com/rdlalmeida/intermediate-cadence-course-submissions" [[repo]] url = "https://github.com/rdlalmeida/noobs2flowstars" +[[repo]] +url = "https://github.com/recykleonflow/phoneRecyclation" + [[repo]] url = "https://github.com/RedSquirrelTech/red-squirrel-nft" @@ -3802,6 +4431,9 @@ url = "https://github.com/rhythms06/flow-demo" [[repo]] url = "https://github.com/RIDCorix/inforess" +[[repo]] +url = "https://github.com/rishabhkeshan/rollonflow" + [[repo]] url = "https://github.com/Rishikeshk9/Gandalf" @@ -3811,6 +4443,9 @@ url = "https://github.com/Rishikeshk9/gandalf-backend" [[repo]] url = "https://github.com/rizwanmoulvi/NFT-Dapp-On-Flow" +[[repo]] +url = "https://github.com/rm1912/Face-Recognition-based-Attendance-system" + [[repo]] url = "https://github.com/RoadKarma1/HeyYou" @@ -3838,6 +4473,9 @@ url = "https://github.com/rockstar35/Flow_testnet_Dapp_Blocto" [[repo]] url = "https://github.com/rodrigohenriques/nba-top-shot-insights" +[[repo]] +url = "https://github.com/RohanMathur2002/delogi" + [[repo]] url = "https://github.com/rohithandique/flow-dapp" @@ -3850,9 +4488,18 @@ url = "https://github.com/rolandowillis/flow-backend" [[repo]] url = "https://github.com/rolandowillis/flow-shadowrun-game-ui" +[[repo]] +url = "https://github.com/Ronnieraj37/FlowGram" + [[repo]] url = "https://github.com/RonSherfey/flow-go" +[[repo]] +url = "https://github.com/ronykris/flowjupyter" + +[[repo]] +url = "https://github.com/ronykris/flowtify" + [[repo]] url = "https://github.com/Rox-gg/nft.rox-cadence" @@ -3955,6 +4602,9 @@ url = "https://github.com/Samardip/React_Component_Library-" [[repo]] url = "https://github.com/Samardip/walletlibrary" +[[repo]] +url = "https://github.com/Samarthkr2003/ShareX" + [[repo]] url = "https://github.com/samatechtw/onflow-fcl-esm" @@ -3967,6 +4617,12 @@ url = "https://github.com/samipp55/emerald-dapp" [[repo]] url = "https://github.com/SamixDev/seek" +[[repo]] +url = "https://github.com/sandip0149/final-web3-client" + +[[repo]] +url = "https://github.com/sandip0149/final-web3-server" + [[repo]] url = "https://github.com/sandrooliveira/cryptodappy" @@ -3988,12 +4644,18 @@ url = "https://github.com/satyamakgec/Droplets" [[repo]] url = "https://github.com/satyamakgec/flow-utilities" +[[repo]] +url = "https://github.com/Satyampatil513/consistency" + [[repo]] url = "https://github.com/Saumay-Agrawal/ping" [[repo]] url = "https://github.com/sbonaz/HV-planning-committee" +[[repo]] +url = "https://github.com/scapula07/link.cart" + [[repo]] url = "https://github.com/scottpeat/flow-name-service" @@ -4045,6 +4707,9 @@ url = "https://github.com/Seigo/potatoblocks" [[repo]] url = "https://github.com/sekmet/flullet" +[[repo]] +url = "https://github.com/Seroxdesign/YearBlocks" + [[repo]] url = "https://github.com/serverless/cloud" @@ -4066,6 +4731,18 @@ url = "https://github.com/ShainDholakiya/DalleOnFlow-Cadence" [[repo]] url = "https://github.com/ShainDholakiya/KickbackNFT" +[[repo]] +url = "https://github.com/Shanni/flowairb" + +[[repo]] +url = "https://github.com/shashank42/FlowNetNode" + +[[repo]] +url = "https://github.com/shashank42/FlowNetUI" + +[[repo]] +url = "https://github.com/shawnlcp78/flowcerts" + [[repo]] url = "https://github.com/shazam8253/StormContractReal" @@ -4075,6 +4752,9 @@ url = "https://github.com/sheerryy/blocto-everbloom-demo" [[repo]] url = "https://github.com/sheerryy/first-flow-web-app" +[[repo]] +url = "https://github.com/sher9n/dropfish" + [[repo]] url = "https://github.com/shixm1102/r-apps" @@ -4111,6 +4791,9 @@ url = "https://github.com/Siddesh7/daoinvest" [[repo]] url = "https://github.com/siddhantprateek/frappy" +[[repo]] +url = "https://github.com/SiddharthaMadhav/DeBooking" + [[repo]] url = "https://github.com/siddthesquid/flow-capabilities-test" @@ -4241,6 +4924,9 @@ url = "https://github.com/sonufrienko/flow-dapp" [[repo]] url = "https://github.com/SoulMadeNFT/TeleRacingPreSaleNFT" +[[repo]] +url = "https://github.com/SoundNexus/nexus-expo-rn" + [[repo]] url = "https://github.com/sparsh3dwe/CryptoDappy" @@ -4253,6 +4939,9 @@ url = "https://github.com/spiros3p/dc-nfts-fetch-flow-example" [[repo]] url = "https://github.com/spiros3p/dc-stats" +[[repo]] +url = "https://github.com/spiros3p/emerald-academy-cadence-courses-FLOW" + [[repo]] url = "https://github.com/spiros3p/lw3-flow-DomainsApp" @@ -4268,6 +4957,12 @@ url = "https://github.com/SPPrague/diadata" [[repo]] url = "https://github.com/Sreedevi179/Avride-NFT" +[[repo]] +url = "https://github.com/SrinivasPradhan/Python-Project" + +[[repo]] +url = "https://github.com/ssd39/DeFiWires" + [[repo]] url = "https://github.com/ssd39/dempire" @@ -4280,6 +4975,9 @@ url = "https://github.com/StarKeyJON/PhunkFinderv1" [[repo]] url = "https://github.com/StarKeyJON/phunkFinderv2" +[[repo]] +url = "https://github.com/SteadyEdu/yearblocks" + [[repo]] url = "https://github.com/steamclock/fungable-contracts" @@ -4295,6 +4993,9 @@ url = "https://github.com/SteveThijssen20/HeraCoin2" [[repo]] url = "https://github.com/Stormo1088/emerald" +[[repo]] +url = "https://github.com/storyverse-gg/storyverse" + [[repo]] url = "https://github.com/StruccAB/Everbloom-Smart-Contracts-Review" @@ -4307,6 +5008,12 @@ url = "https://github.com/sukantoraymond/flowcli" [[repo]] url = "https://github.com/Sumit189/DiceRoll-backend" +[[repo]] +url = "https://github.com/sumitchoudharySEM/flow_beats" + +[[repo]] +url = "https://github.com/sumitchoudharySEM/Rent-It-Up" + [[repo]] url = "https://github.com/sunguru98/flow-dappstarter-bootcamp" @@ -4332,15 +5039,24 @@ url = "https://github.com/SupunS/cadence-testing" [[repo]] url = "https://github.com/suvincent/cadenceNFT" +[[repo]] +url = "https://github.com/Sway2003/expense" + [[repo]] url = "https://github.com/sweet-io-org/nft-contracts" [[repo]] url = "https://github.com/sweethappydream/fcl-dev-wallet" +[[repo]] +url = "https://github.com/swetankpathak/WaveGPT" + [[repo]] url = "https://github.com/swordc/FlowBootcamp" +[[repo]] +url = "https://github.com/swordc/flowcosmos" + [[repo]] url = "https://github.com/TamilKannanCV/nfungible.git" missing = true @@ -4378,12 +5094,21 @@ url = "https://github.com/Team-Legaci/legaci-smart-contracts" [[repo]] url = "https://github.com/teamPaprika/wallat" +[[repo]] +url = "https://github.com/Techn08055/Mintales_Final" + +[[repo]] +url = "https://github.com/techsavage18/FlowPay" + [[repo]] url = "https://github.com/techzone11/flow-cat-nft" [[repo]] url = "https://github.com/Temiloluwa-ade/blufi" +[[repo]] +url = "https://github.com/temt-ceo/CODE-of-flow" + [[repo]] url = "https://github.com/temt-ceo/game-built-on-flow" @@ -4408,6 +5133,13 @@ url = "https://github.com/tfine/BookMaker" [[repo]] url = "https://github.com/th3nolo/HoopsPredict" +[[repo]] +url = "https://github.com/thapatechnical/complete_react2021" + +[[repo]] +url = "https://github.com/that83/flow-pawn-front" +missing = true + [[repo]] url = "https://github.com/thateverdmitriy/flow-blockchain-test" @@ -4420,6 +5152,9 @@ url = "https://github.com/thatguyintech/flow-alchemy-NFT" [[repo]] url = "https://github.com/the-cold-dark/ColdCore" +[[repo]] +url = "https://github.com/The-Developers-Den/tour-de-cadence" + [[repo]] url = "https://github.com/The-Fabricant/flow-contracts" @@ -4462,12 +5197,27 @@ url = "https://github.com/theVatsal-eth/Flauth" [[repo]] url = "https://github.com/TheXienator/Blocksmith" +[[repo]] +url = "https://github.com/thirdbridge/git-workshop" + +[[repo]] +url = "https://github.com/thirdbridge/mvp-vote" + +[[repo]] +url = "https://github.com/thirdeye-dev/thirdeye-flow" + [[repo]] url = "https://github.com/thirdman/mapft" [[repo]] url = "https://github.com/thomas0114/FK_Algorand-Custodian-wallet" +[[repo]] +url = "https://github.com/ThomasCode92/flow-app-quickstart" + +[[repo]] +url = "https://github.com/ThomasCode92/flow-name-service" + [[repo]] url = "https://github.com/Thomatang/pinata-party-frontend" @@ -4489,9 +5239,15 @@ url = "https://github.com/TIHBS/BAL-Tests" [[repo]] url = "https://github.com/timongll/FlowNFTGallery" +[[repo]] +url = "https://github.com/tirth-bhagwat/blog-box-backend" + [[repo]] url = "https://github.com/tobira-project/digibag-flow-hackathon" +[[repo]] +url = "https://github.com/Tointer/Flowsistant" + [[repo]] url = "https://github.com/tokamak-network/NFTon-frontend" @@ -4564,6 +5320,10 @@ url = "https://github.com/TurboTurt1e/MPoweredNFT" [[repo]] url = "https://github.com/tyllenb/FCL_For_Backend_Signing" +[[repo]] +url = "https://github.com/tyronbrand/BlockchainArenaHackathon" +missing = true + [[repo]] url = "https://github.com/tyronbrand/flow.net" @@ -4591,9 +5351,18 @@ url = "https://github.com/UlyanaAndrukhiv/flow-go" [[repo]] url = "https://github.com/v1v3krk/Flow-Hacks-Repo" +[[repo]] +url = "https://github.com/VaibhavArora19/Flowweb" + +[[repo]] +url = "https://github.com/Varunhrdcr/Funding-using-smart-Contract" + [[repo]] url = "https://github.com/vchhajed/kitty-items" +[[repo]] +url = "https://github.com/veerman/BlockSeedRandom" + [[repo]] url = "https://github.com/veerman/NFTrivia" @@ -4612,9 +5381,18 @@ url = "https://github.com/veraticket/Vera-NFT" [[repo]] url = "https://github.com/Verinice/sflow" +[[repo]] +url = "https://github.com/vijay-kesanakurthi/Mintfy" + [[repo]] url = "https://github.com/vishalchangrani/flowclient" +[[repo]] +url = "https://github.com/VishalRawatt/CureCancer" + +[[repo]] +url = "https://github.com/vishwa1718/Sign-Recognition-Robot-Using-Arduino" + [[repo]] url = "https://github.com/vitalbadjo/fsdk" @@ -4633,6 +5411,9 @@ url = "https://github.com/VS-star/Kitty-Crypto" [[repo]] url = "https://github.com/vyborll/topshot-monitor" +[[repo]] +url = "https://github.com/wagmi7/FlowMysteryQuests" + [[repo]] url = "https://github.com/wakandalabs/wkdt-contracts" missing = true @@ -4640,6 +5421,9 @@ missing = true [[repo]] url = "https://github.com/wanxiang-blockchain/2022-Wanxiang-Blockchain-Spring-Hackathon-Dante-Network" +[[repo]] +url = "https://github.com/WavesOrganization/Waves-Marketplace" + [[repo]] url = "https://github.com/waynedmustt/cryptochum-mercury-nft-hack" @@ -4658,6 +5442,12 @@ url = "https://github.com/webdev0415/FCL" [[repo]] url = "https://github.com/wfalcon0x/flow-hackathon" +[[repo]] +url = "https://github.com/wfalcon0x/flow-hackathon2" + +[[repo]] +url = "https://github.com/wfalcon0x/sealion" + [[repo]] url = "https://github.com/Whatzhub/flow-nft-demo" @@ -4679,6 +5469,10 @@ url = "https://github.com/williampucs/SpaceCrisis" [[repo]] url = "https://github.com/williampucs/THiNG.FUND-Minter" +[[repo]] +url = "https://github.com/WilliamUW/ChainlinkSpring2023" +missing = true + [[repo]] url = "https://github.com/williblue/ArtFlowz" @@ -4718,6 +5512,9 @@ url = "https://github.com/xXxVladimirxXx/Beatoken-flow" [[repo]] url = "https://github.com/yanglin5689446/blocto-web-wallet" +[[repo]] +url = "https://github.com/YashMaurya9274/ArtGenius-AI" + [[repo]] url = "https://github.com/yashshah1910/token-gating" @@ -4754,6 +5551,13 @@ url = "https://github.com/yiting216/trart" [[repo]] url = "https://github.com/yiyangzhg/petstore" +[[repo]] +url = "https://github.com/ykute07/Flow" +missing = true + +[[repo]] +url = "https://github.com/ynikhil9/VIdochat-Application" + [[repo]] url = "https://github.com/YotaSakurai/my_product" @@ -4866,799 +5670,7 @@ url = "https://github.com/zolrath/flow-remix-next" url = "https://github.com/zouantchaw/love-jules-testnet-interface" [[repo]] -url = "https://github.com/zwht/connect_wallet_demo" +url = "https://github.com/Zubainah/nitda-blockchain-scholarship" [[repo]] -url = "https://github.com/Chainlink-Hackathon-Project/Thirdspace" - -[[repo]] -url = "https://github.com/Chainlink-Hackathon-Project/Thridspace-flow" - -[[repo]] -url = "https://github.com/Chainlink-Hackathon-Project/flow-cadence" - -[[repo]] -url = "https://github.com/metagineers/aiflow" - -[[repo]] -url = "https://github.com/Mis311/chainlink-app" - -[[repo]] -url = "https://github.com/WilliamUW/ChainlinkSpring2023" - -[[repo]] -url = "https://github.com/IKalonji/chainflow-starter-template" - -[[repo]] -url = "https://github.com/Nishu0/ChainShots" - -[[repo]] -url = "https://github.com/alsoknownaszac/chainlink-hack" - -[[repo]] -url = "https://github.com/KingAlawaka/digital-twin-passport" - -[[repo]] -url = "https://github.com/Horlarmmy/flow-ballot" - -[[repo]] -url = "https://github.com/dhi-raj07/flow-tree" - -[[repo]] -url = "https://github.com/jimcoco/FlowCapture" - -[[repo]] -url = "https://github.com/shawnlcp78/flowcerts" - -[[repo]] -url = "https://github.com/apoorvsadana/flowpay" - -[[repo]] -url = "https://github.com/jaimebarrancos/crowdapp" - -[[repo]] -url = "https://github.com/detasecure/chainlink-hackathon" - -[[repo]] -url = "https://github.com/IKalonji/GuardRisk" - -[[repo]] -url = "https://github.com/scapula07/link.cart" - -[[repo]] -url = "https://github.com/Nexai-app/nexai-flow" - -[[repo]] -url = "https://github.com/Martinsngene/secure-mask" - -[[repo]] -url = "https://github.com/cjustinobi/cadence-talent" - -[[repo]] -url = "https://github.com/lopeselio/dungeon-flow-chainlink-hack-upgrades" - -[[repo]] -url = "https://github.com/OpeOginni/your-flow-token" - -[[repo]] -url = "https://github.com/1pixelred/contracts" - -[[repo]] -url = "https://github.com/aspiringsecurity/EthTransport" - -[[repo]] -url = "https://github.com/aspiringsecurity/EMTTR" - -[[repo]] -url = "https://github.com/sumitchoudharySEM/flow_beats" - -[[repo]] -url = "https://github.com/techsavage18/FlowPay" - -[[repo]] -url = "https://github.com/ayush035/Fundify" - -[[repo]] -url = "https://github.com/10ishq/greenflowchain" - -[[repo]] -url = "https://github.com/aspiringsecurity/Medical-Counselor" - -[[repo]] -url = "https://github.com/fixermann/Paperly" - -[[repo]] -url = "https://github.com/aspiringsecurity/Web3KinematicsTools" - -[[repo]] -url = "https://github.com/Ayushjain2205/chainlink-hackathon" - -[[repo]] -url = "https://github.com/akashbiswas0/Tales" - -[[repo]] -url = "https://github.com/aspiringsecurity/Water-ICM" - -[[repo]] -url = "https://github.com/bhavikm6570/cryptotracker" - -[[repo]] -url = "https://github.com/barterYard/nft_api-listener" - -[[repo]] -url = "https://github.com/barterYard/nft-api" - -[[repo]] -url = "https://github.com/sher9n/dropfish" - -[[repo]] -url = "https://github.com/VishalRawatt/CureCancer" - -[[repo]] -url = "https://github.com/Samarthkr2003/ShareX" - -[[repo]] -url = "https://github.com/Hrs420/automated" - -[[repo]] -url = "https://github.com/chaalpritam/jezeropay-pos-flow-hack" - -[[repo]] -url = "https://github.com/BigDaddyNFT/BigDaddyPlugin" - -[[repo]] -url = "https://github.com/mani-chand/nUSD_stablecoin" - -[[repo]] -url = "https://github.com/0xThirdspace/Thirdspace" - -[[repo]] -url = "https://github.com/0xThirdspace/flow-cadence" - -[[repo]] -url = "https://github.com/0xThirdspace/Fantom-Smart-Contract" - -[[repo]] -url = "https://github.com/0xThirdspace/Thirdspace-Backend-Api" - -[[repo]] -url = "https://github.com/harshk04/Buildo" - -[[repo]] -url = "https://github.com/jamoran1356/Archess" - -[[repo]] -url = "https://github.com/claudioBarreira89/flowthentic" - -[[repo]] -url = "https://github.com/LibruaryNFT/FlowNexus" - -[[repo]] -url = "https://github.com/flowBetPalace/app" - -[[repo]] -url = "https://github.com/flowBetPalace/cadence" - -[[repo]] -url = "https://github.com/Priyammm05/Giga-Share" - -[[repo]] -url = "https://github.com/derp-derp-derp/sport.vatar.dev" - -[[repo]] -url = "https://github.com/temt-ceo/CODE-of-flow" - -[[repo]] -url = "https://github.com/DEMONLAWYERGT/CRIME_MANAGER_COMPLAINT" - -[[repo]] -url = "https://github.com/Krishnamohan33/flowhackathons2" - -[[repo]] -url = "https://github.com/Fazle-hasan/Short_Straddle_BankNifty" - -[[repo]] -url = "https://github.com/dulaz41/Flow_Grant" - -[[repo]] -url = "https://github.com/hyphen-at/swirl-contracts" - -[[repo]] -url = "https://github.com/hyphen-at/swirl-ios-client" - -[[repo]] -url = "https://github.com/hyphen-at/swirl-dnft-server" - -[[repo]] -url = "https://github.com/Forge4Flow/Forge4Flow-Core" - -[[repo]] -url = "https://github.com/Forge4Flow/Forge4Flow-NextJS" - -[[repo]] -url = "https://github.com/Forge4Flow/Forge4Flow-React" - -[[repo]] -url = "https://github.com/Forge4Flow/Forge4Flow-Node" - -[[repo]] -url = "https://github.com/Joshuajee/pay-with-flow" - -[[repo]] -url = "https://github.com/YashMaurya9274/ArtGenius-AI" - -[[repo]] -url = "https://github.com/dofcl/DapTab" - -[[repo]] -url = "https://github.com/SteadyEdu/yearblocks" - -[[repo]] -url = "https://github.com/Seroxdesign/YearBlocks" - -[[repo]] -url = "https://github.com/holoi/flow-hackathon-mofa-blockchain" - -[[repo]] -url = "https://github.com/Arsalaan-Alam/Flocial" - -[[repo]] -url = "https://github.com/Imam-Abubakar/LinkLoom" - -[[repo]] -url = "https://github.com/Disha1998/FlowZilla/tree/master" - -[[repo]] -url = "https://github.com/WavesOrganization/Waves-Marketplace" - -[[repo]] -url = "https://github.com/NirvanaNet/healthdex" - -[[repo]] -url = "https://github.com/33-Labs/wondermon" - -[[repo]] -url = "https://github.com/Varunhrdcr/Funding-using-smart-Contract" - -[[repo]] -url = "https://github.com/17Ved/cryptoapp" - -[[repo]] -url = "https://github.com/paschal533/ShopBrave" - -[[repo]] -url = "https://github.com/jaydippatel83/flow-ad-space" - -[[repo]] -url = "https://github.com/Abhay-2811/ZLocNFT" - -[[repo]] -url = "https://github.com/ykute07/Flow" - -[[repo]] -url = "https://github.com/gylman/artwalk" - -[[repo]] -url = "https://github.com/Outblock/flow-ant" - -[[repo]] -url = "https://github.com/FastCloud-Labs/LegendsOfFlow" - -[[repo]] -url = "https://github.com/aniruddhafb/flowmint_space" - -[[repo]] -url = "https://github.com/IntoTheVerse/Flow-Hackathon-Game" - -[[repo]] -url = "https://github.com/IntoTheVerse/Flow-Hack-Contracts" - -[[repo]] -url = "https://github.com/Cuttlas90/flowChat" - -[[repo]] -url = "https://github.com/nlok5923/flow-bot-server" - -[[repo]] -url = "https://github.com/darshanhande11/FlowBot" - -[[repo]] -url = "https://github.com/darkblockio/darkblock-flow" - -[[repo]] -url = "https://github.com/Kaushan-Dutta/Cre8iveHub" - -[[repo]] -url = "https://github.com/that83/flow-pawn-front" - -[[repo]] -url = "https://github.com/tyronbrand/BlockchainArenaHackathon" - -[[repo]] -url = "https://github.com/p2p-org/flow-indexer" - -[[repo]] -url = "https://github.com/afhay/mevota" - -[[repo]] -url = "https://github.com/100ktab/Nupy-Admin-Web" - -[[repo]] -url = "https://github.com/100ktab/Nupy-Flow-core" - -[[repo]] -url = "https://github.com/100ktab/Nupy-Flow-App" - -[[repo]] -url = "https://github.com/0xstruct/flow-book-run" - -[[repo]] -url = "https://github.com/AashishNandakumar/Supply-Chain-Management" - -[[repo]] -url = "https://github.com/madaldho/imfinite" - -[[repo]] -url = "https://github.com/SrinivasPradhan/Python-Project" - -[[repo]] -url = "https://github.com/IKalonji/flowDE" - -[[repo]] -url = "https://github.com/naman14/FlowTransfer" - -[[repo]] -url = "https://github.com/jazdevv/FlowVotingChain-protocol" - -[[repo]] -url = "https://github.com/0xapurv/Cross-Chain-Voting" - -[[repo]] -url = "https://github.com/QSTN-US/qzard-flow-hackathon-s2" - -[[repo]] -url = "https://github.com/aashishgarg94/decentralized_ratings_flow" - -[[repo]] -url = "https://github.com/abhinavmaddheshiya/ben-trix-flow-contracts" - -[[repo]] -url = "https://github.com/ynikhil9/VIdochat-Application" - -[[repo]] -url = "https://github.com/Lavinasevani/PCB-Etching/blob/main/PCB-Etchingvs" - -[[repo]] -url = "https://github.com/VaibhavArora19/Flowweb" - -[[repo]] -url = "https://github.com/sandip0149/final-web3-client" - -[[repo]] -url = "https://github.com/sandip0149/final-web3-server" - -[[repo]] -url = "https://github.com/SoundNexus/nexus-expo-rn" - -[[repo]] -url = "https://github.com/MattWong-ca/first-flow-dapp" - -[[repo]] -url = "https://github.com/KarthikS373/simpli-flow" - -[[repo]] -url = "https://github.com/rm1912/Face-Recognition-based-Attendance-system" - -[[repo]] -url = "https://github.com/jazdevv/onchain-realtime-cryptoprice-oracle" - -[[repo]] -url = "https://github.com/mohitthakkar30/Artify" - -[[repo]] -url = "https://github.com/Open-Sorcerer/flow-arcade" - -[[repo]] -url = "https://github.com/swordc/flowcosmos" - -[[repo]] -url = "https://github.com/Tointer/Flowsistant" - -[[repo]] -url = "https://github.com/JisongImSorry/cadence-learner-dao" - -[[repo]] -url = "https://github.com/deimocapital/FlowUI_Expo" - -[[repo]] -url = "https://github.com/Shanni/flowairb" - -[[repo]] -url = "https://github.com/Ayushjain2205/flow-hackathon" - -[[repo]] -url = "https://github.com/Nashons/BarristerBuddy" - -[[repo]] -url = "https://github.com/imsp18/Artfolio" - -[[repo]] -url = "https://github.com/genxexpedition/Flow-ImpactX" - -[[repo]] -url = "https://github.com/Punith-KK/Kira" - -[[repo]] -url = "https://github.com/recykleonflow/phoneRecyclation" - -[[repo]] -url = "https://github.com/vijay-kesanakurthi/Mintfy" - -[[repo]] -url = "https://github.com/wagmi7/FlowMysteryQuests" - -[[repo]] -url = "https://github.com/kamaleth/flow-buddy" - -[[repo]] -url = "https://github.com/0EnIgma1/StyleFusion" - -[[repo]] -url = "https://github.com/0xstruct/flow-zips" - -[[repo]] -url = "https://github.com/nikhilkxmar/Zail" - -[[repo]] -url = "https://github.com/quaintrelle7/FlowMentor" - -[[repo]] -url = "https://github.com/Cryptotal2023/Cryptotal" - -[[repo]] -url = "https://github.com/kleneway/TaskAI" - -[[repo]] -url = "https://github.com/IKalonji/RiccardianAI" - -[[repo]] -url = "https://github.com/Razor-123/flow-hackathon" - -[[repo]] -url = "https://github.com/Techn08055/Mintales_Final" - -[[repo]] -url = "https://github.com/Harshal0902/Flow-Hackathon-Season-2" - -[[repo]] -url = "https://github.com/Not-Sarthak/quill" - -[[repo]] -url = "https://github.com/tirth-bhagwat/blog-box-backend" - -[[repo]] -url = "https://github.com/ronykris/flowtify" - -[[repo]] -url = "https://github.com/FlowForms/flowform-backend" - -[[repo]] -url = "https://github.com/FlowForms/flowforms-frontend" - -[[repo]] -url = "https://github.com/wfalcon0x/flow-hackathon2" - -[[repo]] -url = "https://github.com/wfalcon0x/sealion" - -[[repo]] -url = "https://github.com/codeAKstan/quizit/tree/main" - -[[repo]] -url = "https://github.com/thirdeye-dev/thirdeye-flow" - -[[repo]] -url = "https://github.com/naman14/BlockSlide" - -[[repo]] -url = "https://github.com/jovanovic1/flow-racer" - -[[repo]] -url = "https://github.com/jovanovic1/flow-racer-contracts" - -[[repo]] -url = "https://github.com/DevSpace-Builder/flow_notification_system" - -[[repo]] -url = "https://github.com/DevSpace-Builder/flow_notif_tg_bot" - -[[repo]] -url = "https://github.com/RohanMathur2002/delogi" - -[[repo]] -url = "https://github.com/The-Developers-Den/tour-de-cadence" - -[[repo]] -url = "https://github.com/justjoolz/basket" - -[[repo]] -url = "https://github.com/shashank42/FlowNetUI" - -[[repo]] -url = "https://github.com/shashank42/FlowNetNode" - -[[repo]] -url = "https://github.com/DV-Lab/zuni-application" - -[[repo]] -url = "https://github.com/AzimWarsii/Crowdfundify" - -[[repo]] -url = "https://github.com/Ankush523/flow_dev_notify" - -[[repo]] -url = "https://github.com/ahmadnurfadilah/peerpost" - -[[repo]] -url = "https://github.com/indexing-co/flow-to-the-future" - -[[repo]] -url = "https://github.com/veerman/BlockSeedRandom" - -[[repo]] -url = "https://github.com/ssd39/DeFiWires" - -[[repo]] -url = "https://github.com/justjoolz/nft-loan-auction/" - -[[repo]] -url = "https://github.com/nilernts/sigmaflow" - -[[repo]] -url = "https://github.com/declanwork/DeclanWork-Smart-Contracts" - -[[repo]] -url = "https://github.com/declanwork/Declan-work-Frontend" - -[[repo]] -url = "https://github.com/hckrg/basket-protocol" - -[[repo]] -url = "https://github.com/mayur-samrutwar/chess.flow" - -[[repo]] -url = "https://github.com/Sway2003/expense" - -[[repo]] -url = "https://github.com/mbcse/keyFlow" - -[[repo]] -url = "https://github.com/erkatoside/documinds" - -[[repo]] -url = "https://github.com/amitdua048/pramaan" - -[[repo]] -url = "https://github.com/rishabhkeshan/rollonflow" - -[[repo]] -url = "https://github.com/sumitchoudharySEM/Rent-It-Up" - -[[repo]] -url = "https://github.com/RAHUL14KUMAR/flow" - -[[repo]] -url = "https://github.com/JaisPiyush/excluence-future" - -[[repo]] -url = "https://github.com/anshss/Alexa-mint-skill" - -[[repo]] -url = "https://github.com/RajGM/InfiOppBuild" - -[[repo]] -url = "https://github.com/SiddharthaMadhav/DeBooking" - -[[repo]] -url = "https://github.com/ronykris/flowjupyter" - -[[repo]] -url = "https://github.com/DarthBenro008/FlowBump" - -[[repo]] -url = "https://github.com/AishwaryaRavi07/flowhackathon" - -[[repo]] -url = "https://github.com/nicholasglazer/prayforua.com" - -[[repo]] -url = "https://github.com/melomint-dev/cadence" - -[[repo]] -url = "https://github.com/melomint-dev/frontend" - -[[repo]] -url = "https://github.com/melomint-dev/backend" - -[[repo]] -url = "https://github.com/melomint-dev/processor-service" - -[[repo]] -url = "https://github.com/7suyash7/FlowMark" - -[[repo]] -url = "https://github.com/biancann/siteseed" - -[[repo]] -url = "https://github.com/Ronnieraj37/FlowGram" - -[[repo]] -url = "https://github.com/devalexmunoz/mightycats" - -[[repo]] -url = "https://github.com/Debopom-Banerjee/Web-Mart" - -[[repo]] -url = "https://github.com/GearFi/Flow-Hackathon-S2" - -[[repo]] -url = "https://github.com/Flow-Engage/Engage-FrontEnd" - -[[repo]] -url = "https://github.com/Flow-Engage/Engage-Blockchain" - -[[repo]] -url = "https://github.com/AmaanSayyad/FanBet" - -[[repo]] -url = "https://github.com/Jalapina/sessions" - -[[repo]] -url = "https://github.com/Jovian-Dsouza/crypto-checkmate" - -[[repo]] -url = "https://github.com/jazdevv/blockchain-chess" - -[[repo]] -url = "https://github.com/krishnan74/Back-to-the-future" - -[[repo]] -url = "https://github.com/cjustinobi/event-hub" - -[[repo]] -url = "https://github.com/storyverse-gg/storyverse" - -[[repo]] -url = "https://github.com/Satyampatil513/consistency" - -[[repo]] -url = "https://github.com/0xPASTE/RPGFlow" - -[[repo]] -url = "https://github.com/junaid5598/react-next-lottery" - -[[repo]] -url = "https://github.com/Zubainah/nitda-blockchain-scholarship" - -[[repo]] -url = "https://github.com/vishwa1718/Sign-Recognition-Robot-Using-Arduino" - -[[repo]] -url = "https://github.com/thapatechnical/complete_react2021" - -[[repo]] -url = "https://github.com/swetankpathak/WaveGPT" - -[[repo]] -url = "https://github.com/Meharab/Flow-Name-Service" - -[[repo]] -url = "https://github.com/gmako6/sc-coin" - -[[repo]] -url = "https://github.com/cropsync/CropSync" - -[[repo]] -url = "https://github.com/CCE13/CombinedLibgdx" - -[[repo]] -url = "https://github.com/Arnav-Jhajharia/flow-hackathon" - -[[repo]] -url = "https://github.com/APrakash-913/FOUNDRY_StableCoins" - -[[repo]] -url = "https://github.com/anushka7322/Forged-Genuine-Document-Detectors" - -[[repo]] -url = "https://github.com/0xshikhar/FlowFinance" - -[[repo]] -url = "https://github.com/AnChainAI/anchain-axelar-dapper-flowbridge" - -[[repo]] -url = "https://github.com/lealobanov/cadence-cookbook-new/tree/master" - -[[repo]] -url = "https://github.com/lealobanov/cadence-cookbook-sample-recipe" - -[[repo]] -url = "https://github.com/lealobanov/cadence-cookbook" - -[[repo]] -url = "https://github.com/lealobanov/collection-for-holding-nfts" - -[[repo]] -url = "https://github.com/lealobanov/creating-collection-for-account" - -[[repo]] -url = "https://github.com/lealobanov/metadata-views" - -[[repo]] -url = "https://github.com/lealobanov/multiple-metadata-views" - -[[repo]] -url = "https://github.com/lealobanov/token-vault" - -[[repo]] -url = "https://github.com/lealobanov/withdrawing-tokens" - -[[repo]] -url = "https://github.com/lealobanov/creating-a-vault" - -[[repo]] -url = "https://github.com/lealobanov/vault-minter" - -[[repo]] -url = "https://github.com/lealobanov/implementing-series-for-nfts" - -[[repo]] -url = "https://github.com/lealobanov/creating-a-set-in-series" - -[[repo]] -url = "https://github.com/lealobanov/minting-nfts-in-a-set" - -[[repo]] -url = "https://github.com/lealobanov/admin-resource" - -[[repo]] -url = "https://github.com/lealobanov/add-admin-resource-to-account" - -[[repo]] -url = "https://github.com/lealobanov/create-a-topshot-play" - -[[repo]] -url = "https://github.com/lealobanov/create-a-topshot-set" - -[[repo]] -url = "https://github.com/lealobanov/add-a-play-to-topshot-set" - -[[repo]] -url = "https://github.com/lealobanov/minting-a-moment-in-topshot-set" - -[[repo]] -url = "https://github.com/lealobanov/create-a-marketplace" - -[[repo]] -url = "https://github.com/lealobanov/create-an-nft-listing" - -[[repo]] -url = "https://github.com/lealobanov/purchase-nft-on-marketplace" - -[[repo]] -url = "https://github.com/lealobanov/mint-nft" - -[[repo]] -url = "https://github.com/aishairzay/CadenceGameEngine" - -[[repo]] -url = "https://github.com/ThomasCode92/flow-name-service" - -[[repo]] -url = "https://github.com/ThomasCode92/flow-app-quickstart" - -[[repo]] -url = "https://github.com/spiros3p/emerald-academy-cadence-courses-FLOW" - -[[repo]] -url = "https://github.com/fxamacker/ccf_draft" +url = "https://github.com/zwht/connect_wallet_demo" diff --git a/data/ecosystems/i/internet-computer.toml b/data/ecosystems/i/internet-computer.toml index ab269fec08..6c5ec27da5 100644 --- a/data/ecosystems/i/internet-computer.toml +++ b/data/ecosystems/i/internet-computer.toml @@ -1,20 +1,27 @@ +# Ecosystem Level Information title = "Internet Computer" + sub_ecosystems = [ "4EVERLAND", "55 Foundry", "5Blockers", + "Aikin", "AirGap", "Allusion", "AstroX Network", "Aviate Labs", "BeamFi", + "Bitfinity Network", "Blocks.", "Bochsler Tech", + "BOOM DAO", "C B Elite", "C3 Protocol", "Can Scale", + "Canister App", "canlista", "Carbon Crowd", + "Catalyze Software", "CigDao", "Civol-IC", "Code & State", @@ -38,6 +45,7 @@ sub_ecosystems = [ "dscvr one", "dSquad", "Earth Wallet", + "Eiger", "enoki-dex", "Factland", "FinterestICP", @@ -49,9 +57,10 @@ sub_ecosystems = [ "getimpactnow", "Gigaverse Labs", "glue-org", - "Hot or Not", "Helios Labs", "HomeLess Mint NFT", + "HorizonX", + "Hot or Not", "Hypotenuse Labs", "IC Dev Club", "ic dstar", @@ -78,6 +87,7 @@ sub_ecosystems = [ "Juno IC", "kawak-org", "kinicdao", + "Kryptik", "Mix Labs", "motemotech", "Motoko Bootcamp", @@ -87,14 +97,17 @@ sub_ecosystems = [ "NeutronStarPRO", "NFT Cat", "NnsDAO Labs", + "NOBLEBLOCKS", "Omnia Network", "One Hill Technologies", + "open-chat-labs", "Orally", "ORIGYN SA", "papyrs", "Perun", "Prim Labs", "Psychedelic", + "Rakeoff", "RankRadarICP", "Rocklabs", "Saga Cards", @@ -120,19 +133,11 @@ sub_ecosystems = [ "World of Unreal", "XP Network", "Zondax", - "HorizonX", - "BOOM DAO", - "Catalyze Software", - "Canister App", - "Rakeoff", - "Kryptik", - "open-chat-labs", - "Bitfinity Network", - "Eiger", - "NOBLEBLOCKS", - "Aikin", ] + github_organizations = [] + +# Repositories [[repo]] url = "https://github.com/07KingKaiju07/challenges-from_day_2_onwards-" @@ -181,6 +186,9 @@ url = "https://github.com/0xdzs/elastic-ic-logger" [[repo]] url = "https://github.com/0xdzs/ic_deploy_request" +[[repo]] +url = "https://github.com/0xhawk/ic-dex-rs" + [[repo]] url = "https://github.com/0xhawk/ic-exchange" @@ -349,6 +357,15 @@ url = "https://github.com/AbdelrhmanRady/dKeeper-app" [[repo]] url = "https://github.com/Abdoulllahi/dbank" +[[repo]] +url = "https://github.com/abdreams/Crypto-Token-Wallet" + +[[repo]] +url = "https://github.com/abdreams/Keeper-app-Blockchain" + +[[repo]] +url = "https://github.com/abdreams/OpenD-NFT-Marketplace" + [[repo]] url = "https://github.com/Abdullah-Shaikh01/W3-Keeper" @@ -433,6 +450,12 @@ url = "https://github.com/AbioyeSamuel/Token_creation-DSAM-token" [[repo]] url = "https://github.com/abirbaccara/dbank" +[[repo]] +url = "https://github.com/abueno19/motoko" + +[[repo]] +url = "https://github.com/acludo2/ckPayment" + [[repo]] url = "https://github.com/acludo2/MotokoBootCamp2023" @@ -451,6 +474,9 @@ url = "https://github.com/AD1TYA03/dbank" [[repo]] url = "https://github.com/ad3rinto/dbank" +[[repo]] +url = "https://github.com/AdalbertoCV/ICP_APP" + [[repo]] url = "https://github.com/aden-abdirahman/SevrBank" @@ -466,6 +492,9 @@ url = "https://github.com/Adi-ty/Decentralized-Bank" [[repo]] url = "https://github.com/Adithya2310/DBank" +[[repo]] +url = "https://github.com/Adithya2310/DKeeper" + [[repo]] url = "https://github.com/Adithya2310/Rainbow-Finance" @@ -478,9 +507,21 @@ url = "https://github.com/adithyamandody/phrase" [[repo]] url = "https://github.com/adithyamandody/tocken" +[[repo]] +url = "https://github.com/AdiTya-DiXiT-01/CanvaSwap" + +[[repo]] +url = "https://github.com/AdiTya-DiXiT-01/dKeeper-v1" + +[[repo]] +url = "https://github.com/AdiTya-DiXiT-01/NFT_Bazaar" + [[repo]] url = "https://github.com/aditya9575/first-Dbank-project-using-MOTOKO-language" +[[repo]] +url = "https://github.com/adityakm24/SynthiFy" + [[repo]] url = "https://github.com/AdityaPSingh3/Keeper" @@ -547,6 +588,15 @@ url = "https://github.com/aginamena/Linkedin_clone" [[repo]] url = "https://github.com/aginamena/material-ui" +[[repo]] +url = "https://github.com/ahdrahees/dapp_calculator_ic" + +[[repo]] +url = "https://github.com/ahdrahees/dapp_homework_diary" + +[[repo]] +url = "https://github.com/ahdrahees/first_project-on-icp-using-motoko" + [[repo]] url = "https://github.com/Ahmed-Aghadi/genzer" @@ -610,6 +660,9 @@ url = "https://github.com/akjake616/motoko" [[repo]] url = "https://github.com/akshay-rakheja/supernova2022" +[[repo]] +url = "https://github.com/Al-Mansori/DBank" + [[repo]] url = "https://github.com/Al3x3ySh3vch3nko/DApps_A3x3-tokens-exchange" @@ -640,6 +693,9 @@ url = "https://github.com/albertomenen/blockchainTest" [[repo]] url = "https://github.com/alebarral/motoko_hello" +[[repo]] +url = "https://github.com/AleDema/ICPoap" + [[repo]] url = "https://github.com/AleDema/ICTdays-Workshop-NFT" @@ -727,6 +783,9 @@ url = "https://github.com/alihanekiz/web3-stuff" [[repo]] url = "https://github.com/alin-at-dfinity/internet-identity" +[[repo]] +url = "https://github.com/aliscie/autodox" + [[repo]] url = "https://github.com/aliscie/autodox-ic" @@ -754,6 +813,12 @@ url = "https://github.com/aliscie/hello_world_IC" [[repo]] url = "https://github.com/aliscie/ic-react" +[[repo]] +url = "https://github.com/aliscie/icp-sns" + +[[repo]] +url = "https://github.com/aliscie/icp_wallet" + [[repo]] url = "https://github.com/aliscie/minimal-rust-ic-template" @@ -766,6 +831,18 @@ url = "https://github.com/alkiro/daily-challenges" [[repo]] url = "https://github.com/alkiro/hello-canister" +[[repo]] +url = "https://github.com/allanokothdev/dao_example" + +[[repo]] +url = "https://github.com/allanokothdev/hello_world" + +[[repo]] +url = "https://github.com/allanokothdev/icp_bitcoin_integration" + +[[repo]] +url = "https://github.com/allanokothdev/Motoko-Bootcamp" + [[repo]] url = "https://github.com/allengr220/DBank" @@ -796,6 +873,9 @@ url = "https://github.com/allkindsxyz/motoko_camp" [[repo]] url = "https://github.com/allkindsxyz/motokobootcamp2023" +[[repo]] +url = "https://github.com/Aloxord/Quewe-web3--Motoko" + [[repo]] url = "https://github.com/alperergul/dbank-app" @@ -820,6 +900,9 @@ url = "https://github.com/alyleite/icp-makers-test" [[repo]] url = "https://github.com/am0rlock/blotch" +[[repo]] +url = "https://github.com/amalikmuhd/dbank" + [[repo]] url = "https://github.com/amara-vo/token" @@ -862,6 +945,9 @@ url = "https://github.com/amrhany20/DBank" [[repo]] url = "https://github.com/Amruta08/NFT-Marketplace-Website" +[[repo]] +url = "https://github.com/amuhleth42/ICP-ts-bootcamp" + [[repo]] url = "https://github.com/AMusenna/MOTOKO-Balance--App" @@ -1061,6 +1147,10 @@ url = "https://github.com/AnubisAwooo/dfinity-study-fetch-governance" [[repo]] url = "https://github.com/AnubisAwooo/ic-identity-demo" +[[repo]] +url = "https://github.com/AnubisAwooo/ic-web3-motoko" +missing = true + [[repo]] url = "https://github.com/AnubisAwooo/icp_web" @@ -1088,6 +1178,9 @@ url = "https://github.com/Anurag180203/dbank" [[repo]] url = "https://github.com/Anurag180203/dkeeper" +[[repo]] +url = "https://github.com/anuragasawa20/Game-Platform" + [[repo]] url = "https://github.com/Anuragmaurya-code/dbank" @@ -1160,6 +1253,9 @@ url = "https://github.com/ArchitChaudhary19/dbank" [[repo]] url = "https://github.com/arcz/ic" +[[repo]] +url = "https://github.com/ardaydilek/NoteAppWithICP" + [[repo]] url = "https://github.com/arealclimber/mo-hello" @@ -1175,6 +1271,9 @@ url = "https://github.com/ArghyaAD/DBank" [[repo]] url = "https://github.com/ArgonStudiosXYZ/ic-emailer" +[[repo]] +url = "https://github.com/ArielRobotti/MotokoPetChain" + [[repo]] url = "https://github.com/arielwang829/ic_advanced" @@ -1190,6 +1289,12 @@ url = "https://github.com/AriiMe/Keeper-App" [[repo]] url = "https://github.com/ArjaanBuijk/motoko-bootcamp-nft-minter" +[[repo]] +url = "https://github.com/arjuncvinod/DBank-Motoko" + +[[repo]] +url = "https://github.com/arjuncvinod/First-Internet-Computer-App" + [[repo]] url = "https://github.com/arjunpat/stkrs.me" @@ -1262,6 +1367,9 @@ url = "https://github.com/ArtNfts168/studyLearn_2" [[repo]] url = "https://github.com/artursniegowski/Intro_to_WEB3_DApps_with_Internet_Computer" +[[repo]] +url = "https://github.com/aryasoni1/walmartsparkathon" + [[repo]] url = "https://github.com/Asharalikhan4/dbank--WEB3-" @@ -1292,9 +1400,18 @@ url = "https://github.com/Astrapolis/ic_orderbook" [[repo]] url = "https://github.com/Astrapolis/ICHub" +[[repo]] +url = "https://github.com/atarico/mbc2023-enrollment" + +[[repo]] +url = "https://github.com/atengberg/another_internet_computer_starter_template" + [[repo]] url = "https://github.com/atengberg/doyoutodo" +[[repo]] +url = "https://github.com/atengberg/icrc1_payment_client_demo" + [[repo]] url = "https://github.com/atengberg/simple_ic_ii_demo" @@ -1328,15 +1445,33 @@ url = "https://github.com/AuroraLantean/internet_computer_dip721_nft_container" [[repo]] url = "https://github.com/AuroraLantean/internet_computer_hello" +[[repo]] +url = "https://github.com/AustinChris1/developing-motoko-frontend" + +[[repo]] +url = "https://github.com/AustinChris1/Motoko-Bootcamp-2023" + +[[repo]] +url = "https://github.com/av1ctor/evm-txs.mo" + +[[repo]] +url = "https://github.com/av1ctor/medpx" + [[repo]] url = "https://github.com/av1ctor/metamob" [[repo]] url = "https://github.com/av1ctor/mo-table" +[[repo]] +url = "https://github.com/ava-vs/poc" + [[repo]] url = "https://github.com/AvinashKartik/Health-Insurance-Using-Canisters" +[[repo]] +url = "https://github.com/awkure/ic-emu-poc" + [[repo]] url = "https://github.com/awkure/ic-kit" @@ -1416,6 +1551,18 @@ url = "https://github.com/b3hr4d/Colorful-VSCode-DarkPlus" [[repo]] url = "https://github.com/b3hr4d/ic-evm-sign-starter" +[[repo]] +url = "https://github.com/b3hr4d/vetkd" + +[[repo]] +url = "https://github.com/B3Pay/b3-note" + +[[repo]] +url = "https://github.com/B3Pay/b3-wallet" + +[[repo]] +url = "https://github.com/B3Pay/b3_utils" + [[repo]] url = "https://github.com/Babalu2017/dBank" @@ -1434,6 +1581,9 @@ url = "https://github.com/balanasia/dbank" [[repo]] url = "https://github.com/balanasia/dfinity-project" +[[repo]] +url = "https://github.com/balavenkataraman123/HackTheNorth2023" + [[repo]] url = "https://github.com/bao1000st/memory_card_game" @@ -1476,12 +1626,21 @@ url = "https://github.com/bauction/sdk-js" [[repo]] url = "https://github.com/beamingHigher/ic-opend-nft-marketplace" +[[repo]] +url = "https://github.com/Beastea3/rido-js" + +[[repo]] +url = "https://github.com/Bebb-Protocol-and-Apps/PersonalNFTGallery" + [[repo]] url = "https://github.com/Becouif/internet-computer-motoko" [[repo]] url = "https://github.com/BegaliAslon/DApp-on-ICP-Blockchain" +[[repo]] +url = "https://github.com/bellujrb/hackathon_internetcomputer" + [[repo]] url = "https://github.com/benbjurstrom/raisinrank" @@ -1506,6 +1665,9 @@ url = "https://github.com/Benjamin-Loison/Internet-Computer-Bitcoin-Library" [[repo]] url = "https://github.com/benjizhai/access_control" +[[repo]] +url = "https://github.com/benjizhai/ckicp" + [[repo]] url = "https://github.com/benjizhai/simpleform" @@ -1521,6 +1683,9 @@ url = "https://github.com/benxv2000/stable" [[repo]] url = "https://github.com/Benzter/dbank" +[[repo]] +url = "https://github.com/bertiespell/asset_canister" + [[repo]] url = "https://github.com/bertiespell/Signals" @@ -1551,6 +1716,9 @@ url = "https://github.com/beyond009/storage-frontend" [[repo]] url = "https://github.com/beyond009/wallet" +[[repo]] +url = "https://github.com/bezata/ICP-BUDGET" + [[repo]] url = "https://github.com/bhavikakhare/motoko_dbank" @@ -1563,6 +1731,12 @@ url = "https://github.com/Bhavya290223/Crypto-Coin" [[repo]] url = "https://github.com/bianyuanop/DamnProof" +[[repo]] +url = "https://github.com/bianyuanop/ePay" + +[[repo]] +url = "https://github.com/bianyuanop/epay_frontend" + [[repo]] url = "https://github.com/bianyuanop/source-store-motoko" @@ -1665,6 +1839,10 @@ url = "https://github.com/blitzmartin/dbank" [[repo]] url = "https://github.com/blockzeek/mbc2023-enrollment" +[[repo]] +url = "https://github.com/bluebird912/DBANK-Decentralised-Finance-app-" +missing = true + [[repo]] url = "https://github.com/bluelym/motoke-task" @@ -1701,6 +1879,9 @@ url = "https://github.com/bonkerstub/token" [[repo]] url = "https://github.com/BookieOandasan/dFinityHello" +[[repo]] +url = "https://github.com/BoomDAO/astral-rift" + [[repo]] url = "https://github.com/branciard/internet-identity" @@ -1716,6 +1897,9 @@ url = "https://github.com/BrandonKTC/NFTMarketplace" [[repo]] url = "https://github.com/BrandonKTC/token" +[[repo]] +url = "https://github.com/BrandonVC29/COMUNIDAD-MOTOKO-ICP" + [[repo]] url = "https://github.com/brebaroluk/discuss_and_vote" @@ -1749,6 +1933,12 @@ url = "https://github.com/brson/rust-contract-comparison" [[repo]] url = "https://github.com/brunomdrrosa/FirstDefiDApp" +[[repo]] +url = "https://github.com/bryanbill/transit-cannister" + +[[repo]] +url = "https://github.com/builde7b0b/Motoko_G" + [[repo]] url = "https://github.com/bundubuduri/icp_counter_rust-lang" @@ -1957,9 +2147,21 @@ url = "https://github.com/CatKevin/IC-demo" [[repo]] url = "https://github.com/caya-ventures/mofram-lib" +[[repo]] +url = "https://github.com/ccandelora/dbank" + +[[repo]] +url = "https://github.com/ccandelora/dkeeper" + +[[repo]] +url = "https://github.com/ccandelora/token" + [[repo]] url = "https://github.com/ccyanxyz/dfn" +[[repo]] +url = "https://github.com/cedev935/open-chat" + [[repo]] url = "https://github.com/CelalKincross/decentralized-bank" @@ -2077,6 +2279,9 @@ url = "https://github.com/Cherrith/tokens" [[repo]] url = "https://github.com/chethan559/keeperApp" +[[repo]] +url = "https://github.com/Chin-than/ETHVERSE" + [[repo]] url = "https://github.com/chirag127/The-Complete-Web-Development-Bootcamp" @@ -2233,6 +2438,12 @@ url = "https://github.com/CleoPatra2772/DKeeper" [[repo]] url = "https://github.com/ClinTex/optex" +[[repo]] +url = "https://github.com/clinton263/ICP-azle-media-main" + +[[repo]] +url = "https://github.com/cmitch30/DBank" + [[repo]] url = "https://github.com/cocofile/TinTinland" @@ -2251,6 +2462,9 @@ url = "https://github.com/CodeAunt/dfirocks_pre" [[repo]] url = "https://github.com/codebendervt/canvas" +[[repo]] +url = "https://github.com/codeInn001/typescript-ICP" + [[repo]] url = "https://github.com/CodeJude/Vector-Protocol" @@ -2275,6 +2489,12 @@ url = "https://github.com/conglt10/bonsai-icp" [[repo]] url = "https://github.com/Connect2IC/connect2ic" +[[repo]] +url = "https://github.com/connexus-team/Icpp-llm" + +[[repo]] +url = "https://github.com/conorseed/formthing_poc" + [[repo]] url = "https://github.com/conorseed/motokobootcamp2023" @@ -2444,6 +2664,12 @@ url = "https://github.com/cybersaksham/OpenINC" [[repo]] url = "https://github.com/cybersi/icfront" +[[repo]] +url = "https://github.com/cybrowl/capsule" + +[[repo]] +url = "https://github.com/cybrowl/dsign" + [[repo]] url = "https://github.com/cybrowl/heartbeat" @@ -2468,6 +2694,9 @@ url = "https://github.com/d17012002/dbank" [[repo]] url = "https://github.com/daichi000/hello-dfinity" +[[repo]] +url = "https://github.com/daltoncoder/candid_encoder" + [[repo]] url = "https://github.com/Damiengland/citrino-token-dapp" @@ -2531,6 +2760,9 @@ url = "https://github.com/danielterwiel/tedr" [[repo]] url = "https://github.com/DanielThurau/amleth" +[[repo]] +url = "https://github.com/DanielThurau/dfn_luncheon" + [[repo]] url = "https://github.com/DanielThurau/DT_minting_canister" @@ -2538,7 +2770,10 @@ url = "https://github.com/DanielThurau/DT_minting_canister" url = "https://github.com/DanielXMoore/kusanagi" [[repo]] -url = "https://github.com/Dansando8/dbank" +url = "https://github.com/DannyVRSE/chainLinq" + +[[repo]] +url = "https://github.com/Dansando8/dbank" [[repo]] url = "https://github.com/dansickles/day_1" @@ -2603,6 +2838,9 @@ url = "https://github.com/dascalescu-tudor/motokobootcamp2023" [[repo]] url = "https://github.com/dascalescu-tudor/motokobootcamp2023-coreproject" +[[repo]] +url = "https://github.com/Dashuto22/DBANK_MOTOKO" + [[repo]] url = "https://github.com/datj9/dbank" @@ -2642,6 +2880,12 @@ url = "https://github.com/davetowey/orb-zero" [[repo]] url = "https://github.com/davicdepy/cancan" +[[repo]] +url = "https://github.com/David-HernandezM/MAI" + +[[repo]] +url = "https://github.com/David-HernandezM/MotokoBlocks" + [[repo]] url = "https://github.com/davidhouseholter/ic-web-app" @@ -2706,6 +2950,9 @@ url = "https://github.com/defideveric/apex" [[repo]] url = "https://github.com/defideveric/apex-final" +[[repo]] +url = "https://github.com/DeimosHall/My_Canister" + [[repo]] url = "https://github.com/Delpha05/DBank---A-Simple-DeFi-DApp" @@ -2727,6 +2974,9 @@ url = "https://github.com/demolaemrick/dbank" [[repo]] url = "https://github.com/Denissavv/token" +[[repo]] +url = "https://github.com/denizcan-yilmaz/Auction_Dapp" + [[repo]] url = "https://github.com/denizcan-yilmaz/hello-canister" @@ -2784,6 +3034,9 @@ url = "https://github.com/designcoderepeat/ttbl" [[repo]] url = "https://github.com/desirekaleba/IC-practs" +[[repo]] +url = "https://github.com/devcode8/dTodo" + [[repo]] url = "https://github.com/developerfred/icrc-one-payment-flow" @@ -2805,6 +3058,9 @@ url = "https://github.com/devidw/sdk" [[repo]] url = "https://github.com/devjaewon/x-blockchain" +[[repo]] +url = "https://github.com/devvspaces/icp-poll-dapp" + [[repo]] url = "https://github.com/dfinihack-2021-team-16/contest-contract" @@ -2884,6 +3140,9 @@ url = "https://github.com/DhruvBhatia0/D-OpenSea" [[repo]] url = "https://github.com/Di-Box/AutoScale-Storage" +[[repo]] +url = "https://github.com/DiegoMartinez997/Dbank" + [[repo]] url = "https://github.com/DieuNN/hackathon_day_1" @@ -2926,6 +3185,9 @@ url = "https://github.com/Dileep2896/dbank" [[repo]] url = "https://github.com/Dileep2896/opend" +[[repo]] +url = "https://github.com/DILEEPKUMARCB1997/updated-vite-nmu" + [[repo]] url = "https://github.com/dimidev/ic-sid" @@ -2944,12 +3206,27 @@ url = "https://github.com/dinsefaj/motokobootcamp2023" [[repo]] url = "https://github.com/dinternet-computer/rust_hello" +[[repo]] +url = "https://github.com/dipakja/Dbank" + +[[repo]] +url = "https://github.com/dipanshuhappy/gyro-icp" + +[[repo]] +url = "https://github.com/dipanshuhappy/one_token" + +[[repo]] +url = "https://github.com/dipanshuhappy/unique-icp-canister" + [[repo]] url = "https://github.com/Distive/Distive" [[repo]] url = "https://github.com/Distive/distive-dashboard" +[[repo]] +url = "https://github.com/divin3circle/fitness-tracker-icp-project" + [[repo]] url = "https://github.com/divlov/dbank-web3" @@ -2959,6 +3236,9 @@ url = "https://github.com/divyam1705/Decentralized-Bank" [[repo]] url = "https://github.com/divyanshun9/D_Auction" +[[repo]] +url = "https://github.com/DiYaZeN/dfinity-hello-motoko" + [[repo]] url = "https://github.com/dizzy27/can_manager" @@ -2974,6 +3254,9 @@ url = "https://github.com/dizzy27/my_logger" [[repo]] url = "https://github.com/Djioni/dbank" +[[repo]] +url = "https://github.com/Djotiguy/Dbank-App" + [[repo]] url = "https://github.com/Dksie09/DBank" @@ -3001,6 +3284,9 @@ url = "https://github.com/dmanh1204/supernova-hack" [[repo]] url = "https://github.com/dmidem/cdk-rs" +[[repo]] +url = "https://github.com/dmitrygulevich2000/disser-playground" + [[repo]] url = "https://github.com/DNMThong/ChallengeLearningMotoko" @@ -3028,6 +3314,18 @@ url = "https://github.com/DocHolliday602/Motoko-Bootcamp" [[repo]] url = "https://github.com/DocHolliday602/motokobootcamp2023" +[[repo]] +url = "https://github.com/dogles16/obsidian_tears" + +[[repo]] +url = "https://github.com/dogles16/obsidian_tears_items_nft" + +[[repo]] +url = "https://github.com/dogles16/obsidian_tears_nft" + +[[repo]] +url = "https://github.com/dogles16/rpg" + [[repo]] url = "https://github.com/domwoe/access_control" @@ -3118,6 +3416,9 @@ url = "https://github.com/dprats/submit_nns_proposal_tutorial" [[repo]] url = "https://github.com/dprats/twitter-canister-ic" +[[repo]] +url = "https://github.com/Dr-Ginie/PayString_Canister" + [[repo]] url = "https://github.com/dragon-raja/DataBox-test" @@ -3130,6 +3431,9 @@ url = "https://github.com/dragon-raja/motoko_course" [[repo]] url = "https://github.com/dragon-raja/motokofinal" +[[repo]] +url = "https://github.com/dragon1227/autodox-notes" + [[repo]] url = "https://github.com/DrDeranged/Decentralized-Finance-Bank-Dinfinity-Computer-ICP-" @@ -3193,6 +3497,9 @@ url = "https://github.com/duongptryu/motoko_exercise" [[repo]] url = "https://github.com/dushaobindoudou/dfinity_vue" +[[repo]] +url = "https://github.com/dushyant0007/IC-motoko-projects" + [[repo]] url = "https://github.com/DuyDn1305/blogchange_banket" @@ -3241,6 +3548,9 @@ url = "https://github.com/eatingser/core_project" [[repo]] url = "https://github.com/eatingser/motoko_first" +[[repo]] +url = "https://github.com/ecebgenc/Internet-Computer-Rust-Bootcamp-Final-Project" + [[repo]] url = "https://github.com/ECNUwyzZL/blog" @@ -3325,6 +3635,10 @@ url = "https://github.com/EKingpt/icp-challenges" [[repo]] url = "https://github.com/EKingpt/icp-hello" +[[repo]] +url = "https://github.com/elaemmanuel/motoko_starter_el" +missing = true + [[repo]] url = "https://github.com/elderjames314/dbank" @@ -3334,6 +3648,9 @@ url = "https://github.com/electrovir/stoic-identity-example" [[repo]] url = "https://github.com/eleven-cat/ICOracle" +[[repo]] +url = "https://github.com/Eliaxie/ICP-Demo-Counter" + [[repo]] url = "https://github.com/eliranr/dBank" @@ -3355,6 +3672,12 @@ url = "https://github.com/Em5ty/first_project_IC" [[repo]] url = "https://github.com/Em5ty/mbc2023-enrollment" +[[repo]] +url = "https://github.com/EMCProtocol-dev/EMC-DIP20" + +[[repo]] +url = "https://github.com/EMCProtocol-dev/EMC-NodeReward" + [[repo]] url = "https://github.com/EMCProtocol-dev/EMC-SD" @@ -3463,6 +3786,9 @@ url = "https://github.com/Epg33/core-project" [[repo]] url = "https://github.com/Epg33/motokobootcamp2023" +[[repo]] +url = "https://github.com/erdincKIRTEKE/dsurv" + [[repo]] url = "https://github.com/erenyusufduran/dbank-dfinity" @@ -3475,6 +3801,12 @@ url = "https://github.com/erenyusufduran/nft-marketplace-dfinity" [[repo]] url = "https://github.com/erenyusufduran/token-dfinity" +[[repo]] +url = "https://github.com/erfajc97/crudCanisterMotoko" + +[[repo]] +url = "https://github.com/erfajc97/mbc-starter" + [[repo]] url = "https://github.com/ericswanson-dfinity/agent-rs" @@ -3517,6 +3849,9 @@ url = "https://github.com/everestmz/ic" [[repo]] url = "https://github.com/evil-goose/rust_hello" +[[repo]] +url = "https://github.com/evsyutkin/motoko-starter-tl" + [[repo]] url = "https://github.com/evve0119/NFT-Marketplace" @@ -3526,6 +3861,12 @@ url = "https://github.com/f0i/motokobootcamp2023" [[repo]] url = "https://github.com/f0i/motokobootcamp2023-coreproject" +[[repo]] +url = "https://github.com/f1lth/ckbtc-react" + +[[repo]] +url = "https://github.com/f1lth/react-watcher" + [[repo]] url = "https://github.com/fafty/fafty-frontend" @@ -3541,6 +3882,13 @@ url = "https://github.com/fairlyxu/icp_training" [[repo]] url = "https://github.com/fairlyxu/icp_training2" +[[repo]] +url = "https://github.com/fairtale5/BB" +missing = true + +[[repo]] +url = "https://github.com/falcaozane/DBank" + [[repo]] url = "https://github.com/famasoon/arti" @@ -3655,6 +4003,10 @@ url = "https://github.com/FermentedDAO/dao" [[repo]] url = "https://github.com/festupinans/Mokoto_first_project" +[[repo]] +url = "https://github.com/feyzasyf/internetComputerRust" +missing = true + [[repo]] url = "https://github.com/ffakenz/motoko-workshop" @@ -3784,6 +4136,9 @@ url = "https://github.com/foolingdutchman/light_wallet" [[repo]] url = "https://github.com/foolingdutchman/lightWalletNFT" +[[repo]] +url = "https://github.com/FOR-TIMI/OpenD" + [[repo]] url = "https://github.com/formulaRoot/counter_rust_icp" @@ -3840,6 +4195,9 @@ url = "https://github.com/fowlerlee/videostream" [[repo]] url = "https://github.com/foxundermoon/ic" +[[repo]] +url = "https://github.com/FPOLY-HCM/coursework" + [[repo]] url = "https://github.com/FPOLY-HCM/motoko-bootcamp" @@ -3894,6 +4252,9 @@ url = "https://github.com/froghub-io/rand-ic" [[repo]] url = "https://github.com/froghub-io/sqlite-vfs" +[[repo]] +url = "https://github.com/frostweb3/tasks_list" + [[repo]] url = "https://github.com/fujianlian/difinty_practise" @@ -3924,6 +4285,9 @@ url = "https://github.com/fury02/Difiwallet" [[repo]] url = "https://github.com/fury02/example-async-data-deliveries" +[[repo]] +url = "https://github.com/fury02/rbac-motoko" + [[repo]] url = "https://github.com/fury02/service-dev-version" @@ -3936,6 +4300,9 @@ url = "https://github.com/fury02/service-web" [[repo]] url = "https://github.com/fury02/service-web-ui" +[[repo]] +url = "https://github.com/fxgst/fuxgeist_website" + [[repo]] url = "https://github.com/fxgst/ICP-hackathon" @@ -4017,6 +4384,9 @@ url = "https://github.com/gauravkumar5089/CodeToken" [[repo]] url = "https://github.com/gauravkumar5089/nft-marketplace" +[[repo]] +url = "https://github.com/gears0012/ICP-Calculator" + [[repo]] url = "https://github.com/Gega97/day1" @@ -4080,12 +4450,21 @@ url = "https://github.com/gigaverselabs/ic_sales_bot" [[repo]] url = "https://github.com/gigaverselabs/ic_vault" +[[repo]] +url = "https://github.com/gigaverselabs/topup_site" + [[repo]] url = "https://github.com/gilco91/DBank" [[repo]] url = "https://github.com/Gilxhon001/NFT-Marketplace" +[[repo]] +url = "https://github.com/GioanZ/ICP" + +[[repo]] +url = "https://github.com/github-usman/DBank" + [[repo]] url = "https://github.com/githubregina/Web3-dbank" @@ -4185,6 +4564,9 @@ url = "https://github.com/Gordon123-ai/ictask5" [[repo]] url = "https://github.com/gostlite/token" +[[repo]] +url = "https://github.com/govindkrishna03/Nextjs_web3" + [[repo]] url = "https://github.com/GreatMartial/Dfinity-course" @@ -4245,6 +4627,12 @@ url = "https://github.com/gupta1001/decentralised_keeper" [[repo]] url = "https://github.com/gupta1001/opend" +[[repo]] +url = "https://github.com/Gurpreetk9/Notes-keeper" + +[[repo]] +url = "https://github.com/Gurpreetk9/OpenD-NFT-MarketPlace" + [[repo]] url = "https://github.com/Gustavo-eDuarte/challenges" @@ -4260,6 +4648,9 @@ url = "https://github.com/GWHN2/Hackathon2022_coursework" [[repo]] url = "https://github.com/GWHN2/hackathonchallenges" +[[repo]] +url = "https://github.com/Gymnopediese/PenduAzle" + [[repo]] url = "https://github.com/h1teshtr1path1/ext721-nft-minter" @@ -4293,6 +4684,9 @@ url = "https://github.com/HabibUrRehmanBhattii/NFTs_Marketpalce_Web3_Motoko" [[repo]] url = "https://github.com/HabibUrRehmanBhattii/Token_AKLM" +[[repo]] +url = "https://github.com/hackeyx/mini-dbank-project" + [[repo]] url = "https://github.com/hafezrouzati/presto" @@ -4374,6 +4768,9 @@ url = "https://github.com/Harianshsehgal/Notes-keeper-Dapp" [[repo]] url = "https://github.com/HariprakashKhp/dbank" +[[repo]] +url = "https://github.com/harish2020a/DKeeper-DApp" + [[repo]] url = "https://github.com/Harrolee/internetcomputer_demo" @@ -4392,6 +4789,12 @@ url = "https://github.com/harshbaz/required-field-error-reproduction" [[repo]] url = "https://github.com/harshchandrakar/icp-motoko-web3.0" +[[repo]] +url = "https://github.com/harshikagoyal14/Crypto-token" + +[[repo]] +url = "https://github.com/harshit-dugar/DBank" + [[repo]] url = "https://github.com/Harshit004/da-bank" @@ -4501,6 +4904,9 @@ url = "https://github.com/herumi/ecdsa-motoko" [[repo]] url = "https://github.com/herumi/misc" +[[repo]] +url = "https://github.com/heydoyouknowme0/notes-web3" + [[repo]] url = "https://github.com/heyulan0112/DBank" @@ -4617,6 +5023,9 @@ url = "https://github.com/hokosugi/test_fleek_githubAction" [[repo]] url = "https://github.com/holykol/ic-regex" +[[repo]] +url = "https://github.com/holykol/icrc7" + [[repo]] url = "https://github.com/Hookypoo/NFT-marketplace" @@ -4635,6 +5044,9 @@ url = "https://github.com/hoosan/mo-cron" [[repo]] url = "https://github.com/horford/harryorford-portfolio" +[[repo]] +url = "https://github.com/horizonx-tech/evm-proof-verifier-motoko" + [[repo]] url = "https://github.com/HorseXInsectCoder/ic-practice" @@ -4725,6 +5137,25 @@ url = "https://github.com/i-usman-akram/IC-Projects" [[repo]] url = "https://github.com/i-usman-akram/nft-opend-marketplace" +[[repo]] +url = "https://github.com/iamenochchirima/ckbtc" + +[[repo]] +url = "https://github.com/iamenochchirima/ic-websockets-pingpong-mo" + +[[repo]] +url = "https://github.com/iamenochchirima/nexusblogs" + +[[repo]] +url = "https://github.com/iamenochchirima/nexuschats-motoko" +missing = true + +[[repo]] +url = "https://github.com/iamenochchirima/websockets-motoko" + +[[repo]] +url = "https://github.com/Iamknownasfesal/bitacle" + [[repo]] url = "https://github.com/iamneo-production/e56d7859-c352-4121-a316-9cc28a3d229c" @@ -4740,6 +5171,9 @@ url = "https://github.com/iamravi1/nft-dfinity" [[repo]] url = "https://github.com/iamravi1/token-dfinity" +[[repo]] +url = "https://github.com/iamsiddhu3007/mydbank" + [[repo]] url = "https://github.com/ianblenke/ianblenkedfinityblog" @@ -4828,6 +5262,9 @@ url = "https://github.com/IC-Web3D-Engine/Web3D-Engine-core" [[repo]] url = "https://github.com/ic1101-iusd/aenos" +[[repo]] +url = "https://github.com/ic4j/ic4j-codegen" + [[repo]] url = "https://github.com/ICassiopeia/IC-Dapp" @@ -4894,9 +5331,15 @@ url = "https://github.com/iclighthouse/DRC_standards" [[repo]] url = "https://github.com/iclighthouse/ICDex" +[[repo]] +url = "https://github.com/iclighthouse/icETH" + [[repo]] url = "https://github.com/iclighthouse/ICMonitor" +[[repo]] +url = "https://github.com/iclighthouse/icRouter" + [[repo]] url = "https://github.com/iclighthouse/ICTC" @@ -4915,6 +5358,9 @@ url = "https://github.com/icopen/lightic" [[repo]] url = "https://github.com/ICP-Foundation/helloworld" +[[repo]] +url = "https://github.com/ICP-Latam/ICP-Developer" + [[repo]] url = "https://github.com/icp-refi/cfc-test" @@ -4965,6 +5411,19 @@ url = "https://github.com/icpipeline-framework/uplink-beta" [[repo]] url = "https://github.com/icpjesse/hello" +[[repo]] +url = "https://github.com/icppWorld/icpp-demos" + +[[repo]] +url = "https://github.com/icppWorld/icpp-free" +missing = true + +[[repo]] +url = "https://github.com/icppWorld/icpp-pro" + +[[repo]] +url = "https://github.com/icppWorld/icpp_llm" + [[repo]] url = "https://github.com/ICPSpider/challenges" @@ -5115,12 +5574,19 @@ url = "https://github.com/infu/athena-protocol" [[repo]] url = "https://github.com/infu/aulareward" +[[repo]] +url = "https://github.com/infu/bug_x_weird" +missing = true + [[repo]] url = "https://github.com/infu/HashMapArray" [[repo]] url = "https://github.com/infu/icblast" +[[repo]] +url = "https://github.com/infu/internet-computer-start" + [[repo]] url = "https://github.com/infu/motoko_jazz" @@ -5169,6 +5635,12 @@ url = "https://github.com/internet-computer-dev/ascii-dao" [[repo]] url = "https://github.com/internet-computer-dev/motokobootcamp2023" +[[repo]] +url = "https://github.com/internet-computer-protocol/ic-eth-rpc" + +[[repo]] +url = "https://github.com/internet-computer-protocol/rustic" + [[repo]] url = "https://github.com/Internet-Computer-Services/SQS" @@ -5223,12 +5695,21 @@ url = "https://github.com/inviscidpixels/hello_icp" [[repo]] url = "https://github.com/InvokerMaster/ic" +[[repo]] +url = "https://github.com/iOchando/ICConnect" + +[[repo]] +url = "https://github.com/iOchando/makotoKun" + [[repo]] url = "https://github.com/ioustamora/smorf" [[repo]] url = "https://github.com/ipfsnut/dfinity.examples" +[[repo]] +url = "https://github.com/ireckless03/dBank" + [[repo]] url = "https://github.com/ishaaqziyan/MotokoBootCampSub" @@ -5238,6 +5719,9 @@ url = "https://github.com/Ishan-creed/Dkeeper1" [[repo]] url = "https://github.com/Ishitsu2111/lttleboys" +[[repo]] +url = "https://github.com/Ishmael-Chepsoi/DBANK" + [[repo]] url = "https://github.com/islamzedd/DFaucet" @@ -5256,6 +5740,9 @@ url = "https://github.com/ITclimbing/dfinity_learn_004" [[repo]] url = "https://github.com/ITclimbing/dfinity_learn_005" +[[repo]] +url = "https://github.com/itsleonardog/dkeeper" + [[repo]] url = "https://github.com/ItsWachira/DeFi-DApp-Protocol" @@ -5275,7 +5762,16 @@ url = "https://github.com/ivanlele/bridge" url = "https://github.com/ivanlele/ic-contract" [[repo]] -url = "https://github.com/j-mendez/zelephant" +url = "https://github.com/ivanlele/ic-dl-utils" + +[[repo]] +url = "https://github.com/ivanlele/ic-web3-rs" + +[[repo]] +url = "https://github.com/IvyZayn/DKeeper-Decentralized-WebApp" + +[[repo]] +url = "https://github.com/j-mendez/zelephant" [[repo]] url = "https://github.com/J0K3Rn/DBank" @@ -5340,6 +5836,9 @@ url = "https://github.com/jaiminocha/NFT-ecommerce" [[repo]] url = "https://github.com/jaiminocha/Web-3-token" +[[repo]] +url = "https://github.com/Jainam-patel26/keep_notes" + [[repo]] url = "https://github.com/jaisuriya97/Motoko_Simple_Calculator" @@ -5349,6 +5848,21 @@ url = "https://github.com/jake-beardo/internet-computer-hello-world" [[repo]] url = "https://github.com/jakepeg/doo-coins" +[[repo]] +url = "https://github.com/JakubWojtkowski/dsurv" + +[[repo]] +url = "https://github.com/JakubWojtkowski/first_dapp-DBANK" + +[[repo]] +url = "https://github.com/JakubWojtkowski/Keeper-app_v2" + +[[repo]] +url = "https://github.com/JakubWojtkowski/opend" + +[[repo]] +url = "https://github.com/jamesbeadle/OpenFPL" + [[repo]] url = "https://github.com/JamesLo-fad/Crypto-Token-DSpartan" @@ -5376,6 +5890,9 @@ url = "https://github.com/janschu/igc_tools" [[repo]] url = "https://github.com/janusdotai/dfinity_hello" +[[repo]] +url = "https://github.com/janusdotai/slick-checkout" + [[repo]] url = "https://github.com/Japan-DAO-Association/extendable-token" @@ -5397,6 +5914,12 @@ url = "https://github.com/JasonLim1009/DApp-NFT" [[repo]] url = "https://github.com/jasonzyl/ic-example" +[[repo]] +url = "https://github.com/jatinkumarverma/DBank" + +[[repo]] +url = "https://github.com/jatinkumarverma/OpenD-NFT-Marketplace" + [[repo]] url = "https://github.com/JavierBustamanteV/motoko_bootcamp" @@ -5436,12 +5959,18 @@ url = "https://github.com/jbarber34/LokiToken" [[repo]] url = "https://github.com/jbarber34/WebDev-Bootcamp" +[[repo]] +url = "https://github.com/Jcgonzalezv/MotokoBootcamp" + [[repo]] url = "https://github.com/jdk-sal3/challenges" [[repo]] url = "https://github.com/jdk-sal3/motoko_hello" +[[repo]] +url = "https://github.com/jennifertrin/ICEthereumGuide" + [[repo]] url = "https://github.com/JennySnyk/ic" @@ -5499,6 +6028,9 @@ url = "https://github.com/Jevy-Lee/motoko_test5" [[repo]] url = "https://github.com/Jevy-Lee/my_counter" +[[repo]] +url = "https://github.com/JhiNResH/dbank" + [[repo]] url = "https://github.com/jiangweifeng/microblog" @@ -5517,6 +6049,12 @@ url = "https://github.com/JingJingZhang9/I2-code" [[repo]] url = "https://github.com/jinhuaio/icp-study" +[[repo]] +url = "https://github.com/jistro/cursos_en_blockchain_y_web3" + +[[repo]] +url = "https://github.com/jistro/ICPoaps" + [[repo]] url = "https://github.com/JJLiaoCheng/coursework1_1" @@ -5577,6 +6115,9 @@ url = "https://github.com/jo-mut/Nasisi" [[repo]] url = "https://github.com/jo-mut/Scribes" +[[repo]] +url = "https://github.com/JoE11-y/Lottery-Canister" + [[repo]] url = "https://github.com/Joe95-ux/Hello" @@ -5610,6 +6151,9 @@ url = "https://github.com/johnkruger37/learn-internetcomputer" [[repo]] url = "https://github.com/johnsuico/dbank-tut" +[[repo]] +url = "https://github.com/johnwesily/IPC-todolist" + [[repo]] url = "https://github.com/jonshvn/challenges" @@ -5676,6 +6220,9 @@ url = "https://github.com/jorgenbuilder/ic-inspector" [[repo]] url = "https://github.com/jorgenbuilder/icsw" +[[repo]] +url = "https://github.com/jorgenbuilder/ictool" + [[repo]] url = "https://github.com/jorgenbuilder/motoko-boilerplate" @@ -5727,6 +6274,9 @@ url = "https://github.com/jplevyak/ic-token" [[repo]] url = "https://github.com/jplevyak/ic-web3" +[[repo]] +url = "https://github.com/jplevyak/iceth" + [[repo]] url = "https://github.com/jplevyak/sdk" @@ -5742,12 +6292,21 @@ url = "https://github.com/jsuisjuan/decentralized-keeper-app" [[repo]] url = "https://github.com/Jsunmin/my-first-blockchain" +[[repo]] +url = "https://github.com/juanetchart29/mbc-enrollment" + +[[repo]] +url = "https://github.com/juanetchart29/Motoko_Bootcamp2023" + [[repo]] url = "https://github.com/juanse0529/mbc2023-enrollment" [[repo]] url = "https://github.com/jucasoliveira/dWiki" +[[repo]] +url = "https://github.com/juliandebra/mbc2023-enrollment" + [[repo]] url = "https://github.com/julianjelfs/ic-todo" @@ -5766,6 +6325,9 @@ url = "https://github.com/Julius170/phit-coin" [[repo]] url = "https://github.com/junkei-okinawa/icp_basic_dex" +[[repo]] +url = "https://github.com/junkei-okinawa/ii_auth_with_nextjs" + [[repo]] url = "https://github.com/junkei-okinawa/internet-computer-rust-hello" @@ -5778,6 +6340,9 @@ url = "https://github.com/junweif2/TinTin-Advanced-Course" [[repo]] url = "https://github.com/junweif2/TinTin-Primary-Course" +[[repo]] +url = "https://github.com/JupiterM/Angular16Motoko" + [[repo]] url = "https://github.com/justinwang-ubc/create-Crypto-Token-on-ICP-and-build-the-web" @@ -5799,6 +6364,9 @@ url = "https://github.com/Justo28/motokobootcamp" [[repo]] url = "https://github.com/jwiegley/quill" +[[repo]] +url = "https://github.com/K1297/TaleBlox" + [[repo]] url = "https://github.com/kadirchan/Enrollment" @@ -5823,6 +6391,12 @@ url = "https://github.com/kalpitjain/Dossier" [[repo]] url = "https://github.com/kalpitjain/Dossier-Finance" +[[repo]] +url = "https://github.com/kalpitjain/Dossier_UR_Hackathon" + +[[repo]] +url = "https://github.com/kamalbuilds/BRAM" + [[repo]] url = "https://github.com/KanishkaEkanayaka/first_project" @@ -5841,6 +6415,9 @@ url = "https://github.com/KaranjitSaha/MyTokens-IC" [[repo]] url = "https://github.com/karankashyap04/web-dev-projects" +[[repo]] +url = "https://github.com/kararalzawaid/blockchain-bank" + [[repo]] url = "https://github.com/karimdabbouz/ic-demo-karimooo" @@ -5853,6 +6430,9 @@ url = "https://github.com/karimdabbouz/motokobootcamp2023-coreproject" [[repo]] url = "https://github.com/karimdabbouz/nu-s" +[[repo]] +url = "https://github.com/kavindu-prabhashitha/DApp" + [[repo]] url = "https://github.com/kavishkamk/TestWebProjects" @@ -5923,6 +6503,9 @@ url = "https://github.com/kelsa2022/mvp" [[repo]] url = "https://github.com/KenAtopos/blockchain_Dbank" +[[repo]] +url = "https://github.com/Kenneth-Cho-W3/Simple-DAO" + [[repo]] url = "https://github.com/kennyenguyen/dbank" @@ -5986,6 +6569,9 @@ url = "https://github.com/KevinTroyT/dank" [[repo]] url = "https://github.com/KevinTroyT/IC-Resume" +[[repo]] +url = "https://github.com/kevinYang0612/openSky" + [[repo]] url = "https://github.com/KevynTang/fyp" @@ -6061,6 +6647,15 @@ url = "https://github.com/kingbsby/icp_second_lesson" [[repo]] url = "https://github.com/kingbsby/icp_third_lesson" +[[repo]] +url = "https://github.com/kinicdao/kindb" + +[[repo]] +url = "https://github.com/Kinyabundi/ICP-Job-Board" + +[[repo]] +url = "https://github.com/kiran141421/smartCoin-Bank" + [[repo]] url = "https://github.com/KiranR1605/dbank" @@ -6076,9 +6671,15 @@ url = "https://github.com/Kirsky0/cloud-file" [[repo]] url = "https://github.com/Kirsky0/ruslqite-ic-crud" +[[repo]] +url = "https://github.com/kirtisikka1211/web3" + [[repo]] url = "https://github.com/KishkinJ10/OpenD-NFT" +[[repo]] +url = "https://github.com/kismiapp/KISMI.APP" + [[repo]] url = "https://github.com/kizzafredrichkibalama/hello-motoko" @@ -6136,6 +6737,10 @@ url = "https://github.com/Koeppen42/NFT-MarketPlace" [[repo]] url = "https://github.com/Koksi-cyber/Ratels-front-end" +[[repo]] +url = "https://github.com/KompeteKeeda/kk-fe" +missing = true + [[repo]] url = "https://github.com/KOSASIH/Ontics" @@ -6145,9 +6750,30 @@ url = "https://github.com/koushik172/NFT-Marketplace-project" [[repo]] url = "https://github.com/KowalewskiPawel/IPC-Rust-Test-Project" +[[repo]] +url = "https://github.com/krishcodz/BankWebApp-blockchain" + +[[repo]] +url = "https://github.com/krishcodz/DToken_Manager" + +[[repo]] +url = "https://github.com/krishcodz/Notes-keeper-V2" + [[repo]] url = "https://github.com/krishnanath/blockchain-sigularity" +[[repo]] +url = "https://github.com/kristians-kuhta/task_manager" + +[[repo]] +url = "https://github.com/kristofenyi/mbc-enrollment" + +[[repo]] +url = "https://github.com/kristofenyi/motoko-calculator" + +[[repo]] +url = "https://github.com/kristoferlund/ic-pos" + [[repo]] url = "https://github.com/kristoferlund/ic-wall" @@ -6193,6 +6819,9 @@ url = "https://github.com/kritzcreek/motoko-text-map" [[repo]] url = "https://github.com/kritzcreek/ps_canister" +[[repo]] +url = "https://github.com/krpeacock/access-control-tutorial" + [[repo]] url = "https://github.com/krpeacock/accountidentifier-gui" @@ -6208,9 +6837,15 @@ url = "https://github.com/krpeacock/azle" [[repo]] url = "https://github.com/krpeacock/azle-fork" +[[repo]] +url = "https://github.com/krpeacock/c2pa-ic-example" + [[repo]] url = "https://github.com/krpeacock/candid" +[[repo]] +url = "https://github.com/krpeacock/canister_control" + [[repo]] url = "https://github.com/krpeacock/canister_status" @@ -6277,6 +6912,9 @@ url = "https://github.com/krpeacock/ic-avatar-samples" [[repo]] url = "https://github.com/krpeacock/ic-electron-react" +[[repo]] +url = "https://github.com/krpeacock/ic-expo-mvp" + [[repo]] url = "https://github.com/krpeacock/ic-static-minimal" @@ -6340,6 +6978,9 @@ url = "https://github.com/Kseboka/DBank" [[repo]] url = "https://github.com/Kseboka/First-DApp" +[[repo]] +url = "https://github.com/KTK27YT/DToken" + [[repo]] url = "https://github.com/kuchmenko/RNDfinity" @@ -6352,9 +6993,18 @@ url = "https://github.com/kun-g/ICP_HW_01" [[repo]] url = "https://github.com/kunal266/icp-projects" +[[repo]] +url = "https://github.com/kunalkashyap-1/dBank" + [[repo]] url = "https://github.com/kunalramharyani/CS-Projects" +[[repo]] +url = "https://github.com/kunle-coded/opend" + +[[repo]] +url = "https://github.com/kunle-coded/token" + [[repo]] url = "https://github.com/Kunniii/sapphire_chickens_project" @@ -6448,6 +7098,12 @@ url = "https://github.com/lanny321/Dbank" [[repo]] url = "https://github.com/lanny321/DBank-Project" +[[repo]] +url = "https://github.com/laodeshaldanfalih/DBank" + +[[repo]] +url = "https://github.com/lapd87/IC-tracker" + [[repo]] url = "https://github.com/laporte727/icp-tester" @@ -6614,6 +7270,9 @@ url = "https://github.com/letmejustputthishere/asset-manager-example" [[repo]] url = "https://github.com/letmejustputthishere/azle" +[[repo]] +url = "https://github.com/letmejustputthishere/ckbtc-payments" + [[repo]] url = "https://github.com/letmejustputthishere/entrepot-app" @@ -6638,6 +7297,9 @@ url = "https://github.com/letmejustputthishere/svelte-vite-ts-tailwind-postcss-d [[repo]] url = "https://github.com/letmejustputthishere/tachikoma" +[[repo]] +url = "https://github.com/levifeldman/canister-tools" + [[repo]] url = "https://github.com/levifeldman/ic_tools_dart" @@ -6650,6 +7312,9 @@ url = "https://github.com/lewmen/motokobootcamp2023" [[repo]] url = "https://github.com/LexiccLabs/ChaacNet" +[[repo]] +url = "https://github.com/Lexxlinks/ICP-Motoko-Projects" + [[repo]] url = "https://github.com/Lexxlinks/Motoko_Hi" @@ -6770,9 +7435,18 @@ url = "https://github.com/lotto220/dynamic_canisters" [[repo]] url = "https://github.com/lotto220/QOI" +[[repo]] +url = "https://github.com/Louie250/Hackathon-Website-to-Internet-Computer" + +[[repo]] +url = "https://github.com/Louis-XWB/ICP_Web3Jobs" + [[repo]] url = "https://github.com/LouisAldorio/ic-projects" +[[repo]] +url = "https://github.com/lovishtater/BankChain" + [[repo]] url = "https://github.com/LowFreeKey/BackUp" @@ -6806,6 +7480,12 @@ url = "https://github.com/lshoo/rust_deps" [[repo]] url = "https://github.com/ltdat1095/ltdblog" +[[repo]] +url = "https://github.com/luc-blaeser/auction" + +[[repo]] +url = "https://github.com/luc-blaeser/gcbench" + [[repo]] url = "https://github.com/Luca8991/motoko-bootcamp-enrollment" @@ -6903,6 +7583,9 @@ url = "https://github.com/lukasvozda/motoko-bootcamp-project" [[repo]] url = "https://github.com/lukasvozda/motoko_bootcamp_challenges" +[[repo]] +url = "https://github.com/lukasvozda/nostric" + [[repo]] url = "https://github.com/LukeHa2004/Decentralised-Finance-Dapp" @@ -7068,6 +7751,9 @@ url = "https://github.com/Maimoona-Qasmi-3/Keeper-App-Upgraded-Version" [[repo]] url = "https://github.com/Maimoona-Qasmi-3/NFT-Marketplace-" +[[repo]] +url = "https://github.com/mainakcs/dbank" + [[repo]] url = "https://github.com/MaithreyaSitaraman/secure_canister_communication_IC_blockchain" @@ -7119,6 +7805,9 @@ url = "https://github.com/manubodhi/miappetit-ic" [[repo]] url = "https://github.com/marc4gov/themole" +[[repo]] +url = "https://github.com/MarciiKai/ICP-Crud" + [[repo]] url = "https://github.com/marcos-paulo-holanda/dbank_app" @@ -7140,6 +7829,9 @@ url = "https://github.com/Marcus-Arcadius/dmail" [[repo]] url = "https://github.com/marguitech/Decentralized-BeginnerBank-with-Motoko" +[[repo]] +url = "https://github.com/marianobecchero/ICPDeveloperI" + [[repo]] url = "https://github.com/MariaSliufko/Dbank" @@ -7149,6 +7841,9 @@ url = "https://github.com/mariavasqueze/DBank_CompundInterestSimulator" [[repo]] url = "https://github.com/MarioDfinity/sns_ledger" +[[repo]] +url = "https://github.com/mariogarcia-ar/tco-icp-sales-chatbot" + [[repo]] url = "https://github.com/marionrobert/Decentralized-Finance-DApp" @@ -7210,6 +7905,9 @@ url = "https://github.com/massimoalbarello/omnia_wot_server" [[repo]] url = "https://github.com/Mateus-Henr/Web-Development-Course" +[[repo]] +url = "https://github.com/Matheun/icp-typescript-react-cannister" + [[repo]] url = "https://github.com/Matlor/challenge1" @@ -7246,6 +7944,9 @@ url = "https://github.com/matthewhammer/ic-mini-terminal" [[repo]] url = "https://github.com/matthewhammer/MirrorGarden" +[[repo]] +url = "https://github.com/matthewhammer/mo-tx" + [[repo]] url = "https://github.com/matthewhammer/mohammer" @@ -7297,6 +7998,9 @@ url = "https://github.com/Mavis2103/Template-Dfinity-React" [[repo]] url = "https://github.com/maxm271828/hello" +[[repo]] +url = "https://github.com/maxx6262/icp_wms" + [[repo]] url = "https://github.com/Mayank274-glitch/Motoko-Crud-Sdk" @@ -7366,6 +8070,15 @@ url = "https://github.com/MeherHassan/Token-FROM-SCRATCH" [[repo]] url = "https://github.com/mehmetYilmaz9/hello-world-motoko" +[[repo]] +url = "https://github.com/MelikeBolen1/ICP-Bootcamp-FinalCase" + +[[repo]] +url = "https://github.com/Melrain/React-Motoko-vite-template" + +[[repo]] +url = "https://github.com/Melrain/React_Motoko" + [[repo]] url = "https://github.com/meodai/internet-identity" @@ -7390,6 +8103,12 @@ url = "https://github.com/mertsahin89/motokobootcamp2023" [[repo]] url = "https://github.com/merttapik/Dkeeper" +[[repo]] +url = "https://github.com/MeryemKokdogan/icrbfinalprojectmrymkkdgn" + +[[repo]] +url = "https://github.com/metaforo/metaforo-icp" + [[repo]] url = "https://github.com/metaglide/mb" @@ -7429,12 +8148,27 @@ url = "https://github.com/MeyerMincode/motokobootcamp2023" [[repo]] url = "https://github.com/MeyerMincode/motokobootcamp2023-coreproject" +[[repo]] +url = "https://github.com/mgmetastudio/fishverse_dashboard" + [[repo]] url = "https://github.com/mhmemon444/blankspace" [[repo]] url = "https://github.com/MHuehn/supernova-submission" +[[repo]] +url = "https://github.com/miadey/Thai" + +[[repo]] +url = "https://github.com/MianUsamaIjaz/DBank" + +[[repo]] +url = "https://github.com/MianUsamaIjaz/My-Own-Cryptocurrency" + +[[repo]] +url = "https://github.com/MianUsamaIjaz/Open-Verse-NFT-Marketplace" + [[repo]] url = "https://github.com/MichaelMoriarty67/Fluffs-App" @@ -7493,6 +8227,9 @@ url = "https://github.com/mikaalnaik/DIP721-Soulbound" [[repo]] url = "https://github.com/mikaalnaik/soulbound-app" +[[repo]] +url = "https://github.com/mikececco/motoko-react-dkeeper" + [[repo]] url = "https://github.com/milindgoel15/dbank-web3" @@ -7535,6 +8272,9 @@ url = "https://github.com/MinhBui2002/dinfinity-template-clone" [[repo]] url = "https://github.com/minkhantwin/DBank" +[[repo]] +url = "https://github.com/minliamao/motokobootcamp-template" + [[repo]] url = "https://github.com/MintMW/BK_CAN" @@ -7560,7 +8300,10 @@ url = "https://github.com/misscreeptoe/pylon-tauri" url = "https://github.com/MITCHELLKURTZMAN/MemoappIC" [[repo]] -url = "https://github.com/MITCHELLKURTZMAN/motokobootcamp2023" +url = "https://github.com/MITCHELLKURTZMAN/MotokoBootCamp-Dashboard" + +[[repo]] +url = "https://github.com/MITCHELLKURTZMAN/motokobootcamp2023" [[repo]] url = "https://github.com/MITCHELLKURTZMAN/motokobootcamp2023-coreproject" @@ -7592,6 +8335,9 @@ url = "https://github.com/mLogicHub/my_motoko_project" [[repo]] url = "https://github.com/mLogicHub/myfirstICProject" +[[repo]] +url = "https://github.com/MLXVentures/mlxdata" + [[repo]] url = "https://github.com/mmarusyk/Educational-Projects" @@ -7601,6 +8347,9 @@ url = "https://github.com/MMAT30/dapp-dbank" [[repo]] url = "https://github.com/mNithik/dbank" +[[repo]] +url = "https://github.com/modclub-app/modclub_src" + [[repo]] url = "https://github.com/modclub-app/sdk" @@ -7610,6 +8359,12 @@ url = "https://github.com/mohammadfaizan410/finalNFT" [[repo]] url = "https://github.com/mohammadfaizan410/tokenICT" +[[repo]] +url = "https://github.com/Mohit-Kumar98/Buy-and-Sell-NFTs" + +[[repo]] +url = "https://github.com/Mohit-Kumar98/Web-3" + [[repo]] url = "https://github.com/mohith-venkata/ic-projects" @@ -7658,6 +8413,9 @@ url = "https://github.com/motobrew/dfinity" [[repo]] url = "https://github.com/motoko-bootcamp/bootcamp-2022" +[[repo]] +url = "https://github.com/motoko-bootcamp/bootcamp-dashboard" + [[repo]] url = "https://github.com/motokocc/mccsc" @@ -7670,6 +8428,10 @@ url = "https://github.com/Motokoder/memos" [[repo]] url = "https://github.com/Motokoder/seers-client" +[[repo]] +url = "https://github.com/MotokoKusanagii/mtbcord" +missing = true + [[repo]] url = "https://github.com/mourginakis/first_project" @@ -7754,6 +8516,9 @@ url = "https://github.com/mrnmkmn/MotokoBootcamp-DailyChallenges" [[repo]] url = "https://github.com/MrPink7766/Explore_Hello" +[[repo]] +url = "https://github.com/mruganshi/NFTVerse" + [[repo]] url = "https://github.com/MrWoo034/dfinity-sdk" @@ -7778,6 +8543,9 @@ url = "https://github.com/mslavan/motokobootcamp2023" [[repo]] url = "https://github.com/mslavan/motokobootcamp2023-coreproject" +[[repo]] +url = "https://github.com/msrisujan/Web-Devlopment" + [[repo]] url = "https://github.com/mstrasinskis/surveys-test-dapp" @@ -7796,6 +8564,9 @@ url = "https://github.com/muchpaul/motoko_day_5" [[repo]] url = "https://github.com/mudittt/webdev-bootcamp" +[[repo]] +url = "https://github.com/Mujhtech/icp-event-ticket" + [[repo]] url = "https://github.com/mujtaba1747/ic-nft-game" @@ -7820,6 +8591,9 @@ url = "https://github.com/muratakdag/NFT-Marketplace" [[repo]] url = "https://github.com/MurielPinho/Zweeter" +[[repo]] +url = "https://github.com/murmrr/Icychat" + [[repo]] url = "https://github.com/murmrr/IcychatBackend" @@ -7841,9 +8615,21 @@ url = "https://github.com/MuteWhale/microblog" [[repo]] url = "https://github.com/Muz1997/dbank" +[[repo]] +url = "https://github.com/Muzammil-cyber/dbank" + +[[repo]] +url = "https://github.com/Muzammil-cyber/dtoken" + +[[repo]] +url = "https://github.com/Muzammil-cyber/opNFT" + [[repo]] url = "https://github.com/Muzikanto/icp-hello" +[[repo]] +url = "https://github.com/MVelascoWS/NFTonChain" + [[repo]] url = "https://github.com/mxiang04/cryptotoken" @@ -7865,6 +8651,9 @@ url = "https://github.com/mymikemiller/gather_old" [[repo]] url = "https://github.com/mymikemiller/videate" +[[repo]] +url = "https://github.com/mystical-prog/irsc" + [[repo]] url = "https://github.com/mz462/day2" @@ -7889,6 +8678,9 @@ url = "https://github.com/n15e/mokoto-bootcamp-hello" [[repo]] url = "https://github.com/nahrinoda/dear-diary" +[[repo]] +url = "https://github.com/naieliloeblein1/NFT-Marketplace" + [[repo]] url = "https://github.com/nam0612/motoko-practice-changllen" @@ -7961,6 +8753,9 @@ url = "https://github.com/nathanosdev/pylon" [[repo]] url = "https://github.com/nathanosdev/taggr" +[[repo]] +url = "https://github.com/nativeanish/tweet_icp" + [[repo]] url = "https://github.com/NatLabs/moh" @@ -7976,9 +8771,15 @@ url = "https://github.com/NEBCLab/exp" [[repo]] url = "https://github.com/NEBCLab/Raver" +[[repo]] +url = "https://github.com/neeboo/agent-js-fork" + [[repo]] url = "https://github.com/neeboo/agent_dart_auth_example" +[[repo]] +url = "https://github.com/neeboo/ethtent" + [[repo]] url = "https://github.com/neeboo/ic-swc-template" @@ -8039,6 +8840,12 @@ url = "https://github.com/NeutronStarPRO/WeBlog" [[repo]] url = "https://github.com/NeutronStarPRO/WorkLove" +[[repo]] +url = "https://github.com/NewbMiao/dfx_react_template" + +[[repo]] +url = "https://github.com/NewbMiao/dvote" + [[repo]] url = "https://github.com/newfuture33/ic-blockchain" @@ -8048,6 +8855,9 @@ url = "https://github.com/Nexai-app/nexi-v1" [[repo]] url = "https://github.com/NFoithong/My-first-Defi-Decentralised-Finance-DApp-DBANK" +[[repo]] +url = "https://github.com/NFoithong/NFT-marketplace-project01" + [[repo]] url = "https://github.com/NFPTU/dfinity-fu" @@ -8063,6 +8873,9 @@ url = "https://github.com/NFT-Portal/examples" [[repo]] url = "https://github.com/NFT-team/creatures" +[[repo]] +url = "https://github.com/nftstudio-24/nftstudio24-ICP" + [[repo]] url = "https://github.com/nghiavoinit/Challenge" @@ -8111,12 +8924,18 @@ url = "https://github.com/nhpham27/dkeeper" [[repo]] url = "https://github.com/NiamhSpingies/The-Vault" +[[repo]] +url = "https://github.com/nickcen/btc_lite_wallet" + [[repo]] url = "https://github.com/nickyqin/Note-Keeper-DApp" [[repo]] url = "https://github.com/Nico3270/Motoko-App" +[[repo]] +url = "https://github.com/NidNidhogg/dbanxter" + [[repo]] url = "https://github.com/niel-git/ic-bets" @@ -8135,6 +8954,9 @@ url = "https://github.com/nigsdev/ic-token" [[repo]] url = "https://github.com/nijna/polaris" +[[repo]] +url = "https://github.com/Nikhil-gna/Dbank" + [[repo]] url = "https://github.com/nikhil-p21/NFT_MarketPlace" @@ -8270,12 +9092,18 @@ url = "https://github.com/nnatroo/dbank-app" [[repo]] url = "https://github.com/NnsDao/dao_manager" +[[repo]] +url = "https://github.com/NnsDao/ddz-fe" + [[repo]] url = "https://github.com/NnsDao/Dfinity-React-Typescript-tailwind2" [[repo]] url = "https://github.com/NnsDao/dfinity-sdk-docs" +[[repo]] +url = "https://github.com/NnsDao/icgames" + [[repo]] url = "https://github.com/NnsDao/icpdrops" @@ -8321,9 +9149,15 @@ url = "https://github.com/NnsDao/nnsdao-org" [[repo]] url = "https://github.com/NnsDao/nnsdao_sdk" +[[repo]] +url = "https://github.com/NnsDao/Nnsocial" + [[repo]] url = "https://github.com/NnsDao/nomos-v1" +[[repo]] +url = "https://github.com/NnsDao/podcast-fe" + [[repo]] url = "https://github.com/NnsDao/promotion" @@ -8405,6 +9239,9 @@ url = "https://github.com/nry0629/ii_client_sample" [[repo]] url = "https://github.com/nwakaku/creatie-nft" +[[repo]] +url = "https://github.com/nx-fi/nx-governance" + [[repo]] url = "https://github.com/nzoghb/ic-kanban" @@ -8507,6 +9344,9 @@ url = "https://github.com/oelhakan/DBank" [[repo]] url = "https://github.com/oelhakan/DKeeper" +[[repo]] +url = "https://github.com/oggy-dfin/lob" + [[repo]] url = "https://github.com/oggy-dfin/mini-ledger" @@ -8516,9 +9356,15 @@ url = "https://github.com/oggy-dfin/nfo-sketch" [[repo]] url = "https://github.com/Ojeyin/motoko-bootcamp" +[[repo]] +url = "https://github.com/OkolieOKS234/Blockchain_Notes_App" + [[repo]] url = "https://github.com/OkolieOKS234/myBank" +[[repo]] +url = "https://github.com/OkolieOKS234/Oak_Coin" + [[repo]] url = "https://github.com/olaszakos/candao-pr-demo" @@ -8528,6 +9374,12 @@ url = "https://github.com/oletizi/dfinity-hello" [[repo]] url = "https://github.com/olfrank/test2" +[[repo]] +url = "https://github.com/OliverC96/WebDev-Projects" + +[[repo]] +url = "https://github.com/OliverMengich/students-app-canister" + [[repo]] url = "https://github.com/OluseunDesina/dbank" @@ -8598,6 +9450,9 @@ url = "https://github.com/OriginalLight/ZkTony" [[repo]] url = "https://github.com/ortmasiu/CompoundApp" +[[repo]] +url = "https://github.com/Oscda1/Battleship" + [[repo]] url = "https://github.com/Ostix626/Motoko-Bootcamp" @@ -8616,6 +9471,9 @@ url = "https://github.com/OyinloluB/Rust-ic-token" [[repo]] url = "https://github.com/ozkangurhan/motokobootcamp2023" +[[repo]] +url = "https://github.com/ozo-vehe/recipe-canister" + [[repo]] url = "https://github.com/OZT92/Dkeeper" @@ -8700,6 +9558,9 @@ url = "https://github.com/panacloud-modern-global-apps/internet-computer-motoko" [[repo]] url = "https://github.com/panch8/mbc-enrollment" +[[repo]] +url = "https://github.com/panch8/theNoReasonDAO" + [[repo]] url = "https://github.com/pandeyom331/Open-D" @@ -8712,21 +9573,36 @@ url = "https://github.com/panlinnuo/mysite" [[repo]] url = "https://github.com/pao0318/IC_motoko" +[[repo]] +url = "https://github.com/pardeep5516/notes" + [[repo]] url = "https://github.com/paritosh22777/DKeeper" +[[repo]] +url = "https://github.com/PartageProtocol/partage-icp" + [[repo]] url = "https://github.com/parth-atara/Crypto-token-and-NFT-marketplace" [[repo]] url = "https://github.com/Parth0921/nft-MarketPlace" +[[repo]] +url = "https://github.com/parthpatel021/DBank" + [[repo]] url = "https://github.com/particl-protocol/contracts" [[repo]] url = "https://github.com/patnorris/dao_bootcamp" +[[repo]] +url = "https://github.com/patnorris/DecentralizedAIonIC" + +[[repo]] +url = "https://github.com/patnorris/FutureWebInitiative" + [[repo]] url = "https://github.com/patnorris/hellomotokobootcamp" @@ -8928,6 +9804,9 @@ url = "https://github.com/picsoung/doap-dfinity" [[repo]] url = "https://github.com/picsoung/motokobootcamp_firstproject" +[[repo]] +url = "https://github.com/piercing-wind/sci_fi" + [[repo]] url = "https://github.com/pinillation96/mbc2023-enrollment" @@ -9021,9 +9900,24 @@ url = "https://github.com/Prajjwal2210/myTBook-web3H" [[repo]] url = "https://github.com/Prakaiprajit/The-Complete-2022-Web-Development-Bootcamp" +[[repo]] +url = "https://github.com/pramitgaha/ic-rand" + +[[repo]] +url = "https://github.com/pramitgaha/icrc" + +[[repo]] +url = "https://github.com/pramitgaha/icrc7" + +[[repo]] +url = "https://github.com/pramitgaha/map_error" + [[repo]] url = "https://github.com/pramitgaha/Post-wall" +[[repo]] +url = "https://github.com/pramitgaha/upload_file_rs" + [[repo]] url = "https://github.com/Pranavnk15/opend" @@ -9036,15 +9930,30 @@ url = "https://github.com/pranjal-barnwal/pranjal-crypts" [[repo]] url = "https://github.com/PrashantBtkl/coterie" +[[repo]] +url = "https://github.com/prathamesh-mutkure/blockchain-health-record-sys" + [[repo]] url = "https://github.com/prathamesh-mutkure/web3-learn" +[[repo]] +url = "https://github.com/PRATHAMESHG1234/blockchain_in_motoko_ICP" + [[repo]] url = "https://github.com/precise-charmerr/ic-projects" [[repo]] url = "https://github.com/predykat/predykat_bitcoin_bridge" +[[repo]] +url = "https://github.com/prince-sunsara/DApp-with-react-module" + +[[repo]] +url = "https://github.com/prince-sunsara/first-web3-app-dbank" + +[[repo]] +url = "https://github.com/Prince5407/Dbank" + [[repo]] url = "https://github.com/Prince921/Videate" @@ -9129,6 +10038,12 @@ url = "https://github.com/psp3075/Dapp-hello" [[repo]] url = "https://github.com/psukhovii/rozetta" +[[repo]] +url = "https://github.com/pu0238/pluto" + +[[repo]] +url = "https://github.com/pu0238/vote-me" + [[repo]] url = "https://github.com/pugsneverdie/day_1_motoko" @@ -9234,9 +10149,15 @@ url = "https://github.com/ququzone/icp_course" [[repo]] url = "https://github.com/qwerty1249/dbank" +[[repo]] +url = "https://github.com/rabbithole-app/rabbithole" + [[repo]] url = "https://github.com/rachelimedvedev/dbankapp" +[[repo]] +url = "https://github.com/RachitJain959/OpenD" + [[repo]] url = "https://github.com/Raduc4/azle" @@ -9249,6 +10170,9 @@ url = "https://github.com/RafaBlockDev/Personsal-Web3-Projects" [[repo]] url = "https://github.com/RafaelOliveiraTinoco/the-complete-2023-web-development-bootcamp" +[[repo]] +url = "https://github.com/raghav-rama/betting-raja-icp" + [[repo]] url = "https://github.com/ragpatel8742/file_uploader" @@ -9258,6 +10182,9 @@ url = "https://github.com/Rahul8320/dbank-icProject" [[repo]] url = "https://github.com/rahulkolage/dbank" +[[repo]] +url = "https://github.com/rahulRoy123-rvce/final" + [[repo]] url = "https://github.com/rahulthakkar796/mbc-enrollment" @@ -9270,9 +10197,15 @@ url = "https://github.com/RaikhanImanbay/dkeeper_app" [[repo]] url = "https://github.com/raj2609/Digital-crypto-token" +[[repo]] +url = "https://github.com/Rajan2217/DANG-Crypto-Token" + [[repo]] url = "https://github.com/RajBhattacharyya/Web3.0-DBank" +[[repo]] +url = "https://github.com/rajdeep7Singh/icp_multisig" + [[repo]] url = "https://github.com/RajeshRk18/first-canister-icp" missing = true @@ -9280,6 +10213,12 @@ missing = true [[repo]] url = "https://github.com/rajtomarmanitcse/dbank" +[[repo]] +url = "https://github.com/rakesh-508/Blockchain-Motoko" + +[[repo]] +url = "https://github.com/Raktim-Bhuyan/Hello-InternetComputer" + [[repo]] url = "https://github.com/ramonne69/dfinity_ninegua" @@ -9308,6 +10247,9 @@ url = "https://github.com/ratelsapp/ratels-wallet" [[repo]] url = "https://github.com/ratelsapp/ratels-web" +[[repo]] +url = "https://github.com/ratemolewis/DKeeper_Motoko" + [[repo]] url = "https://github.com/ratikantmohanta/dbank" @@ -9353,6 +10295,9 @@ url = "https://github.com/raymondbonnmendoza/hello" [[repo]] url = "https://github.com/raymondbonnmendoza/ICNerds" +[[repo]] +url = "https://github.com/rayyan21d/dBank" + [[repo]] url = "https://github.com/rbcuellar98/Lister" @@ -9389,6 +10334,9 @@ url = "https://github.com/rdiaz82/dfinity_cqrs_example" [[repo]] url = "https://github.com/rdobrik/dfinity-agent" +[[repo]] +url = "https://github.com/Realkayzee/vote-canister" + [[repo]] url = "https://github.com/receronp/meme-wall-mbc-2023" @@ -9401,6 +10349,12 @@ url = "https://github.com/reeshi781/token" [[repo]] url = "https://github.com/RejoiceOwoh/Hello-Motoko" +[[repo]] +url = "https://github.com/RejoiceOwoh/REJDBank" + +[[repo]] +url = "https://github.com/relinkd/ssi_icp_scheme" + [[repo]] url = "https://github.com/renartlabsicp/ICLand" @@ -9416,6 +10370,9 @@ url = "https://github.com/renlulu/multi-canister-mo" [[repo]] url = "https://github.com/RES-lab/sample-project" +[[repo]] +url = "https://github.com/research-ag/swb" + [[repo]] url = "https://github.com/Revenue-Sharing/Stoic-Wallet-Clone" @@ -9479,6 +10436,9 @@ url = "https://github.com/Rickofeng223/OpenNFT" [[repo]] url = "https://github.com/RickyShiJs/ic" +[[repo]] +url = "https://github.com/ridoio/rido-contract" + [[repo]] url = "https://github.com/rikonor/icx-proxy" @@ -9581,6 +10541,9 @@ url = "https://github.com/rkimo/challenges" [[repo]] url = "https://github.com/rkimo/mokoto-hello" +[[repo]] +url = "https://github.com/rncrmn/auth-client" + [[repo]] url = "https://github.com/rncrmn/nooted" @@ -9590,6 +10553,12 @@ url = "https://github.com/roald-av8/motokobc_enrollment" [[repo]] url = "https://github.com/roald-av8/motokobootcamp2023" +[[repo]] +url = "https://github.com/Roberta-Freitas/dbank-web3-app" + +[[repo]] +url = "https://github.com/Roberta-Freitas/dkeeper" + [[repo]] url = "https://github.com/robin-kunzler/portal" @@ -9636,6 +10605,9 @@ missing = true [[repo]] url = "https://github.com/roger-rangel/Token_Internet_Computer" +[[repo]] +url = "https://github.com/roger-rangel/vibeverse" + [[repo]] url = "https://github.com/rogerzrk/dkeeper" @@ -9753,6 +10725,9 @@ url = "https://github.com/rvanasa/portal" [[repo]] url = "https://github.com/rvanasa/react-candid" +[[repo]] +url = "https://github.com/rvanasa/vite-react-ic-rust" + [[repo]] url = "https://github.com/rvanasa/vite-react-motoko" @@ -9840,6 +10815,9 @@ url = "https://github.com/saikatdas0790/canister_environment_variables_bug_repro [[repo]] url = "https://github.com/saikatdas0790/cross_canister_package_import" +[[repo]] +url = "https://github.com/saikatdas0790/expose_canister_metrics_for_scraper" + [[repo]] url = "https://github.com/saikatdas0790/ic_cdk_macro_intellisense_test" @@ -9864,12 +10842,18 @@ url = "https://github.com/saikatdas0790/test_addition_removal_stable_memory" [[repo]] url = "https://github.com/sakanosita/motoko-study" +[[repo]] +url = "https://github.com/Sakosa878/DApp" + [[repo]] url = "https://github.com/saleel/dconf" [[repo]] url = "https://github.com/sallamy2580/NFT-Internet-protocal" +[[repo]] +url = "https://github.com/Salman-Irfan/decentralizedBank" + [[repo]] url = "https://github.com/salman01zp/DifinityHelloWorld" @@ -9893,9 +10877,16 @@ missing = true [[repo]] url = "https://github.com/sam-the-tutor/motokobootcamp2023" +[[repo]] +url = "https://github.com/sam-the-tutor/PW-Manager" +missing = true + [[repo]] url = "https://github.com/SamBorisov/DBank-IC" +[[repo]] +url = "https://github.com/SamBorisov/IC-Azle" + [[repo]] url = "https://github.com/SamBorisov/Motoko-Token-DSAM" @@ -10034,6 +11025,9 @@ url = "https://github.com/sanselena/take-1" [[repo]] url = "https://github.com/SantiagoDePolonia/guestbook_ic" +[[repo]] +url = "https://github.com/SantoshChapagai/DBank-Motoko" + [[repo]] url = "https://github.com/sanuchakraborty/Defi-DBank" @@ -10041,7 +11035,13 @@ url = "https://github.com/sanuchakraborty/Defi-DBank" url = "https://github.com/sardariuss/CyclesDAO" [[repo]] -url = "https://github.com/sardariuss/MotokoSanSandbox" +url = "https://github.com/sardariuss/ic_interac" + +[[repo]] +url = "https://github.com/sardariuss/icrc1_airdrop" + +[[repo]] +url = "https://github.com/sardariuss/MotokoSanSandbox" [[repo]] url = "https://github.com/sardariuss/MotokoStableBTree" @@ -10085,6 +11085,12 @@ url = "https://github.com/sathwikcodes/Dkeeper-TodoList-v2" [[repo]] url = "https://github.com/sathwikcodes/ETHOS" +[[repo]] +url = "https://github.com/sathwikNARKEDimilli29/dBasha_CryptoToken" + +[[repo]] +url = "https://github.com/sathwikNARKEDimilli29/Decentralised_iNotebook" + [[repo]] url = "https://github.com/satius/tech-talk" @@ -10109,6 +11115,9 @@ url = "https://github.com/schwarzchauhan/dbank" [[repo]] url = "https://github.com/SCINET-INC/delastic-search" +[[repo]] +url = "https://github.com/ScorpionVT/mbc2023-enrollment" + [[repo]] url = "https://github.com/scott-dn/cover-custom-build" @@ -10139,6 +11148,9 @@ url = "https://github.com/scur-o/https---github.com-scur-o-dbank" [[repo]] url = "https://github.com/seachan-dev/seachan" +[[repo]] +url = "https://github.com/seanpm2001/AI2001_Category-Source_Code-SC-Motoko" + [[repo]] url = "https://github.com/seb-icp/calculator" @@ -10175,9 +11187,21 @@ url = "https://github.com/sebthuillier/challenges" [[repo]] url = "https://github.com/SebThuillier/tic-tac-toe" +[[repo]] +url = "https://github.com/SeersSocial/Seers" + +[[repo]] +url = "https://github.com/SeersSocial/seers-app" + +[[repo]] +url = "https://github.com/SeersSocial/Seers0" + [[repo]] url = "https://github.com/seetadev/EtherGlance" +[[repo]] +url = "https://github.com/seetadev/Transport-Monitor" + [[repo]] url = "https://github.com/sefimochkin/keychain" @@ -10268,6 +11292,9 @@ url = "https://github.com/shailendra-kc/Token" [[repo]] url = "https://github.com/shalexbas/ic-app-vue-3-ts-template" +[[repo]] +url = "https://github.com/sharan036/motoko_learning_and_development" + [[repo]] url = "https://github.com/Sharilari/motokobootcamp2023" @@ -10356,6 +11383,9 @@ url = "https://github.com/Shreeyash01/dBank" [[repo]] url = "https://github.com/shreeyesh/Hello-Internet-Computer" +[[repo]] +url = "https://github.com/shreeyesh/TimeFeedV1.5" + [[repo]] url = "https://github.com/shreyesk/icp_distribution" @@ -10389,6 +11419,15 @@ url = "https://github.com/shubham6feb123/NFT-Market-Place" [[repo]] url = "https://github.com/shubham78901/De-centeralised-finance-Web3-App-on-Internet-computer" +[[repo]] +url = "https://github.com/ShubhamG2311/DKeeper" + +[[repo]] +url = "https://github.com/ShubhamG2311/NFTVerse" + +[[repo]] +url = "https://github.com/ShubhamG2311/TokenVerse" + [[repo]] url = "https://github.com/shubhammahajan2012/mbc2023-enrollment" @@ -10401,18 +11440,30 @@ url = "https://github.com/Shubhankar-12/Dkeeper-App" [[repo]] url = "https://github.com/Shubhankar-12/DShock-token" +[[repo]] +url = "https://github.com/ShubhaSwarup/dbank" + [[repo]] url = "https://github.com/shunsukew/dfinity_to_do" [[repo]] url = "https://github.com/shunyingzhang/dbank" +[[repo]] +url = "https://github.com/Shuqroh/ICP-saving-smart-contract" + [[repo]] url = "https://github.com/si3mshady/dfinity_internet_computer_nft_marketplace" [[repo]] url = "https://github.com/si88hant/DBank" +[[repo]] +url = "https://github.com/sibasish28/dbank" + +[[repo]] +url = "https://github.com/SiDD-sIngH/dbank" + [[repo]] url = "https://github.com/sijieLiu/mblog" @@ -10446,9 +11497,15 @@ url = "https://github.com/simonnorton/ICP4" [[repo]] url = "https://github.com/simonnorton/ICP5" +[[repo]] +url = "https://github.com/SimonYuvarlak/ICP_EXAM_CANISTER" + [[repo]] url = "https://github.com/Simplifire/simplifire-ic" +[[repo]] +url = "https://github.com/simrat12/Bitcoin-Backed-Stablecoin" + [[repo]] url = "https://github.com/Sindhuinti/dkeeper" @@ -10566,6 +11623,9 @@ url = "https://github.com/snklp1/Decentralized-Finance-Application-DeFApp-" [[repo]] url = "https://github.com/snowyhateshislife/why_" +[[repo]] +url = "https://github.com/SoftCysec/LinkedIn-ICP-Canister" + [[repo]] url = "https://github.com/soiiicodon/token" @@ -10596,9 +11656,21 @@ url = "https://github.com/sontung936/osho" [[repo]] url = "https://github.com/Sonualam-bot/dbank" +[[repo]] +url = "https://github.com/sonukuldeep/IC-azle-svelte-starter-template" + +[[repo]] +url = "https://github.com/sonukuldeep/IC-nft-marketplace" + +[[repo]] +url = "https://github.com/sonukuldeep/ICP-dbank" + [[repo]] url = "https://github.com/Sotatek-CuongTran/ICP-staking-motoko" +[[repo]] +url = "https://github.com/Sotatek-CuongTran/ICP-Staking-Script" + [[repo]] url = "https://github.com/Sotatek-CuongTran/ICP-wallet-connector" @@ -10611,6 +11683,9 @@ url = "https://github.com/spaceComplexitys/ICP-Token" [[repo]] url = "https://github.com/spaceComplexitys/OpenD" +[[repo]] +url = "https://github.com/sparks-fly13/DFinance" + [[repo]] url = "https://github.com/spencerbug/motoko_httpstream_test" @@ -10638,6 +11713,9 @@ url = "https://github.com/sravanpant/dbank-project" [[repo]] url = "https://github.com/sravanpant/My-Crypto-token" +[[repo]] +url = "https://github.com/SrinivasaraoNarne/Dapp-MOTOKO-Dbank-finance-app" + [[repo]] url = "https://github.com/stanleygjones/hero-app-generator" @@ -10686,6 +11764,9 @@ url = "https://github.com/stollmar/motokobootcamp2023-coreproject" [[repo]] url = "https://github.com/stoma655/dfinity" +[[repo]] +url = "https://github.com/stoma655/secret_motoko" + [[repo]] url = "https://github.com/stopak/bootcamp_faucet" @@ -10695,6 +11776,12 @@ url = "https://github.com/stopak/dpunks" [[repo]] url = "https://github.com/stopak/ICPunks" +[[repo]] +url = "https://github.com/strawhatrag/DBank" + +[[repo]] +url = "https://github.com/strawhatrag/LentDefi" + [[repo]] url = "https://github.com/StrongDollar/Strong-Dollar" @@ -10719,6 +11806,9 @@ url = "https://github.com/SUBS2905/DBank" [[repo]] url = "https://github.com/successaje/dummy" +[[repo]] +url = "https://github.com/successaje/IC_FIles" + [[repo]] url = "https://github.com/successaje/ICTicket" @@ -10770,6 +11860,9 @@ url = "https://github.com/sunshineluyao/counter" [[repo]] url = "https://github.com/sunshineluyao/ic5" +[[repo]] +url = "https://github.com/sunshineluyao/icp-nns-db" + [[repo]] url = "https://github.com/sunshineluyao/microblog" @@ -10794,6 +11887,9 @@ url = "https://github.com/SuperNovaHack/QR-code" [[repo]] url = "https://github.com/suptalentdev/cap" +[[repo]] +url = "https://github.com/SuratShakar16/CRYPTOBOX" + [[repo]] url = "https://github.com/suriyaaap13/dbank" @@ -10806,6 +11902,9 @@ url = "https://github.com/Surprise080504/terabethia" [[repo]] url = "https://github.com/susieekk/dfinity_sdk" +[[repo]] +url = "https://github.com/SuvarnaBhide/Keeper-App" + [[repo]] url = "https://github.com/Suyash087/dAuction" @@ -10879,9 +11978,18 @@ url = "https://github.com/taiga2002/dfx_react_keeper" [[repo]] url = "https://github.com/taiga2002/dsurv-crypto_token" +[[repo]] +url = "https://github.com/taijusanagi/icp-smart-wallet" + +[[repo]] +url = "https://github.com/Tamara-Ebi-Pere-Victor/Doc-Reg-CLI" + [[repo]] url = "https://github.com/TanishGupta15/DBank" +[[repo]] +url = "https://github.com/TanishqBhardwaj/day_1" + [[repo]] url = "https://github.com/tanmay0502/dBank" @@ -10894,6 +12002,12 @@ url = "https://github.com/tanny99/DBank-IC_Project" [[repo]] url = "https://github.com/tanugupta67/CryptoTokens" +[[repo]] +url = "https://github.com/TanujJha/Crypto-Token-Wallet" + +[[repo]] +url = "https://github.com/TanujJha/OpenD-NFT-Marketplace" + [[repo]] url = "https://github.com/tarabaramaksym/hello-icp" @@ -10954,6 +12068,9 @@ url = "https://github.com/Tejaswi-Maddirala/Keeper-app" [[repo]] url = "https://github.com/Tekkadan96/Example-build-a-token-on-ICP-Bloockchain" +[[repo]] +url = "https://github.com/tensormaker/crappycalc" + [[repo]] url = "https://github.com/Tentant-21/dbank" @@ -10978,9 +12095,15 @@ url = "https://github.com/teruj/motokoBC" [[repo]] url = "https://github.com/testpuddle/Minting-NFTs" +[[repo]] +url = "https://github.com/Tevin-Isaac/Internet-Computer-101" + [[repo]] url = "https://github.com/TFC-Motley/motoko-base-extended" +[[repo]] +url = "https://github.com/TFC-Motley/Struct" + [[repo]] url = "https://github.com/TFC-Motley/Structures" @@ -11023,6 +12146,9 @@ url = "https://github.com/thatTPR/dep" [[repo]] url = "https://github.com/The-Swop/TheSwop" +[[repo]] +url = "https://github.com/TheAECode/KeeperWebProject" + [[repo]] url = "https://github.com/theAlpha06/IC-Projects" @@ -11047,9 +12173,15 @@ url = "https://github.com/TheNexusCity/Blockchain-in-a-Box" [[repo]] url = "https://github.com/TheNexusCity/XREngine-Project-Inventory" +[[repo]] +url = "https://github.com/TheoJF97/ic-hello-world" + [[repo]] url = "https://github.com/theonlyandreas/cv_project" +[[repo]] +url = "https://github.com/theopin/web-development-bootcamp" + [[repo]] url = "https://github.com/theprivacydev/nuance-next" @@ -11068,6 +12200,12 @@ url = "https://github.com/TheVanquiser/SIGMADEFI" [[repo]] url = "https://github.com/thienvip107/social-fi" +[[repo]] +url = "https://github.com/Thirumurugan7/dbank" + +[[repo]] +url = "https://github.com/Thirumurugan7/poll" + [[repo]] url = "https://github.com/thisisfine22/dkeeper" @@ -11128,6 +12266,12 @@ url = "https://github.com/tikoma/motokobootcamp2023" [[repo]] url = "https://github.com/TimetoSand/dbank" +[[repo]] +url = "https://github.com/timk11/guildnotes" + +[[repo]] +url = "https://github.com/timk11/multisig-wallet" + [[repo]] url = "https://github.com/timohanke/duosign" @@ -11185,6 +12329,15 @@ url = "https://github.com/toki-szk/icp-learning" [[repo]] url = "https://github.com/tokuryoo/hello_0_8_0" +[[repo]] +url = "https://github.com/tokuryoo/ic-examples" + +[[repo]] +url = "https://github.com/tokuryoo/motokobootcamp-rust-tokuryoo" + +[[repo]] +url = "https://github.com/tokuryoo/motokobootcamp_day6" + [[repo]] url = "https://github.com/tomburgerch/mbc-enrollment" @@ -11203,6 +12356,12 @@ url = "https://github.com/tomijaga/mops" [[repo]] url = "https://github.com/tomkoom/cyql" +[[repo]] +url = "https://github.com/tomkoom/cyql.io" + +[[repo]] +url = "https://github.com/tomkoom/dao" + [[repo]] url = "https://github.com/tomkoom/icauctions" @@ -11335,9 +12494,15 @@ url = "https://github.com/tszemzo/fleek-canister-removal" [[repo]] url = "https://github.com/tulasi2426/dkeeper" +[[repo]] +url = "https://github.com/tuminfei/ic_jwt" + [[repo]] url = "https://github.com/tuoxiebushuijiao/dfx" +[[repo]] +url = "https://github.com/Turbosohaib/DOSH-Token" + [[repo]] url = "https://github.com/TusharGuptaMm/InternetComputerSmartContractSample" @@ -11362,6 +12527,9 @@ url = "https://github.com/ubfishr/cdk-rs" [[repo]] url = "https://github.com/ubfishr/sudograph" +[[repo]] +url = "https://github.com/ubinix-warun/ICP-TunaRecord" + [[repo]] url = "https://github.com/ucratic/dfinity-experiment1-local-hello" @@ -11374,6 +12542,9 @@ url = "https://github.com/udinnet/momento" [[repo]] url = "https://github.com/ufoscout/ic_log" +[[repo]] +url = "https://github.com/ufoscout/ic_rust_poc" + [[repo]] url = "https://github.com/ufoscout/ic_tx" @@ -11386,6 +12557,18 @@ url = "https://github.com/ultrabot2022/trade-console" [[repo]] url = "https://github.com/ultrabot2022/trade-console-metaversefile" +[[repo]] +url = "https://github.com/umangutkarsh/DFaucet-IC_Token_App" + +[[repo]] +url = "https://github.com/umangutkarsh/DKeeper-App" + +[[repo]] +url = "https://github.com/umangutkarsh/OpenD-nft_marketplace" + +[[repo]] +url = "https://github.com/umangutkarsh/OpenD_app---The_NFT_marketplace" + [[repo]] url = "https://github.com/umeklinks/flutter_canister_app" @@ -11428,6 +12611,9 @@ url = "https://github.com/Unknowns24/motoko-bootcamp" [[repo]] url = "https://github.com/ununhexium/idea-motoko-plugin" +[[repo]] +url = "https://github.com/uojiaku/motoko-starter" + [[repo]] url = "https://github.com/usaidpeerzada/Dapp-DBank" @@ -11471,13 +12657,37 @@ url = "https://github.com/v2i0s2h2/motokobootcamp_core-project_updated" [[repo]] url = "https://github.com/v2i0s2h2/To_do_list_in_motoko" +[[repo]] +url = "https://github.com/vaibhav-oo7/crypto-token" + +[[repo]] +url = "https://github.com/vaibhav-oo7/dbank" + +[[repo]] +url = "https://github.com/vaibhav-oo7/dkeeper-app-block-chain" + +[[repo]] +url = "https://github.com/vaibhav-oo7/openD-nft-marketplace" + +[[repo]] +url = "https://github.com/vaibhav-oo7/token-local-privee" + [[repo]] url = "https://github.com/vaibhavmobilefirst/Macrosifter-Development" missing = true +[[repo]] +url = "https://github.com/VaibhavTripathi27/DecentralisedBankApp" + +[[repo]] +url = "https://github.com/VaibhavTripathi27/NFTMarketPlace" + [[repo]] url = "https://github.com/valiantlynx/codeExample" +[[repo]] +url = "https://github.com/valiantlynx/sveltekit-starter-ic" + [[repo]] url = "https://github.com/vanditshah44/compounding" @@ -11532,9 +12742,18 @@ url = "https://github.com/vcollak/learnMotoko" [[repo]] url = "https://github.com/Vedant-Jayesh-Oza/Dbank-Motoko" +[[repo]] +url = "https://github.com/Vedanti00/dKeeper" + +[[repo]] +url = "https://github.com/Vedanti00/opend" + [[repo]] url = "https://github.com/VeerniVishwanath/OpenD" +[[repo]] +url = "https://github.com/veeso/stable_structs" + [[repo]] url = "https://github.com/veighnsche/examples" @@ -11556,6 +12775,9 @@ url = "https://github.com/vibhudawar/Dbank-Transfer-crypto-on-ICP-chain" [[repo]] url = "https://github.com/vibhudawar/Dkeeper-Decentralized-google-keep" +[[repo]] +url = "https://github.com/vibindi/ic-projects" + [[repo]] url = "https://github.com/VictorH74/dkeeper" @@ -11574,6 +12796,9 @@ url = "https://github.com/viettien1602/motoko_coursework" [[repo]] url = "https://github.com/vikrembhagi/vite-react-ic_starter" +[[repo]] +url = "https://github.com/Viky-Gomez/ICP" + [[repo]] url = "https://github.com/vinaychandra/relic-os" @@ -11608,9 +12833,18 @@ url = "https://github.com/vivektangudu2024/CryptoToken" [[repo]] url = "https://github.com/VonNeumannDao/NpDao" +[[repo]] +url = "https://github.com/vporton/motoko_can_bug" + +[[repo]] +url = "https://github.com/vporton/NacDB" + [[repo]] url = "https://github.com/vporton/salaries-science" +[[repo]] +url = "https://github.com/Vraj1103/PU-Hack" + [[repo]] url = "https://github.com/vuhoangst1010/challenges" @@ -11704,6 +12938,9 @@ url = "https://github.com/wasm-forge/ic-wasi-polyfill" [[repo]] url = "https://github.com/wasolomon98/ArenaProject" +[[repo]] +url = "https://github.com/wathigo/VirtualDoctor" + [[repo]] url = "https://github.com/wcannon/ic-basic-dependency-rust" @@ -11762,6 +12999,9 @@ url = "https://github.com/Web3NL/motoko-book" [[repo]] url = "https://github.com/Web3NL/Motoko-Paginator" +[[repo]] +url = "https://github.com/Web3NL/web3comments" + [[repo]] url = "https://github.com/web3r-chat/dapp-0" @@ -11774,6 +13014,12 @@ url = "https://github.com/Webbuster99/Dkeeper-App" [[repo]] url = "https://github.com/webcoderz/webi_v3_pyodide" +[[repo]] +url = "https://github.com/Webxspark/BreakTheSilence" + +[[repo]] +url = "https://github.com/Webxspark/todo-app-motoko" + [[repo]] url = "https://github.com/weiyu-t/defi_app" @@ -11819,6 +13065,9 @@ url = "https://github.com/wichapons/Topazio-NFT" [[repo]] url = "https://github.com/wildmouse/dfinity-todo-example" +[[repo]] +url = "https://github.com/WilliamBuntu/dfx-moto" + [[repo]] url = "https://github.com/williamchi64/ICP-learning" @@ -11895,7 +13144,10 @@ url = "https://github.com/wngshi/Microblog" url = "https://github.com/wngshi/mysite2" [[repo]] -url = "https://github.com/worker-decentralized-network/contracts" +url = "https://github.com/wolfdev0512/IC-Puzzle" + +[[repo]] +url = "https://github.com/worker-decentralized-network/contracts" [[repo]] url = "https://github.com/worker-decentralized-network/WDN-Network" @@ -11924,6 +13176,9 @@ url = "https://github.com/wpf000705/dfx_quicksort" [[repo]] url = "https://github.com/wpf000705/Microblog" +[[repo]] +url = "https://github.com/Wreck-X/Souffle" + [[repo]] url = "https://github.com/wscoble/icx-proxy" @@ -12059,6 +13314,9 @@ url = "https://github.com/y12o/ic" [[repo]] url = "https://github.com/yaaman18/decentralized-qv" +[[repo]] +url = "https://github.com/yafiabiyyu/ICP-Tutorial" + [[repo]] url = "https://github.com/yamez69/Hello-ICP" @@ -12116,6 +13374,9 @@ url = "https://github.com/yasarfuruncugaming/challenges" [[repo]] url = "https://github.com/yasarfuruncugaming/hello" +[[repo]] +url = "https://github.com/yash-agrawal-21b/dkeeper" + [[repo]] url = "https://github.com/Yash180905/Web3Practice" @@ -12210,6 +13471,9 @@ url = "https://github.com/yshashanky/learning" [[repo]] url = "https://github.com/yshvchnk/React.js-Motoko-DfinityBlockchain-NFTMarketplace" +[[repo]] +url = "https://github.com/yu970253/deploymentTest" + [[repo]] url = "https://github.com/yu970253/discentralized-notebook" @@ -12219,12 +13483,24 @@ url = "https://github.com/YuDev0401/IC-Avatar-Creator" [[repo]] url = "https://github.com/yugonsan/motoko_first_deploy" +[[repo]] +url = "https://github.com/yugonsan/motoko_httpoutcall_sample" + [[repo]] url = "https://github.com/yugonsan/motokobootcamp2023" [[repo]] url = "https://github.com/yugonsan/motokobootcamp2023-coreproject" +[[repo]] +url = "https://github.com/Yuji-Itadorii/Decenteralised-Finance-App" + +[[repo]] +url = "https://github.com/Yuji-Itadorii/Decenteralised-Keeper-App" + +[[repo]] +url = "https://github.com/yummyweb/icpbuilder" + [[repo]] url = "https://github.com/Yuqizhoujoe/web3_nft_marketplace_project" @@ -12285,9 +13561,15 @@ url = "https://github.com/zadolphe/dkeeper" [[repo]] url = "https://github.com/zadolphe/zee-token" +[[repo]] +url = "https://github.com/ZahrizhalAli/dfx-hello" + [[repo]] url = "https://github.com/zaikis/nft-marketplace-main" +[[repo]] +url = "https://github.com/zandboxfinance/zbank_payroll" + [[repo]] url = "https://github.com/zeddkhan03/Zetabank" @@ -12360,9 +13642,15 @@ url = "https://github.com/ZhEnGhAOOO/mysite-2" [[repo]] url = "https://github.com/ZhenyaUsenko/motoko-candy-utils" +[[repo]] +url = "https://github.com/ZhenyaUsenko/motoko-hash-map" + [[repo]] url = "https://github.com/ZhenyaUsenko/motoko-migrations" +[[repo]] +url = "https://github.com/zhenyong25/DApp-Dbank-" + [[repo]] url = "https://github.com/zhousy5310/ICP" @@ -12378,6 +13666,9 @@ url = "https://github.com/ZimHook/FakeICP" [[repo]] url = "https://github.com/ZimHook/ICPBalance" +[[repo]] +url = "https://github.com/zinhunter/dynamic-nft-motoko" + [[repo]] url = "https://github.com/zire/ic123" @@ -12436,6 +13727,12 @@ url = "https://github.com/zom87760277/qsmoctest" [[repo]] url = "https://github.com/zom87760277/testa" +[[repo]] +url = "https://github.com/Zona-Tres/dynamic-nft-motoko" + +[[repo]] +url = "https://github.com/Zona-Tres/Hobbi" + [[repo]] url = "https://github.com/ZorkoMehmet/Internet-Computer-Motoko" @@ -12492,1285 +13789,3 @@ url = "https://github.com/zzethh/NFT-Marketplace" [[repo]] url = "https://github.com/zzethh/Zebra-Crypto-Token" - -[[repo]] -url = "https://github.com/devcode8/dTodo" - -[[repo]] -url = "https://github.com/aliscie/autodox" - -[[repo]] -url = "https://github.com/JakubWojtkowski/opend" - -[[repo]] -url = "https://github.com/JakubWojtkowski/Keeper-app_v2" - -[[repo]] -url = "https://github.com/jorgenbuilder/ictool" - -[[repo]] -url = "https://github.com/JakubWojtkowski/first_dapp-DBANK" - -[[repo]] -url = "https://github.com/Sotatek-CuongTran/ICP-Staking-Script" - -[[repo]] -url = "https://github.com/daltoncoder/candid_encoder" - -[[repo]] -url = "https://github.com/GioanZ/ICP" - -[[repo]] -url = "https://github.com/mystical-prog/irsc" - -[[repo]] -url = "https://github.com/krishcodz/BankWebApp-blockchain" - -[[repo]] -url = "https://github.com/ardaydilek/NoteAppWithICP" - -[[repo]] -url = "https://github.com/holykol/icrc7" - -[[repo]] -url = "https://github.com/Aloxord/Quewe-web3--Motoko" - -[[repo]] -url = "https://github.com/motoko-bootcamp/bootcamp-dashboard" - -[[repo]] -url = "https://github.com/krpeacock/canister_control" - -[[repo]] -url = "https://github.com/PartageProtocol/partage-icp" - -[[repo]] -url = "https://github.com/Melrain/React_Motoko" - -[[repo]] -url = "https://github.com/vaibhav-oo7/openD-nft-marketplace" - -[[repo]] -url = "https://github.com/Jcgonzalezv/MotokoBootcamp" - -[[repo]] -url = "https://github.com/fury02/rbac-motoko" - -[[repo]] -url = "https://github.com/AustinChris1/Motoko-Bootcamp-2023" - -[[repo]] -url = "https://github.com/builde7b0b/Motoko_G" - -[[repo]] -url = "https://github.com/murmrr/Icychat" - -[[repo]] -url = "https://github.com/luc-blaeser/auction" - -[[repo]] -url = "https://github.com/simrat12/Bitcoin-Backed-Stablecoin" - -[[repo]] -url = "https://github.com/FOR-TIMI/OpenD" - -[[repo]] -url = "https://github.com/infu/bug_x_weird" - -[[repo]] -url = "https://github.com/DeimosHall/My_Canister" - -[[repo]] -url = "https://github.com/shreeyesh/TimeFeedV1.5" - -[[repo]] -url = "https://github.com/bianyuanop/ePay" - -[[repo]] -url = "https://github.com/awkure/ic-emu-poc" - -[[repo]] -url = "https://github.com/bianyuanop/epay_frontend" - -[[repo]] -url = "https://github.com/aliscie/icp-sns" - -[[repo]] -url = "https://github.com/yummyweb/icpbuilder" - -[[repo]] -url = "https://github.com/krishcodz/Notes-keeper-V2" - -[[repo]] -url = "https://github.com/neeboo/agent-js-fork" - -[[repo]] -url = "https://github.com/Jainam-patel26/keep_notes" - -[[repo]] -url = "https://github.com/naieliloeblein1/NFT-Marketplace" - -[[repo]] -url = "https://github.com/parthpatel021/DBank" - -[[repo]] -url = "https://github.com/kiran141421/smartCoin-Bank" - -[[repo]] -url = "https://github.com/harish2020a/DKeeper-DApp" - -[[repo]] -url = "https://github.com/msrisujan/Web-Devlopment" - -[[repo]] -url = "https://github.com/roger-rangel/vibeverse" - -[[repo]] -url = "https://github.com/seetadev/Transport-Monitor" - -[[repo]] -url = "https://github.com/mgmetastudio/fishverse_dashboard" - -[[repo]] -url = "https://github.com/letmejustputthishere/ckbtc-payments" - -[[repo]] -url = "https://github.com/TheAECode/KeeperWebProject" - -[[repo]] -url = "https://github.com/DanielThurau/dfn_luncheon" - -[[repo]] -url = "https://github.com/veeso/stable_structs" - -[[repo]] -url = "https://github.com/Web3NL/web3comments" - -[[repo]] -url = "https://github.com/iamsiddhu3007/mydbank" - -[[repo]] -url = "https://github.com/MITCHELLKURTZMAN/MotokoBootCamp-Dashboard" - -[[repo]] -url = "https://github.com/JakubWojtkowski/dsurv" - -[[repo]] -url = "https://github.com/vporton/NacDB" - -[[repo]] -url = "https://github.com/krishcodz/DToken_Manager" - -[[repo]] -url = "https://github.com/junkei-okinawa/ii_auth_with_nextjs" - -[[repo]] -url = "https://github.com/nickcen/btc_lite_wallet" - -[[repo]] -url = "https://github.com/ozo-vehe/recipe-canister" - -[[repo]] -url = "https://github.com/codeInn001/typescript-ICP" - -[[repo]] -url = "https://github.com/Yuji-Itadorii/Decenteralised-Finance-App" - -[[repo]] -url = "https://github.com/acludo2/ckPayment" - -[[repo]] -url = "https://github.com/iOchando/ICConnect" - -[[repo]] -url = "https://github.com/mikececco/motoko-react-dkeeper" - -[[repo]] -url = "https://github.com/Louie250/Hackathon-Website-to-Internet-Computer" - -[[repo]] -url = "https://github.com/abdreams/Keeper-app-Blockchain" - -[[repo]] -url = "https://github.com/tokuryoo/motokobootcamp-rust-tokuryoo" - -[[repo]] -url = "https://github.com/SiDD-sIngH/dbank" - -[[repo]] -url = "https://github.com/abdreams/Crypto-Token-Wallet" - -[[repo]] -url = "https://github.com/vaibhav-oo7/dkeeper-app-block-chain" - -[[repo]] -url = "https://github.com/prince-sunsara/first-web3-app-dbank" - -[[repo]] -url = "https://github.com/vaibhav-oo7/dbank" - -[[repo]] -url = "https://github.com/abdreams/OpenD-NFT-Marketplace" - -[[repo]] -url = "https://github.com/sharan036/motoko_learning_and_development" - -[[repo]] -url = "https://github.com/dushyant0007/IC-motoko-projects" - -[[repo]] -url = "https://github.com/ratemolewis/DKeeper_Motoko" - -[[repo]] -url = "https://github.com/ShubhaSwarup/dbank" - -[[repo]] -url = "https://github.com/rvanasa/vite-react-ic-rust" - -[[repo]] -url = "https://github.com/iOchando/makotoKun" - -[[repo]] -url = "https://github.com/dipanshuhappy/one_token" - -[[repo]] -url = "https://github.com/pu0238/vote-me" - -[[repo]] -url = "https://github.com/sparks-fly13/DFinance" - -[[repo]] -url = "https://github.com/prince-sunsara/DApp-with-react-module" - -[[repo]] -url = "https://github.com/zandboxfinance/zbank_payroll" - -[[repo]] -url = "https://github.com/bertiespell/asset_canister" - -[[repo]] -url = "https://github.com/jplevyak/iceth" - -[[repo]] -url = "https://github.com/luc-blaeser/gcbench" - -[[repo]] -url = "https://github.com/f1lth/react-watcher" - -[[repo]] -url = "https://github.com/ahdrahees/first_project-on-icp-using-motoko" - -[[repo]] -url = "https://github.com/ahdrahees/dapp_homework_diary" - -[[repo]] -url = "https://github.com/miadey/Thai" - -[[repo]] -url = "https://github.com/nativeanish/tweet_icp" - -[[repo]] -url = "https://github.com/bezata/ICP-BUDGET" - -[[repo]] -url = "https://github.com/ubinix-warun/ICP-TunaRecord" - -[[repo]] -url = "https://github.com/Mujhtech/icp-event-ticket" - -[[repo]] -url = "https://github.com/Shuqroh/ICP-saving-smart-contract" - -[[repo]] -url = "https://github.com/aliscie/icp_wallet" - -[[repo]] -url = "https://github.com/Matheun/icp-typescript-react-cannister" - -[[repo]] -url = "https://github.com/Yuji-Itadorii/Decenteralised-Keeper-App" - -[[repo]] -url = "https://github.com/kristoferlund/ic-pos" - -[[repo]] -url = "https://github.com/falcaozane/DBank" - -[[repo]] -url = "https://github.com/Raktim-Bhuyan/Hello-InternetComputer" - -[[repo]] -url = "https://github.com/yash-agrawal-21b/dkeeper" - -[[repo]] -url = "https://github.com/prathamesh-mutkure/blockchain-health-record-sys" - -[[repo]] -url = "https://github.com/yafiabiyyu/ICP-Tutorial" - -[[repo]] -url = "https://github.com/f1lth/ckbtc-react" - -[[repo]] -url = "https://github.com/fxgst/fuxgeist_website" - -[[repo]] -url = "https://github.com/OliverC96/WebDev-Projects" - -[[repo]] -url = "https://github.com/ahdrahees/dapp_calculator_ic" - -[[repo]] -url = "https://github.com/vaibhav-oo7/token-local-privee" - -[[repo]] -url = "https://github.com/Thirumurugan7/dbank" - -[[repo]] -url = "https://github.com/sibasish28/dbank" - -[[repo]] -url = "https://github.com/bluebird912/DBANK-Decentralised-Finance-app-" - -[[repo]] -url = "https://github.com/KompeteKeeda/kk-fe" - -[[repo]] -url = "https://github.com/B3Pay/b3-wallet" - -[[repo]] -url = "https://github.com/NnsDao/icgames" - -[[repo]] -url = "https://github.com/NnsDao/Nnsocial" - -[[repo]] -url = "https://github.com/Dr-Ginie/PayString_Canister" - -[[repo]] -url = "https://github.com/metaforo/metaforo-icp" - -[[repo]] -url = "https://github.com/atengberg/another_internet_computer_starter_template" - -[[repo]] -url = "https://github.com/frostweb3/tasks_list" - -[[repo]] -url = "https://github.com/vaibhav-oo7/crypto-token" - -[[repo]] -url = "https://github.com/tokuryoo/ic-examples" - -[[repo]] -url = "https://github.com/Melrain/React-Motoko-vite-template" - -[[repo]] -url = "https://github.com/timk11/multisig-wallet" - -[[repo]] -url = "https://github.com/ic4j/ic4j-codegen" - -[[repo]] -url = "https://github.com/umangutkarsh/OpenD_app---The_NFT_marketplace" - -[[repo]] -url = "https://github.com/elaemmanuel/motoko_starter_el" - -[[repo]] -url = "https://github.com/icppWorld/icpp-free" - -[[repo]] -url = "https://github.com/seanpm2001/AI2001_Category-Source_Code-SC-Motoko" - -[[repo]] -url = "https://github.com/jatinkumarverma/OpenD-NFT-Marketplace" - -[[repo]] -url = "https://github.com/AnubisAwooo/ic-web3-motoko" - -[[repo]] -url = "https://github.com/SuratShakar16/CRYPTOBOX" - -[[repo]] -url = "https://github.com/research-ag/swb" - -[[repo]] -url = "https://github.com/TanujJha/Crypto-Token-Wallet" - -[[repo]] -url = "https://github.com/juanetchart29/Motoko_Bootcamp2023" - -[[repo]] -url = "https://github.com/TanujJha/OpenD-NFT-Marketplace" - -[[repo]] -url = "https://github.com/levifeldman/canister-tools" - -[[repo]] -url = "https://github.com/kristians-kuhta/task_manager" - -[[repo]] -url = "https://github.com/jatinkumarverma/DBank" - -[[repo]] -url = "https://github.com/tokuryoo/motokobootcamp_day6" - -[[repo]] -url = "https://github.com/Bebb-Protocol-and-Apps/PersonalNFTGallery" - -[[repo]] -url = "https://github.com/harshikagoyal14/Crypto-token" - -[[repo]] -url = "https://github.com/arjuncvinod/DBank-Motoko" - -[[repo]] -url = "https://github.com/Louis-XWB/ICP_Web3Jobs" - -[[repo]] -url = "https://github.com/nftstudio-24/nftstudio24-ICP" - -[[repo]] -url = "https://github.com/JhiNResH/dbank" - -[[repo]] -url = "https://github.com/laodeshaldanfalih/DBank" - -[[repo]] -url = "https://github.com/NewbMiao/dvote" - -[[repo]] -url = "https://github.com/OkolieOKS234/Blockchain_Notes_App" - -[[repo]] -url = "https://github.com/arjuncvinod/First-Internet-Computer-App" - -[[repo]] -url = "https://github.com/ava-vs/poc" - -[[repo]] -url = "https://github.com/JupiterM/Angular16Motoko" - -[[repo]] -url = "https://github.com/SimonYuvarlak/ICP_EXAM_CANISTER" - -[[repo]] -url = "https://github.com/jennifertrin/ICEthereumGuide" - -[[repo]] -url = "https://github.com/matthewhammer/mo-tx" - -[[repo]] -url = "https://github.com/sonukuldeep/ICP-dbank" - -[[repo]] -url = "https://github.com/raghav-rama/betting-raja-icp" - -[[repo]] -url = "https://github.com/Salman-Irfan/decentralizedBank" - -[[repo]] -url = "https://github.com/Prince5407/Dbank" - -[[repo]] -url = "https://github.com/NewbMiao/dfx_react_template" - -[[repo]] -url = "https://github.com/OkolieOKS234/Oak_Coin" - -[[repo]] -url = "https://github.com/Tevin-Isaac/Internet-Computer-101" - -[[repo]] -url = "https://github.com/uojiaku/motoko-starter" - -[[repo]] -url = "https://github.com/Zona-Tres/dynamic-nft-motoko" - -[[repo]] -url = "https://github.com/Webxspark/todo-app-motoko" - -[[repo]] -url = "https://github.com/atengberg/icrc1_payment_client_demo" - -[[repo]] -url = "https://github.com/github-usman/DBank" - -[[repo]] -url = "https://github.com/ArielRobotti/MotokoPetChain" - -[[repo]] -url = "https://github.com/janusdotai/slick-checkout" - -[[repo]] -url = "https://github.com/zhenyong25/DApp-Dbank-" - -[[repo]] -url = "https://github.com/Djotiguy/Dbank-App" - -[[repo]] -url = "https://github.com/SantoshChapagai/DBank-Motoko" - -[[repo]] -url = "https://github.com/zinhunter/dynamic-nft-motoko" - -[[repo]] -url = "https://github.com/rakesh-508/Blockchain-Motoko" - -[[repo]] -url = "https://github.com/hackeyx/mini-dbank-project" - -[[repo]] -url = "https://github.com/MotokoKusanagii/mtbcord" - -[[repo]] -url = "https://github.com/TanishqBhardwaj/day_1" - -[[repo]] -url = "https://github.com/feyzasyf/internetComputerRust" - -[[repo]] -url = "https://github.com/sonukuldeep/IC-nft-marketplace" - -[[repo]] -url = "https://github.com/sardariuss/icrc1_airdrop" - -[[repo]] -url = "https://github.com/infu/internet-computer-start" - -[[repo]] -url = "https://github.com/abueno19/motoko" - -[[repo]] -url = "https://github.com/kevinYang0612/openSky" - -[[repo]] -url = "https://github.com/KTK27YT/DToken" - -[[repo]] -url = "https://github.com/av1ctor/evm-txs.mo" - -[[repo]] -url = "https://github.com/dragon1227/autodox-notes" - -[[repo]] -url = "https://github.com/dipanshuhappy/unique-icp-canister" - -[[repo]] -url = "https://github.com/JoE11-y/Lottery-Canister" - -[[repo]] -url = "https://github.com/Realkayzee/vote-canister" - -[[repo]] -url = "https://github.com/ccandelora/token" - -[[repo]] -url = "https://github.com/yugonsan/motoko_httpoutcall_sample" - -[[repo]] -url = "https://github.com/Webxspark/BreakTheSilence" - -[[repo]] -url = "https://github.com/RejoiceOwoh/REJDBank" - -[[repo]] -url = "https://github.com/Chin-than/ETHVERSE" - -[[repo]] -url = "https://github.com/dipanshuhappy/gyro-icp" - -[[repo]] -url = "https://github.com/vibindi/ic-projects" - -[[repo]] -url = "https://github.com/ccandelora/dbank" - -[[repo]] -url = "https://github.com/pramitgaha/upload_file_rs" - -[[repo]] -url = "https://github.com/dogles16/obsidian_tears" - -[[repo]] -url = "https://github.com/AdiTya-DiXiT-01/dKeeper-v1" - -[[repo]] -url = "https://github.com/Gurpreetk9/Notes-keeper" - -[[repo]] -url = "https://github.com/dogles16/rpg" - -[[repo]] -url = "https://github.com/stoma655/secret_motoko" - -[[repo]] -url = "https://github.com/rahulRoy123-rvce/final" - -[[repo]] -url = "https://github.com/pramitgaha/icrc7" - -[[repo]] -url = "https://github.com/pardeep5516/notes" - -[[repo]] -url = "https://github.com/cybrowl/dsign" - -[[repo]] -url = "https://github.com/DILEEPKUMARCB1997/updated-vite-nmu" - -[[repo]] -url = "https://github.com/krpeacock/ic-expo-mvp" - -[[repo]] -url = "https://github.com/strawhatrag/DBank" - -[[repo]] -url = "https://github.com/cmitch30/DBank" - -[[repo]] -url = "https://github.com/mariogarcia-ar/tco-icp-sales-chatbot" - -[[repo]] -url = "https://github.com/b3hr4d/vetkd" - -[[repo]] -url = "https://github.com/successaje/IC_FIles" - -[[repo]] -url = "https://github.com/mruganshi/NFTVerse" - -[[repo]] -url = "https://github.com/piercing-wind/sci_fi" - -[[repo]] -url = "https://github.com/krpeacock/c2pa-ic-example" - -[[repo]] -url = "https://github.com/0xhawk/ic-dex-rs" - -[[repo]] -url = "https://github.com/Eliaxie/ICP-Demo-Counter" - -[[repo]] -url = "https://github.com/pramitgaha/icrc" - -[[repo]] -url = "https://github.com/ivanlele/ic-dl-utils" - -[[repo]] -url = "https://github.com/pramitgaha/ic-rand" - -[[repo]] -url = "https://github.com/pramitgaha/map_error" - -[[repo]] -url = "https://github.com/MianUsamaIjaz/My-Own-Cryptocurrency" - -[[repo]] -url = "https://github.com/allanokothdev/Motoko-Bootcamp" - -[[repo]] -url = "https://github.com/MianUsamaIjaz/Open-Verse-NFT-Marketplace" - -[[repo]] -url = "https://github.com/Turbosohaib/DOSH-Token" - -[[repo]] -url = "https://github.com/jamesbeadle/OpenFPL" - -[[repo]] -url = "https://github.com/harshit-dugar/DBank" - -[[repo]] -url = "https://github.com/kunle-coded/token" - -[[repo]] -url = "https://github.com/jistro/ICPoaps" - -[[repo]] -url = "https://github.com/jistro/cursos_en_blockchain_y_web3" - -[[repo]] -url = "https://github.com/David-HernandezM/MotokoBlocks" - -[[repo]] -url = "https://github.com/SamBorisov/IC-Azle" - -[[repo]] -url = "https://github.com/Mohit-Kumar98/Web-3" - -[[repo]] -url = "https://github.com/DiYaZeN/dfinity-hello-motoko" - -[[repo]] -url = "https://github.com/kararalzawaid/blockchain-bank" - -[[repo]] -url = "https://github.com/itsleonardog/dkeeper" - -[[repo]] -url = "https://github.com/Thirumurugan7/poll" - -[[repo]] -url = "https://github.com/Gurpreetk9/OpenD-NFT-MarketPlace" - -[[repo]] -url = "https://github.com/govindkrishna03/Nextjs_web3" - -[[repo]] -url = "https://github.com/marianobecchero/ICPDeveloperI" - -[[repo]] -url = "https://github.com/AdiTya-DiXiT-01/CanvaSwap" - -[[repo]] -url = "https://github.com/Rajan2217/DANG-Crypto-Token" - -[[repo]] -url = "https://github.com/kavindu-prabhashitha/DApp" - -[[repo]] -url = "https://github.com/Vraj1103/PU-Hack" - -[[repo]] -url = "https://github.com/kinicdao/kindb" - -[[repo]] -url = "https://github.com/rajdeep7Singh/icp_multisig" - -[[repo]] -url = "https://github.com/dogles16/obsidian_tears_items_nft" - -[[repo]] -url = "https://github.com/Wreck-X/Souffle" - -[[repo]] -url = "https://github.com/dogles16/obsidian_tears_nft" - -[[repo]] -url = "https://github.com/kirtisikka1211/web3" - -[[repo]] -url = "https://github.com/ccandelora/dkeeper" - -[[repo]] -url = "https://github.com/kunalkashyap-1/dBank" - -[[repo]] -url = "https://github.com/MianUsamaIjaz/DBank" - -[[repo]] -url = "https://github.com/Muzammil-cyber/dtoken" - -[[repo]] -url = "https://github.com/Tamara-Ebi-Pere-Victor/Doc-Reg-CLI" - -[[repo]] -url = "https://github.com/patnorris/DecentralizedAIonIC" - -[[repo]] -url = "https://github.com/Muzammil-cyber/dbank" - -[[repo]] -url = "https://github.com/Sakosa878/DApp" - -[[repo]] -url = "https://github.com/Muzammil-cyber/opNFT" - -[[repo]] -url = "https://github.com/yu970253/deploymentTest" - -[[repo]] -url = "https://github.com/kristofenyi/mbc-enrollment" - -[[repo]] -url = "https://github.com/modclub-app/modclub_src" - -[[repo]] -url = "https://github.com/kristofenyi/motoko-calculator" - -[[repo]] -url = "https://github.com/SoftCysec/LinkedIn-ICP-Canister" - -[[repo]] -url = "https://github.com/VaibhavTripathi27/DecentralisedBankApp" - -[[repo]] -url = "https://github.com/umangutkarsh/OpenD-nft_marketplace" - -[[repo]] -url = "https://github.com/kunle-coded/opend" - -[[repo]] -url = "https://github.com/johnwesily/IPC-todolist" - -[[repo]] -url = "https://github.com/pu0238/pluto" - -[[repo]] -url = "https://github.com/saikatdas0790/expose_canister_metrics_for_scraper" - -[[repo]] -url = "https://github.com/iclighthouse/icETH" - -[[repo]] -url = "https://github.com/VaibhavTripathi27/NFTMarketPlace" - -[[repo]] -url = "https://github.com/Mohit-Kumar98/Buy-and-Sell-NFTs" - -[[repo]] -url = "https://github.com/sonukuldeep/IC-azle-svelte-starter-template" - -[[repo]] -url = "https://github.com/amuhleth42/ICP-ts-bootcamp" - -[[repo]] -url = "https://github.com/tomkoom/dao" - -[[repo]] -url = "https://github.com/anuragasawa20/Game-Platform" - -[[repo]] -url = "https://github.com/NFoithong/NFT-marketplace-project01" - -[[repo]] -url = "https://github.com/sardariuss/ic_interac" - -[[repo]] -url = "https://github.com/SeersSocial/seers-app" - -[[repo]] -url = "https://github.com/aryasoni1/walmartsparkathon" - -[[repo]] -url = "https://github.com/WilliamBuntu/dfx-moto" - -[[repo]] -url = "https://github.com/rncrmn/auth-client" - -[[repo]] -url = "https://github.com/ireckless03/dBank" - -[[repo]] -url = "https://github.com/erdincKIRTEKE/dsurv" - -[[repo]] -url = "https://github.com/divin3circle/fitness-tracker-icp-project" - -[[repo]] -url = "https://github.com/icppWorld/icpp-demos" - -[[repo]] -url = "https://github.com/rayyan21d/dBank" - -[[repo]] -url = "https://github.com/dipakja/Dbank" - -[[repo]] -url = "https://github.com/Nikhil-gna/Dbank" - -[[repo]] -url = "https://github.com/amalikmuhd/dbank" - -[[repo]] -url = "https://github.com/umangutkarsh/DKeeper-App" - -[[repo]] -url = "https://github.com/OliverMengich/students-app-canister" - -[[repo]] -url = "https://github.com/ivanlele/ic-web3-rs" - -[[repo]] -url = "https://github.com/ShubhamG2311/DKeeper" - -[[repo]] -url = "https://github.com/Adithya2310/DKeeper" - -[[repo]] -url = "https://github.com/ShubhamG2311/TokenVerse" - -[[repo]] -url = "https://github.com/Beastea3/rido-js" - -[[repo]] -url = "https://github.com/SeersSocial/Seers" - -[[repo]] -url = "https://github.com/AdiTya-DiXiT-01/NFT_Bazaar" - -[[repo]] -url = "https://github.com/ShubhamG2311/NFTVerse" - -[[repo]] -url = "https://github.com/allanokothdev/hello_world" - -[[repo]] -url = "https://github.com/SeersSocial/Seers0" - -[[repo]] -url = "https://github.com/minliamao/motokobootcamp-template" - -[[repo]] -url = "https://github.com/erfajc97/mbc-starter" - -[[repo]] -url = "https://github.com/atarico/mbc2023-enrollment" - -[[repo]] -url = "https://github.com/juliandebra/mbc2023-enrollment" - -[[repo]] -url = "https://github.com/strawhatrag/LentDefi" - -[[repo]] -url = "https://github.com/allanokothdev/dao_example" - -[[repo]] -url = "https://github.com/erfajc97/crudCanisterMotoko" - -[[repo]] -url = "https://github.com/allanokothdev/icp_bitcoin_integration" - -[[repo]] -url = "https://github.com/EMCProtocol-dev/EMC-DIP20" - -[[repo]] -url = "https://github.com/MLXVentures/mlxdata" - -[[repo]] -url = "https://github.com/NnsDao/podcast-fe" - -[[repo]] -url = "https://github.com/FPOLY-HCM/coursework" - -[[repo]] -url = "https://github.com/kismiapp/KISMI.APP" - -[[repo]] -url = "https://github.com/kalpitjain/Dossier_UR_Hackathon" - -[[repo]] -url = "https://github.com/Gymnopediese/PenduAzle" - -[[repo]] -url = "https://github.com/DannyVRSE/chainLinq" - -[[repo]] -url = "https://github.com/wathigo/VirtualDoctor" - -[[repo]] -url = "https://github.com/clinton263/ICP-azle-media-main" - -[[repo]] -url = "https://github.com/Zona-Tres/Hobbi" - -[[repo]] -url = "https://github.com/B3Pay/b3_utils" - -[[repo]] -url = "https://github.com/internet-computer-protocol/ic-eth-rpc" - -[[repo]] -url = "https://github.com/EMCProtocol-dev/EMC-NodeReward" - -[[repo]] -url = "https://github.com/NnsDao/ddz-fe" - -[[repo]] -url = "https://github.com/gigaverselabs/topup_site" - -[[repo]] -url = "https://github.com/Vedanti00/dKeeper" - -[[repo]] -url = "https://github.com/panch8/theNoReasonDAO" - -[[repo]] -url = "https://github.com/BoomDAO/astral-rift" - -[[repo]] -url = "https://github.com/mainakcs/dbank" - -[[repo]] -url = "https://github.com/tuminfei/ic_jwt" - -[[repo]] -url = "https://github.com/tensormaker/crappycalc" - -[[repo]] -url = "https://github.com/lapd87/IC-tracker" - -[[repo]] -url = "https://github.com/TheoJF97/ic-hello-world" - -[[repo]] -url = "https://github.com/horizonx-tech/evm-proof-verifier-motoko" - -[[repo]] -url = "https://github.com/timk11/guildnotes" - -[[repo]] -url = "https://github.com/TFC-Motley/Struct" - -[[repo]] -url = "https://github.com/K1297/TaleBlox" - -[[repo]] -url = "https://github.com/MarciiKai/ICP-Crud" - -[[repo]] -url = "https://github.com/Kenneth-Cho-W3/Simple-DAO" - -[[repo]] -url = "https://github.com/MelikeBolen1/ICP-Bootcamp-FinalCase" - -[[repo]] -url = "https://github.com/SuvarnaBhide/Keeper-App" - -[[repo]] -url = "https://github.com/denizcan-yilmaz/Auction_Dapp" - -[[repo]] -url = "https://github.com/Lexxlinks/ICP-Motoko-Projects" - -[[repo]] -url = "https://github.com/ufoscout/ic_rust_poc" - -[[repo]] -url = "https://github.com/maxx6262/icp_wms" - -[[repo]] -url = "https://github.com/evsyutkin/motoko-starter-tl" - -[[repo]] -url = "https://github.com/ecebgenc/Internet-Computer-Rust-Bootcamp-Final-Project" - -[[repo]] -url = "https://github.com/Dashuto22/DBANK_MOTOKO" - -[[repo]] -url = "https://github.com/heydoyouknowme0/notes-web3" - -[[repo]] -url = "https://github.com/DiegoMartinez997/Dbank" - -[[repo]] -url = "https://github.com/Roberta-Freitas/dbank-web3-app" - -[[repo]] -url = "https://github.com/vporton/motoko_can_bug" - -[[repo]] -url = "https://github.com/sunshineluyao/icp-nns-db" - -[[repo]] -url = "https://github.com/gears0012/ICP-Calculator" - -[[repo]] -url = "https://github.com/PRATHAMESHG1234/blockchain_in_motoko_ICP" - -[[repo]] -url = "https://github.com/sam-the-tutor/PW-Manager" - -[[repo]] -url = "https://github.com/Roberta-Freitas/dkeeper" - -[[repo]] -url = "https://github.com/AustinChris1/developing-motoko-frontend" - -[[repo]] -url = "https://github.com/MeryemKokdogan/icrbfinalprojectmrymkkdgn" - -[[repo]] -url = "https://github.com/BrandonVC29/COMUNIDAD-MOTOKO-ICP" - -[[repo]] -url = "https://github.com/SrinivasaraoNarne/Dapp-MOTOKO-Dbank-finance-app" - -[[repo]] -url = "https://github.com/rabbithole-app/rabbithole" - -[[repo]] -url = "https://github.com/Vedanti00/opend" - -[[repo]] -url = "https://github.com/ZhenyaUsenko/motoko-hash-map" - -[[repo]] -url = "https://github.com/fairtale5/BB" - -[[repo]] -url = "https://github.com/iamenochchirima/websockets-motoko" - -[[repo]] -url = "https://github.com/IvyZayn/DKeeper-Decentralized-WebApp" - -[[repo]] -url = "https://github.com/iamenochchirima/nexuschats-motoko" - -[[repo]] -url = "https://github.com/conorseed/formthing_poc" - -[[repo]] -url = "https://github.com/bryanbill/transit-cannister" - -[[repo]] -url = "https://github.com/tomkoom/cyql.io" - -[[repo]] -url = "https://github.com/ScorpionVT/mbc2023-enrollment" - -[[repo]] -url = "https://github.com/bellujrb/hackathon_internetcomputer" - -[[repo]] -url = "https://github.com/iamenochchirima/ic-websockets-pingpong-mo" - -[[repo]] -url = "https://github.com/patnorris/FutureWebInitiative" - -[[repo]] -url = "https://github.com/NidNidhogg/dbanxter" - -[[repo]] -url = "https://github.com/kamalbuilds/BRAM" - -[[repo]] -url = "https://github.com/dmitrygulevich2000/disser-playground" - -[[repo]] -url = "https://github.com/David-HernandezM/MAI" - -[[repo]] -url = "https://github.com/wolfdev0512/IC-Puzzle" - -[[repo]] -url = "https://github.com/lovishtater/BankChain" - -[[repo]] -url = "https://github.com/devvspaces/icp-poll-dapp" - -[[repo]] -url = "https://github.com/AdalbertoCV/ICP_APP" - -[[repo]] -url = "https://github.com/iamenochchirima/ckbtc" - -[[repo]] -url = "https://github.com/Oscda1/Battleship" - -[[repo]] -url = "https://github.com/RachitJain959/OpenD" - -[[repo]] -url = "https://github.com/sathwikNARKEDimilli29/Decentralised_iNotebook" - -[[repo]] -url = "https://github.com/Viky-Gomez/ICP" - -[[repo]] -url = "https://github.com/Al-Mansori/DBank" - -[[repo]] -url = "https://github.com/MVelascoWS/NFTonChain" - -[[repo]] -url = "https://github.com/icppWorld/icpp-pro" - -[[repo]] -url = "https://github.com/Iamknownasfesal/bitacle" - -[[repo]] -url = "https://github.com/krpeacock/access-control-tutorial" - -[[repo]] -url = "https://github.com/cedev935/open-chat" - -[[repo]] -url = "https://github.com/Kinyabundi/ICP-Job-Board" - -[[repo]] -url = "https://github.com/juanetchart29/mbc-enrollment" - -[[repo]] -url = "https://github.com/valiantlynx/sveltekit-starter-ic" - -[[repo]] -url = "https://github.com/theopin/web-development-bootcamp" - -[[repo]] -url = "https://github.com/lukasvozda/nostric" - -[[repo]] -url = "https://github.com/taijusanagi/icp-smart-wallet" - -[[repo]] -url = "https://github.com/AleDema/ICPoap" - -[[repo]] -url = "https://github.com/sathwikNARKEDimilli29/dBasha_CryptoToken" - -[[repo]] -url = "https://github.com/iamenochchirima/nexusblogs" - -[[repo]] -url = "https://github.com/ZahrizhalAli/dfx-hello" - -[[repo]] -url = "https://github.com/umangutkarsh/DFaucet-IC_Token_App" - -[[repo]] -url = "https://github.com/Ishmael-Chepsoi/DBANK" - -[[repo]] -url = "https://github.com/cybrowl/capsule" - -[[repo]] -url = "https://github.com/iclighthouse/icRouter" - -[[repo]] -url = "https://github.com/oggy-dfin/lob" - -[[repo]] -url = "https://github.com/av1ctor/medpx" - -[[repo]] -url = "https://github.com/neeboo/ethtent" - -[[repo]] -url = "https://github.com/benjizhai/ckicp" - -[[repo]] -url = "https://github.com/balavenkataraman123/HackTheNorth2023" - -[[repo]] -url = "https://github.com/adityakm24/SynthiFy" - -[[repo]] -url = "https://github.com/icppWorld/icpp_llm" - -[[repo]] -url = "https://github.com/connexus-team/Icpp-llm" - -[[repo]] -url = "https://github.com/ICP-Latam/ICP-Developer" - -[[repo]] -url = "https://github.com/ridoio/rido-contract" - -[[repo]] -url = "https://github.com/B3Pay/b3-note" - -[[repo]] -url = "https://github.com/nx-fi/nx-governance" - -[[repo]] -url = "https://github.com/internet-computer-protocol/rustic" - -[[repo]] -url = "https://github.com/relinkd/ssi_icp_scheme" - diff --git a/data/ecosystems/i/iotex.toml b/data/ecosystems/i/iotex.toml index 628b8e478a..3cfb43492f 100644 --- a/data/ecosystems/i/iotex.toml +++ b/data/ecosystems/i/iotex.toml @@ -10,8 +10,8 @@ sub_ecosystems = [ "iopay", "iotubeproject", "M3tering Protocol", - "Magic Land", "machinefi", + "Magic Land", "Mimo Defi", "Parrot DeFi", "StarCrazy", @@ -21,23 +21,12 @@ sub_ecosystems = [ "ZoomSwap", ] -github_organizations = [ - "https://github.com/iotexproject" -] +github_organizations = ["https://github.com/iotexproject"] # Repositories [[repo]] url = "https://github.com/iotexproject/.github" -[[repo]] -url = "https://github.com/iotexproject/zkp-wallet-ui" - -[[repo]] -url = "https://github.com/iotexproject/zkp-wallet-contracts" - -[[repo]] -url = "https://github.com/iotexproject/zkp-wallet-circuits" - [[repo]] url = "https://github.com/iotexproject/account-abstraction-contracts" @@ -78,6 +67,9 @@ missing = true url = "https://github.com/iotexproject/avoTeeU2F" missing = true +[[repo]] +url = "https://github.com/iotexproject/awesome-depin" + [[repo]] url = "https://github.com/iotexproject/babel-api" @@ -214,6 +206,7 @@ url = "https://github.com/iotexproject/generate-pebble-data" [[repo]] url = "https://github.com/iotexproject/geostream-server" +missing = true [[repo]] url = "https://github.com/iotexproject/ghost" @@ -260,11 +253,12 @@ missing = true url = "https://github.com/iotexproject/hasura-graphql" [[repo]] -url = "https://github.com/iotexproject/heartrate-monitor-l1" +url = "https://github.com/iotexproject/heartbeat" missing = true [[repo]] -url = "https://github.com/iotexproject/heartbeat" +url = "https://github.com/iotexproject/heartrate-monitor-l1" +missing = true [[repo]] url = "https://github.com/iotexproject/high-table" @@ -373,9 +367,6 @@ url = "https://github.com/iotexproject/iotex-antenna-rust" [[repo]] url = "https://github.com/iotexproject/iotex-antenna-swift" -[[repo]] -url = "https://github.com/iotexproject/awesome-depin" - [[repo]] url = "https://github.com/iotexproject/iotex-bootstrap" @@ -990,5 +981,14 @@ missing = true url = "https://github.com/iotexproject/wp-tasks" missing = true +[[repo]] +url = "https://github.com/iotexproject/zkp-wallet-circuits" + +[[repo]] +url = "https://github.com/iotexproject/zkp-wallet-contracts" + +[[repo]] +url = "https://github.com/iotexproject/zkp-wallet-ui" + [[repo]] url = "https://github.com/iotexproject/zkWasm" diff --git a/data/ecosystems/l/lyric-labs.toml b/data/ecosystems/l/lyric-labs.toml index a6cb980279..c62531f8ce 100644 --- a/data/ecosystems/l/lyric-labs.toml +++ b/data/ecosystems/l/lyric-labs.toml @@ -11,6 +11,7 @@ url = "https://github.com/LyricLabs/melody" [[repo]] url = "https://github.com/LyricLabs/melody-fe" +missing = true [[repo]] url = "https://github.com/LyricLabs/render-fe" diff --git a/data/ecosystems/m/machinefi.toml b/data/ecosystems/m/machinefi.toml index 029db1e194..7405ca02d3 100644 --- a/data/ecosystems/m/machinefi.toml +++ b/data/ecosystems/m/machinefi.toml @@ -3,14 +3,18 @@ title = "machinefi" sub_ecosystems = [] -github_organizations = [ - "https://github.com/machinefi" -] +github_organizations = ["https://github.com/machinefi"] # Repositories +[[repo]] +url = "https://github.com/machinefi/.github" + [[repo]] url = "https://github.com/machinefi/Bumblebee" +[[repo]] +url = "https://github.com/machinefi/create-ws-app" + [[repo]] url = "https://github.com/machinefi/geolocation-sdk-demo" @@ -20,6 +24,9 @@ url = "https://github.com/machinefi/geolocation-ts-sdk" [[repo]] url = "https://github.com/machinefi/get-started" +[[repo]] +url = "https://github.com/machinefi/google-fit-demo" + [[repo]] url = "https://github.com/machinefi/iot-sdk-mbedtls" @@ -44,128 +51,123 @@ missing = true url = "https://github.com/machinefi/metapebble-testing" [[repo]] -url = "https://github.com/machinefi/smartpoint-demo" +url = "https://github.com/machinefi/oura-demo-v2" +missing = true [[repo]] -url = "https://github.com/machinefi/trusted-location-airdrop-dapp" +url = "https://github.com/machinefi/psa-crypto-arduino" [[repo]] -url = "https://github.com/machinefi/trusted-location-get-started" +url = "https://github.com/machinefi/psa-crypto-esp32" [[repo]] -url = "https://github.com/machinefi/w3bstream" +url = "https://github.com/machinefi/smartpoint-demo" [[repo]] -url = "https://github.com/machinefi/w3bstream-android-sdk" +url = "https://github.com/machinefi/test-required-workflow" [[repo]] -url = "https://github.com/machinefi/w3bstream-compile-rust" -missing = true +url = "https://github.com/machinefi/trusted-location-airdrop-dapp" [[repo]] -url = "https://github.com/machinefi/w3bstream-docs-gitbook" +url = "https://github.com/machinefi/trusted-location-get-started" [[repo]] -url = "https://github.com/machinefi/w3bstream-examples" +url = "https://github.com/machinefi/w3bstream" [[repo]] -url = "https://github.com/machinefi/w3bstream-ios-sdk" +url = "https://github.com/machinefi/w3bstream-android-sdk" [[repo]] -url = "https://github.com/machinefi/w3bstream-iot-sdk" -missing = true +url = "https://github.com/machinefi/w3bstream-client-arduino" [[repo]] -url = "https://github.com/machinefi/w3bstream-media-kit" +url = "https://github.com/machinefi/w3bstream-client-esp32" [[repo]] -url = "https://github.com/machinefi/w3bstream-oauth" -missing = true +url = "https://github.com/machinefi/w3bstream-client-go" [[repo]] -url = "https://github.com/machinefi/w3bstream-saas" -missing = true +url = "https://github.com/machinefi/w3bstream-client-js" [[repo]] -url = "https://github.com/machinefi/w3bstream-studio" +url = "https://github.com/machinefi/w3bstream-client-python" [[repo]] -url = "https://github.com/machinefi/w3bstream-ts-sdk" +url = "https://github.com/machinefi/w3bstream-compile-rust" +missing = true [[repo]] -url = "https://github.com/machinefi/w3bstream-wasm-assemblyscript-sdk" +url = "https://github.com/machinefi/w3bstream-docs-gitbook" [[repo]] -url = "https://github.com/machinefi/w3bstream-wasm-golang-sdk" +url = "https://github.com/machinefi/w3bstream-examples" [[repo]] -url = "https://github.com/machinefi/w3bstream-wasm-rust-sdk" +url = "https://github.com/machinefi/w3bstream-http-client-simulator" [[repo]] -url = "https://github.com/machinefi/w3bstream_compilets_demo" +url = "https://github.com/machinefi/w3bstream-ios-sdk" [[repo]] -url = "https://github.com/machinefi/waas-flow-sdk-doc" +url = "https://github.com/machinefi/w3bstream-iot-sdk" +missing = true [[repo]] -url = "https://github.com/machinefi/w3bstream-client-python" +url = "https://github.com/machinefi/w3bstream-media-kit" [[repo]] -url = "https://github.com/machinefi/w3bstream-client-go" +url = "https://github.com/machinefi/w3bstream-oauth" +missing = true [[repo]] -url = "https://github.com/machinefi/western-chain-ws" +url = "https://github.com/machinefi/w3bstream-perf" +missing = true [[repo]] -url = "https://github.com/machinefi/w3bstream-client-js" +url = "https://github.com/machinefi/w3bstream-saas" +missing = true [[repo]] -url = "https://github.com/machinefi/w3bstream-client-arduino" +url = "https://github.com/machinefi/w3bstream-studio" [[repo]] -url = "https://github.com/machinefi/w3bstream-client-esp32" +url = "https://github.com/machinefi/w3bstream-studio-1" [[repo]] -url = "https://github.com/machinefi/w3bstream-http-client-simulator" +url = "https://github.com/machinefi/w3bstream-ts-sdk" [[repo]] url = "https://github.com/machinefi/w3bstream-v2" +missing = true [[repo]] -url = "https://github.com/machinefi/psa-crypto-arduino" - -[[repo]] -url = "https://github.com/machinefi/psa-crypto-esp32" - -[[repo]] -url = "https://github.com/machinefi/create-ws-app" - -[[repo]] -url = "https://github.com/machinefi/web3-iot-sdk" +url = "https://github.com/machinefi/w3bstream-vscode-extension-assemblyscript" [[repo]] -url = "https://github.com/machinefi/google-fit-demo" +url = "https://github.com/machinefi/w3bstream-vscode-extension-go" [[repo]] -url = "https://github.com/machinefi/oura-demo-v2" +url = "https://github.com/machinefi/w3bstream-vscode-extension-rust" [[repo]] -url = "https://github.com/machinefi/w3bstream-vscode-extension-assemblyscript" +url = "https://github.com/machinefi/w3bstream-wasm-assemblyscript-sdk" [[repo]] -url = "https://github.com/machinefi/w3bstream-vscode-extension-go" +url = "https://github.com/machinefi/w3bstream-wasm-golang-sdk" [[repo]] -url = "https://github.com/machinefi/w3bstream-vscode-extension-rust" +url = "https://github.com/machinefi/w3bstream-wasm-rust-sdk" [[repo]] -url = "https://github.com/machinefi/w3bstream-studio-1" +url = "https://github.com/machinefi/w3bstream_compilets_demo" [[repo]] -url = "https://github.com/machinefi/w3bstream-perf" +url = "https://github.com/machinefi/waas-flow-sdk-doc" [[repo]] -url = "https://github.com/machinefi/test-required-workflow" +url = "https://github.com/machinefi/web3-iot-sdk" [[repo]] -url = "https://github.com/machinefi/.github" +url = "https://github.com/machinefi/western-chain-ws" +missing = true diff --git a/data/ecosystems/n/nobleblocks.toml b/data/ecosystems/n/nobleblocks.toml new file mode 100644 index 0000000000..8d5cc4bce2 --- /dev/null +++ b/data/ecosystems/n/nobleblocks.toml @@ -0,0 +1,14 @@ +# Ecosystem Level Information +title = "NOBLEBLOCKS" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/NOBLBLOCKS"] + +# Repositories +[[repo]] +url = "https://github.com/NOBLBLOCKS/NOBLEBLOCKS-PUB" + +[[repo]] +url = "https://github.com/NOBLBLOCKS/NOBLEBLOCKS-PUBLIC" +missing = true diff --git a/data/ecosystems/o/open-chat-labs.toml b/data/ecosystems/o/open-chat-labs.toml index 557ca0f23f..ce92bbfe61 100644 --- a/data/ecosystems/o/open-chat-labs.toml +++ b/data/ecosystems/o/open-chat-labs.toml @@ -1,27 +1,32 @@ +# Ecosystem Level Information title = "open-chat-labs" + sub_ecosystems = [] + github_organizations = ["https://github.com/open-chat-labs"] -[[repo]] -url = "https://github.com/open-chat-labs/oc-landing" +# Repositories [[repo]] url = "https://github.com/open-chat-labs/auto-changelog" [[repo]] url = "https://github.com/open-chat-labs/auto-storage" +missing = true [[repo]] url = "https://github.com/open-chat-labs/cycles-dispenser" [[repo]] -url = "https://github.com/open-chat-labs/simple-market-maker" +url = "https://github.com/open-chat-labs/ic-utils" [[repo]] -url = "https://github.com/open-chat-labs/peerjs-server" +url = "https://github.com/open-chat-labs/oc-landing" [[repo]] -url = "https://github.com/open-chat-labs/ic-utils" +url = "https://github.com/open-chat-labs/open-chat" [[repo]] -url = "https://github.com/open-chat-labs/open-chat" +url = "https://github.com/open-chat-labs/peerjs-server" +[[repo]] +url = "https://github.com/open-chat-labs/simple-market-maker" diff --git a/data/ecosystems/r/rakeoff.toml b/data/ecosystems/r/rakeoff.toml new file mode 100644 index 0000000000..973874ecdc --- /dev/null +++ b/data/ecosystems/r/rakeoff.toml @@ -0,0 +1,11 @@ +# Ecosystem Level Information +title = "Rakeoff" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/rakeoff-labs"] + +# Repositories +[[repo]] +url = "https://github.com/rakeoff-labs/rakeoff" +missing = true diff --git a/data/ecosystems/s/solana.toml b/data/ecosystems/s/solana.toml index bbcca749ed..c761530698 100644 --- a/data/ecosystems/s/solana.toml +++ b/data/ecosystems/s/solana.toml @@ -331,6 +331,10 @@ url = "https://github.com/0xcrust/clockPay" [[repo]] url = "https://github.com/0xcrust/donations" +[[repo]] +url = "https://github.com/0xcrust/flow" +missing = true + [[repo]] url = "https://github.com/0xcrust/s_flow" @@ -361,6 +365,9 @@ url = "https://github.com/0xk2/solana-buildspace-core-1" [[repo]] url = "https://github.com/0xk2/solanaWeb3App" +[[repo]] +url = "https://github.com/0xlarry/nfraids-client" + [[repo]] url = "https://github.com/0xlazytron/candymachine" @@ -388,6 +395,9 @@ url = "https://github.com/0xMiyu/ticketing_nft_testing" [[repo]] url = "https://github.com/0xMukesh/nas-summit" +[[repo]] +url = "https://github.com/0xMukesh/nft-compression-solana-pay" + [[repo]] url = "https://github.com/0xnetfox/rb-access" missing = true @@ -395,12 +405,18 @@ missing = true [[repo]] url = "https://github.com/0xNeuroD-RC/solitaires" +[[repo]] +url = "https://github.com/0xNico/hyperion-mainnet" + [[repo]] url = "https://github.com/0xNineteen/solana-arbitrage-bot" [[repo]] url = "https://github.com/0xNova/test" +[[repo]] +url = "https://github.com/0xNyk/xnft-playground" + [[repo]] url = "https://github.com/0xPratik/anchor-UI" @@ -438,6 +454,18 @@ url = "https://github.com/0xprincedev/solana-candy-machine" [[repo]] url = "https://github.com/0xproflupin/custos" +[[repo]] +url = "https://github.com/0xproflupin/dapp-scaffold" + +[[repo]] +url = "https://github.com/0xproflupin/mobile-wallet-adapter" + +[[repo]] +url = "https://github.com/0xproflupin/sign-message-test" + +[[repo]] +url = "https://github.com/0xproflupin/wallet-adapter-phantom" + [[repo]] url = "https://github.com/0xraidr/anchorairdrop" @@ -450,6 +478,9 @@ url = "https://github.com/0xraidr/nft-transfer" [[repo]] url = "https://github.com/0xraidr/solana-coinflip" +[[repo]] +url = "https://github.com/0xrinegade/amm" + [[repo]] url = "https://github.com/0xSavant/MobiusProtocolPL" @@ -477,6 +508,9 @@ url = "https://github.com/0xShuk/Escrow" [[repo]] url = "https://github.com/0xShuk/nft-frontend" +[[repo]] +url = "https://github.com/0xShuk/Redacted" + [[repo]] url = "https://github.com/0xsmart-dev/anchor-staking" @@ -489,6 +523,9 @@ url = "https://github.com/0xsmart-dev/spl-staking-rust" [[repo]] url = "https://github.com/0xSmick/buildspace-sushi" +[[repo]] +url = "https://github.com/0xSmick/sol-twitter-banner" + [[repo]] url = "https://github.com/0xSmick/solana-bonk-cmv3-template" @@ -537,6 +574,12 @@ url = "https://github.com/15-Lippo/marketgh" [[repo]] url = "https://github.com/15-Lippo/mungi" +[[repo]] +url = "https://github.com/15-Lippo/pas" + +[[repo]] +url = "https://github.com/15-Lippo/sol-market" + [[repo]] url = "https://github.com/15-Lippo/spx" @@ -600,6 +643,9 @@ url = "https://github.com/3tw/student-introductions-solana" [[repo]] url = "https://github.com/4everland/dashboard-website" +[[repo]] +url = "https://github.com/4N1Z/Solana-Projects" + [[repo]] url = "https://github.com/4SAMU/solana-token-update-metadata" @@ -621,9 +667,18 @@ url = "https://github.com/a-yo-defi/WAVE-AYO" [[repo]] url = "https://github.com/a20041060/rust_hello_world" +[[repo]] +url = "https://github.com/a20hek/proto-web-app" + [[repo]] url = "https://github.com/a26nine/sol-block-derby" +[[repo]] +url = "https://github.com/a7rs/basic-staking-solana" + +[[repo]] +url = "https://github.com/a7rs/basic-vesting-solana" + [[repo]] url = "https://github.com/a7rs/scy-app" @@ -690,6 +745,9 @@ url = "https://github.com/abdulvahap51/solana_todo_app" [[repo]] url = "https://github.com/abdulvahap51/token-mint-dapp" +[[repo]] +url = "https://github.com/abh1/solana-web3.js-1.75.0" + [[repo]] url = "https://github.com/abheektripathy/SolanaCore" @@ -735,6 +793,9 @@ url = "https://github.com/Abou1205/firstID-solana" [[repo]] url = "https://github.com/Abou1205/Solana-NFT-Minter" +[[repo]] +url = "https://github.com/abrahamomolewa/real-solana" + [[repo]] url = "https://github.com/abrahamomolewa/solana-bpf" @@ -750,6 +811,9 @@ url = "https://github.com/Abubakar672/Solana_Token_Creator_Platform" [[repo]] url = "https://github.com/AbuzarGhazanfarKhan/soalan-practice" +[[repo]] +url = "https://github.com/Ace82/Web3-Solana-Project" + [[repo]] url = "https://github.com/acecoder7/BFF" @@ -819,6 +883,9 @@ url = "https://github.com/AdamSioud/MINTA" [[repo]] url = "https://github.com/adarshzpatel/fermi-frontend" +[[repo]] +url = "https://github.com/addnsk/solana-tx-parser-public" + [[repo]] url = "https://github.com/adem-ilhan/nft-minter" @@ -852,6 +919,9 @@ url = "https://github.com/adlonymous/MCFC-SolGIF" [[repo]] url = "https://github.com/adnanhashmi09/Solana-Wallet" +[[repo]] +url = "https://github.com/adrianbogdann/metacrafters-nft-final-project" + [[repo]] url = "https://github.com/adrianncovaci/metaplex-sample" @@ -879,6 +949,12 @@ url = "https://github.com/aenikata/solanatest" [[repo]] url = "https://github.com/aenikata/solanatest-frontend" +[[repo]] +url = "https://github.com/aeroblast1/nftsticketsutec" + +[[repo]] +url = "https://github.com/aeroblast1/pruebafinal" + [[repo]] url = "https://github.com/AESETH/deposit" @@ -966,6 +1042,9 @@ url = "https://github.com/aimachieve/Solana-Coinflip" [[repo]] url = "https://github.com/aimachieve/Solana-Coinflip-Contract" +[[repo]] +url = "https://github.com/airicyu/solana-sample-client-wallet-transfer" + [[repo]] url = "https://github.com/aiyaya188/solana-go" @@ -1011,6 +1090,9 @@ url = "https://github.com/Akanseri/solana-intro-frontend" [[repo]] url = "https://github.com/Akanseri/solinclient" +[[repo]] +url = "https://github.com/akash-frontier/demo-wallet-standard" + [[repo]] url = "https://github.com/Akather-io/akather-solana" @@ -1020,6 +1102,9 @@ url = "https://github.com/Akather-io/solana-program-edu" [[repo]] url = "https://github.com/akcoren/patika" +[[repo]] +url = "https://github.com/akhilathuluri/Building-a-Solana-Web-App" + [[repo]] url = "https://github.com/AkhilSharma90/basic-solana-program" @@ -1044,15 +1129,27 @@ url = "https://github.com/akmami/solana-tutorial" [[repo]] url = "https://github.com/akp111/ATR-bot" +[[repo]] +url = "https://github.com/akp111/solflow-backend" + +[[repo]] +url = "https://github.com/akp111/solflow-frontend" + [[repo]] url = "https://github.com/akrap19/impact_frontend" +[[repo]] +url = "https://github.com/aksforu/solana-metacraft" + [[repo]] url = "https://github.com/Akshat-2512/javascriptsbasics" [[repo]] url = "https://github.com/akshatcoder-hash/multichain" +[[repo]] +url = "https://github.com/akshatcoder-hash/pizza-coin" + [[repo]] url = "https://github.com/AkshatSaraswat03/Project-Noise" @@ -1065,6 +1162,12 @@ url = "https://github.com/akshaydhayal/Seahorse-Token-Program" [[repo]] url = "https://github.com/akshita642/sole-airdrop" +[[repo]] +url = "https://github.com/alaa-belhassen/finalefrontPfe" + +[[repo]] +url = "https://github.com/alade-dev/ChainVault-Sol" + [[repo]] url = "https://github.com/AlandSleman/SocialBlock" @@ -1074,6 +1177,9 @@ url = "https://github.com/alanhc/create-dapp-solana-nextjs" [[repo]] url = "https://github.com/alanmathews9/sol-get-tok" +[[repo]] +url = "https://github.com/alaydin/NFT-Minter" + [[repo]] url = "https://github.com/alaydin/Solana-CLI-Token-Mint" @@ -1083,6 +1189,9 @@ url = "https://github.com/alaydin/Solana-NFT-Displayer" [[repo]] url = "https://github.com/alaydin/Solana-NFT-Minter-UI" +[[repo]] +url = "https://github.com/alaydin/Solana-Token-Mint" + [[repo]] url = "https://github.com/albincsergo/nerdoos" @@ -1143,6 +1252,9 @@ url = "https://github.com/AlexisFaugeroux/NFT-Carousel" [[repo]] url = "https://github.com/AlexisFaugeroux/NFT-Carousel-Backend" +[[repo]] +url = "https://github.com/alexonab/solana-jupiter-bot" + [[repo]] url = "https://github.com/AlexStefan/WinterSchoolOfSolana" @@ -1207,6 +1319,9 @@ url = "https://github.com/alishahbaz659/Decent" url = "https://github.com/aliyukamilu/Raid-2-Earn" missing = true +[[repo]] +url = "https://github.com/alkimo/solanaCalculator" + [[repo]] url = "https://github.com/allamadramaclub/llamadramaclub-nft" @@ -1228,6 +1343,9 @@ url = "https://github.com/ALLIIPP/Jupiter-arbs-bot" [[repo]] url = "https://github.com/ALLIIPP/Liq-Accounts" +[[repo]] +url = "https://github.com/ALLIIPP/liqAccounts" + [[repo]] url = "https://github.com/ALLIIPP/mint_lol_upload" @@ -1246,9 +1364,18 @@ url = "https://github.com/Almugra/Anchor-Rock-Paper-Scissors" [[repo]] url = "https://github.com/alperenbekci/mr-airdrop" +[[repo]] +url = "https://github.com/alphabatem/bern_crank" + [[repo]] url = "https://github.com/alphabatem/liquifynft-sdk" +[[repo]] +url = "https://github.com/alphabatem/nft-amm-sdk" + +[[repo]] +url = "https://github.com/alphabatem/onemillionnft_img" + [[repo]] url = "https://github.com/alphabatem/vue2-wallet-adapter" @@ -1336,6 +1463,9 @@ url = "https://github.com/Altar12/on-chain-tic-tac-toe-stake" [[repo]] url = "https://github.com/Altar12/PipCoin" +[[repo]] +url = "https://github.com/Altar12/sol-transfer-api" + [[repo]] url = "https://github.com/Altar12/solana-student-intro-program" @@ -1369,6 +1499,12 @@ url = "https://github.com/alvinsga/candy-machine-v2" [[repo]] url = "https://github.com/Alwin24/address-lookup-table" +[[repo]] +url = "https://github.com/Alwin24/create-nonce-account" + +[[repo]] +url = "https://github.com/Alwin24/dogeswap-lt-script" + [[repo]] url = "https://github.com/Alwin24/programmable-nfts" @@ -1411,12 +1547,18 @@ url = "https://github.com/amazingfarooqq/solana-react-gif-portal" [[repo]] url = "https://github.com/ambition-so/controllers" +[[repo]] +url = "https://github.com/AmDeep/Web3_Rust_CosmWasm-Z2H" + [[repo]] url = "https://github.com/amilz/bonkburn" [[repo]] url = "https://github.com/amilz/burnspl" +[[repo]] +url = "https://github.com/amilz/Candy-Machine-V3-UI" + [[repo]] url = "https://github.com/amilz/proof-of-x" @@ -1600,6 +1742,9 @@ url = "https://github.com/AnishDe12020/solana-base-app-next-chakra" [[repo]] url = "https://github.com/AnishDe12020/solana-react-wallet-adapter-custom-ui-example" +[[repo]] +url = "https://github.com/AnishDe12020/solana-wallet-adapter-chakra-ui" + [[repo]] url = "https://github.com/AnishDe12020/use-anchor-program" @@ -1633,6 +1778,9 @@ url = "https://github.com/anonchickenlegs/nft-display" [[repo]] url = "https://github.com/anoushk1234/anchor-merkle-tree" +[[repo]] +url = "https://github.com/anoushk1234/proxy" + [[repo]] url = "https://github.com/anoushk1234/pyth-example" @@ -1642,6 +1790,9 @@ url = "https://github.com/anoushk1234/seahorse-auction" [[repo]] url = "https://github.com/anoushk1234/seahorse-contract-wallet" +[[repo]] +url = "https://github.com/anoushk1234/solana-base-app" + [[repo]] url = "https://github.com/anoushk1234/solana-otp-wallet" @@ -1750,9 +1901,15 @@ url = "https://github.com/anuj0809/Doge" [[repo]] url = "https://github.com/anuraglol/sol-pay-txn-sim" +[[repo]] +url = "https://github.com/anuraglol/solana-pay-polling" + [[repo]] url = "https://github.com/anyon-xyz/anyon" +[[repo]] +url = "https://github.com/anypay/usdc-solana-phantom-create-react-app-typescript" + [[repo]] url = "https://github.com/anyswap/router-solana-contract" @@ -1765,6 +1922,9 @@ url = "https://github.com/AP696/Airbnb-solana" [[repo]] url = "https://github.com/Aparna-Bindhu/solana-ride-sharing" +[[repo]] +url = "https://github.com/apfitzge/configure_mango" + [[repo]] url = "https://github.com/apmfree78/candy-machine-lookup" @@ -1786,6 +1946,9 @@ url = "https://github.com/apokaslan/Solana-Grizzlython-Practicum" [[repo]] url = "https://github.com/apoorva1823000/SolanaStaycations" +[[repo]] +url = "https://github.com/AppleJin512/go-backend" + [[repo]] url = "https://github.com/AptosZombies/Folio-Dev" missing = true @@ -1832,6 +1995,9 @@ url = "https://github.com/archae0pteryx/buildspace-nft-minter" [[repo]] url = "https://github.com/archae0pteryx/buildspace-solana" +[[repo]] +url = "https://github.com/ArchanaVaideeswaran/solana-buildoor-nft" + [[repo]] url = "https://github.com/ArchanaVaideeswaran/solana-gif-portal" @@ -1907,6 +2073,9 @@ url = "https://github.com/Arnav3094/airdrop" [[repo]] url = "https://github.com/arncv/De-Organ" +[[repo]] +url = "https://github.com/ArpitaGanatra/arpita-solana-Q1-2023" + [[repo]] url = "https://github.com/Arrowana/airdropper" @@ -1955,6 +2124,9 @@ url = "https://github.com/aryabhat1/Arya_NFT_Minter" [[repo]] url = "https://github.com/aryabhat1/Flower_NFT" +[[repo]] +url = "https://github.com/Aryan-goel/solmint-main" + [[repo]] url = "https://github.com/aryan877/SOLPAY" @@ -1979,6 +2151,13 @@ url = "https://github.com/ASCorreia/vinci-stake" [[repo]] url = "https://github.com/ASCorreia/vinci-world-smart-contract" +[[repo]] +url = "https://github.com/asepwe/game" + +[[repo]] +url = "https://github.com/asepwe/games" +missing = true + [[repo]] url = "https://github.com/Ashish9140/solAirdrop" @@ -2021,6 +2200,9 @@ url = "https://github.com/Ashu-spec/metacrafters" [[repo]] url = "https://github.com/Ashu999/mint-fungible-spl" +[[repo]] +url = "https://github.com/ashwinxprasad/solace-demo" + [[repo]] url = "https://github.com/askibin/launchpad" @@ -2042,6 +2224,9 @@ url = "https://github.com/aslaker/create-spl-token" [[repo]] url = "https://github.com/aslaydn/NFTs-from-a-Candy-Machine" +[[repo]] +url = "https://github.com/aslaydn/SolanaMinting-UI" + [[repo]] url = "https://github.com/aslaydn/TannyToken" @@ -2057,6 +2242,12 @@ url = "https://github.com/aspin/solana-trader-tui" [[repo]] url = "https://github.com/aspnxdd/fragmentor" +[[repo]] +url = "https://github.com/AstraI24/journalist_anchor_program" + +[[repo]] +url = "https://github.com/AstraI24/journalist_next_testing" + [[repo]] url = "https://github.com/AswinSreenivas/betting101" @@ -2105,6 +2296,9 @@ url = "https://github.com/atesbey-design/solana_executable_temp" [[repo]] url = "https://github.com/atesbey-design/solCrowGithub" +[[repo]] +url = "https://github.com/athar-d-reader/d-reader-frontend" + [[repo]] url = "https://github.com/atharmohammad/Token-Pool" @@ -2126,6 +2320,9 @@ url = "https://github.com/atticlab/audius-reward-manager" [[repo]] url = "https://github.com/atul-blok/solana-nfts" +[[repo]] +url = "https://github.com/atulyakr/Anime-GIFy-portal" + [[repo]] url = "https://github.com/atyant20039/Vote-Karo" @@ -2150,6 +2347,18 @@ url = "https://github.com/Aurora0116/aurora_personal_website32" [[repo]] url = "https://github.com/Aurora0116/breadhead-staking" +[[repo]] +url = "https://github.com/Aurora0116/coinflip-solana-main" + +[[repo]] +url = "https://github.com/Aurora0116/cronos-launchpad-master" + +[[repo]] +url = "https://github.com/Aurora0116/divvy-backend-master" + +[[repo]] +url = "https://github.com/Aurora0116/divvy-socket-master" + [[repo]] url = "https://github.com/Aurora0116/foxtopia-nft-staking-master" @@ -2168,6 +2377,12 @@ url = "https://github.com/Aurora0116/inkwork-labs-staking-master" [[repo]] url = "https://github.com/Aurora0116/jackpot_game" +[[repo]] +url = "https://github.com/Aurora0116/mcn-frontend-nextjs-graphql-master" + +[[repo]] +url = "https://github.com/Aurora0116/moduluc-candy-machine-ui-master" + [[repo]] url = "https://github.com/Aurora0116/nft-raffle-auction" @@ -2186,9 +2401,15 @@ url = "https://github.com/Aurora0116/react-solana-wallet-connect-boilerplate-mas [[repo]] url = "https://github.com/Aurora0116/sherreded-ape-nft-staking-solana-master" +[[repo]] +url = "https://github.com/Aurora0116/shredded-nft-staking-react-frontend-master" + [[repo]] url = "https://github.com/Aurora0116/shredded-nft-staking-rust-master" +[[repo]] +url = "https://github.com/Aurora0116/Skella-staking-project-main" + [[repo]] url = "https://github.com/Aurora0116/sol-kitties-demo-task-master" @@ -2264,12 +2485,21 @@ url = "https://github.com/Avinier/Creador-NFT-Minter" [[repo]] url = "https://github.com/Avinier/E-minor" +[[repo]] +url = "https://github.com/avishmonga/connect-phantom-wallet" + [[repo]] url = "https://github.com/avishmonga/working-with-solana" [[repo]] url = "https://github.com/avitanthetaa/candy-machine-ts" +[[repo]] +url = "https://github.com/avitanthetaa/CandyMachine-02-02-2023" + +[[repo]] +url = "https://github.com/avneesh0612/next-solana-starter" + [[repo]] url = "https://github.com/avneesh0612/solana-pay" @@ -2420,6 +2650,9 @@ url = "https://github.com/banagabriel/web3auth" [[repo]] url = "https://github.com/bandibandi/Dapp-Solana-TODO" +[[repo]] +url = "https://github.com/banditesq/solana_gift_card_example" + [[repo]] url = "https://github.com/banditesq/solana_otc_react_app" @@ -2472,10 +2705,25 @@ url = "https://github.com/bastion-multisig/goki" [[repo]] url = "https://github.com/bastion-multisig/multisig" +[[repo]] +url = "https://github.com/BasudevBharatBhushan/solana-nft-drop" + +[[repo]] +url = "https://github.com/bayo-net/cardinal-staking" + +[[repo]] +url = "https://github.com/BB-Bureau/zbf1-slots" + [[repo]] url = "https://github.com/bbachain/web3.js" missing = true +[[repo]] +url = "https://github.com/bbadevel/solana-web3.js" + +[[repo]] +url = "https://github.com/bbadevel/solplorer" + [[repo]] url = "https://github.com/BBBBBBQ/Post_local_test_bot" @@ -2497,6 +2745,9 @@ url = "https://github.com/BDucky/Solana-Frontend" [[repo]] url = "https://github.com/bear49193/matuki_frontend" +[[repo]] +url = "https://github.com/bechir-fahmi/DynoExtension" + [[repo]] url = "https://github.com/bedrock-foundation/faucet-starter" @@ -2515,6 +2766,9 @@ url = "https://github.com/beeman/solana-core-nft-frontend" [[repo]] url = "https://github.com/been-zer/beenzer-dao" +[[repo]] +url = "https://github.com/been-zer/beenzer-expo" + [[repo]] url = "https://github.com/been-zer/beenzer-labs" @@ -2522,7 +2776,10 @@ url = "https://github.com/been-zer/beenzer-labs" url = "https://github.com/been-zer/beenzer-server" [[repo]] -url = "https://github.com/beepsaidblue/serum-shop" +url = "https://github.com/been-zer/beenzer-web3" + +[[repo]] +url = "https://github.com/beepsaidblue/serum-shop" [[repo]] url = "https://github.com/beepsaidblue/wos-marketplace" @@ -2554,6 +2811,9 @@ url = "https://github.com/Belugadex/Belugadex-core" [[repo]] url = "https://github.com/BelugaWhaleSam/arweave-meta" +[[repo]] +url = "https://github.com/BelugaWhaleSam/solanapay" + [[repo]] url = "https://github.com/BelugaWhaleSam/solanaWalletVue" @@ -2584,6 +2844,9 @@ url = "https://github.com/berkingurcan/Solana-Practicum-Core-1" [[repo]] url = "https://github.com/berkingurcan/vrf-client-devnet" +[[repo]] +url = "https://github.com/best-lucky1030/init-diviNation-frontend" + [[repo]] url = "https://github.com/BestRamsay/3cast_mvp" @@ -2593,6 +2856,9 @@ url = "https://github.com/betosmith2000/solana-minter" [[repo]] url = "https://github.com/bfaviero/debonk" +[[repo]] +url = "https://github.com/BFF-codelet/bff-codelet" + [[repo]] url = "https://github.com/bfriel/sign-message-test" @@ -2701,6 +2967,9 @@ url = "https://github.com/bilgin-kocak/solana-patika" [[repo]] url = "https://github.com/bilgin-kocak/solana-practicum-anchor" +[[repo]] +url = "https://github.com/billyzhang663/solana-dapp-post-feed" + [[repo]] url = "https://github.com/birmantc/tetra-cubes-game" @@ -2731,6 +3000,9 @@ url = "https://github.com/blairmunroakusaLEAF/fracpay" [[repo]] url = "https://github.com/blairsec/challenges" +[[repo]] +url = "https://github.com/blaize-tech/solana-staking-example" + [[repo]] url = "https://github.com/blendhit-labs/blendhit-program-library" @@ -2755,6 +3027,9 @@ url = "https://github.com/BlockchainCrazy95/gang-nft-staking" [[repo]] url = "https://github.com/blockchainer2022/BUNNY_BUSSINESS" +[[repo]] +url = "https://github.com/BlockchainGlutton/solana_staking_contract" + [[repo]] url = "https://github.com/blockchainlover2019/betting-nft-game" @@ -3022,10 +3297,16 @@ url = "https://github.com/blockworks-foundation/voter-stake-registry" [[repo]] url = "https://github.com/blockworks-foundation/voter-stake-registry-client" +[[repo]] +url = "https://github.com/blokhost/blok-cli" + [[repo]] url = "https://github.com/BloomXchain/Contract" missing = true +[[repo]] +url = "https://github.com/bloXroute-Labs/keeper-bots-v2" + [[repo]] url = "https://github.com/bloXroute-Labs/solana-trader-client-go" @@ -3035,9 +3316,15 @@ url = "https://github.com/bloXroute-Labs/solana-trader-client-ts" [[repo]] url = "https://github.com/blueberrychopsticks/2023-grizzlython-no-sensitive" +[[repo]] +url = "https://github.com/blueberrychopsticks/metaplex-anchor-nft" + [[repo]] url = "https://github.com/Bluice81/TiguBot" +[[repo]] +url = "https://github.com/bmateus/EncodeSolana2023" + [[repo]] url = "https://github.com/bmorrise/jito-labs" @@ -3050,6 +3337,9 @@ url = "https://github.com/bmstar2012/custom-solana-web3" [[repo]] url = "https://github.com/bntzio/crab.so" +[[repo]] +url = "https://github.com/bntzio/social-protocol" + [[repo]] url = "https://github.com/bodytexture/serum" @@ -3284,6 +3574,9 @@ url = "https://github.com/BreakroomShow/programs" [[repo]] url = "https://github.com/BRENMA/vers" +[[repo]] +url = "https://github.com/Brent-Jeremy/solan-dex" + [[repo]] url = "https://github.com/Brian0317/solana-whitelisting-program" @@ -3296,9 +3589,15 @@ url = "https://github.com/brianlong/www.validators.app" [[repo]] url = "https://github.com/bridgesplit/bridgesplit-program-template" +[[repo]] +url = "https://github.com/brknarsy/metaplex-token-minter" + [[repo]] url = "https://github.com/brknarsy/my-rust-journey" +[[repo]] +url = "https://github.com/brknarsy/nft-and-cm-viewer" + [[repo]] url = "https://github.com/brknarsy/nft-minter" @@ -3392,6 +3691,9 @@ url = "https://github.com/builderz-labs/anon-pay" [[repo]] url = "https://github.com/builderz-labs/builderz-royalty-redemption-program" +[[repo]] +url = "https://github.com/builderz-labs/builderz-xNFT-scaffold-next" + [[repo]] url = "https://github.com/builderz-labs/renaissance-xnft" @@ -3404,6 +3706,15 @@ url = "https://github.com/buketgencaydin/SolFeed" [[repo]] url = "https://github.com/bulaimaslo/web3gifs" +[[repo]] +url = "https://github.com/BullishAF/openbook-dex-ui" + +[[repo]] +url = "https://github.com/BullishAF/perps-ui" + +[[repo]] +url = "https://github.com/BullishAF/public" + [[repo]] url = "https://github.com/Bundlr-Network/js-sdk" @@ -3434,9 +3745,18 @@ url = "https://github.com/buraktitiz/solana-frontend" [[repo]] url = "https://github.com/busster/monkemaps-web" +[[repo]] +url = "https://github.com/bw-solana/solana-web3.js" + +[[repo]] +url = "https://github.com/ByeongHunKim/Raydium-sdk-V3-pool" + [[repo]] url = "https://github.com/BysGits/swap-token-solana" +[[repo]] +url = "https://github.com/bytes1/solana_encode" + [[repo]] url = "https://github.com/c247/reactFootball" missing = true @@ -3486,6 +3806,9 @@ url = "https://github.com/cahmetcan/solana_mint_website" [[repo]] url = "https://github.com/Cain310/solanaNftStaking" +[[repo]] +url = "https://github.com/Cainacosta/SolanaGifWebsite" + [[repo]] url = "https://github.com/CaioBonani/Solana-token-trade" @@ -3558,13 +3881,22 @@ url = "https://github.com/cassavalabs/royscan" [[repo]] url = "https://github.com/castle-finance/castle-vault" +[[repo]] +url = "https://github.com/catblue88/mwa" + [[repo]] url = "https://github.com/catchspider2002/grizzlython-hackathon" missing = true +[[repo]] +url = "https://github.com/catchspider2002/sandstorm-hackathon-social" + [[repo]] url = "https://github.com/CatchTheRecord/Mic-The-Art-SFD" +[[repo]] +url = "https://github.com/catdev0/goldbox" + [[repo]] url = "https://github.com/Catenaa-com/catenaa-explorer" @@ -3688,6 +4020,18 @@ url = "https://github.com/cetra-finance/tulipv2-sdk" [[repo]] url = "https://github.com/chaaaaaaaau/solana-test" +[[repo]] +url = "https://github.com/ChahtourAla/solana_display_nfts" + +[[repo]] +url = "https://github.com/chainBack/cm3-js" + +[[repo]] +url = "https://github.com/chainBack/cm3-ts" + +[[repo]] +url = "https://github.com/chainBack/react-wallet-ts" + [[repo]] url = "https://github.com/ChainDev931105/anchor-coin-flip" @@ -3709,9 +4053,15 @@ url = "https://github.com/chancecardona/sol-stream-frontend" [[repo]] url = "https://github.com/chancecardona/sol-stream-program" +[[repo]] +url = "https://github.com/Chandrachur67/Airdrop-Webapp" + [[repo]] url = "https://github.com/Chandrachur67/airdrop-webapp2" +[[repo]] +url = "https://github.com/Chandrachur67/Dapp-scaffold-token-transfer" + [[repo]] url = "https://github.com/channainfo/solapp" @@ -3820,6 +4170,9 @@ url = "https://github.com/cinojosa0705/hxro-xnft" [[repo]] url = "https://github.com/cinojosa0705/hxro-xnft-2" +[[repo]] +url = "https://github.com/cinojosa0705/hxro-xnft-wkshop" + [[repo]] url = "https://github.com/cinojosa0705/hxro-xnft-workshop" @@ -3835,15 +4188,24 @@ url = "https://github.com/cinojosa0705/xnft-template-stacc" [[repo]] url = "https://github.com/civicteam/civic-pass-sol-template" +[[repo]] +url = "https://github.com/civicteam/civic-pass-template-ts" + [[repo]] url = "https://github.com/civicteam/identity-swap" +[[repo]] +url = "https://github.com/cjgamilde/KEYPAIRS-AND-AIRDROPS" + [[repo]] url = "https://github.com/CJunbot/Solove" [[repo]] url = "https://github.com/ckxddd0324/solona-project" +[[repo]] +url = "https://github.com/clarkezone/mobile-wallet-adapter" + [[repo]] url = "https://github.com/clarkezone/solana-core" @@ -3859,6 +4221,9 @@ url = "https://github.com/ClebersonT/solana-buildspace" [[repo]] url = "https://github.com/ClebersonT/solana-buildspace-client" +[[repo]] +url = "https://github.com/cleon30/EWHA-Frontend" + [[repo]] url = "https://github.com/cleon30/Lisbon-Bounties" @@ -3901,9 +4266,15 @@ url = "https://github.com/cloorem2/currency-coin" [[repo]] url = "https://github.com/cloorem2/currency-coin-init" +[[repo]] +url = "https://github.com/cloorem2/gov-ui" + [[repo]] url = "https://github.com/cloorem2/governator" +[[repo]] +url = "https://github.com/clover-network/wallet-adapter" + [[repo]] url = "https://github.com/cmak0ta/SolanaCollectionExportAsCSV" @@ -3928,6 +4299,9 @@ url = "https://github.com/code-business/web3auth-webview" [[repo]] url = "https://github.com/code-matt/MITRH_2023" +[[repo]] +url = "https://github.com/code-rain002/moonzooe-solana" + [[repo]] url = "https://github.com/code-wallet/code-program-library" @@ -3988,6 +4362,9 @@ url = "https://github.com/codergm123/nftstake" [[repo]] url = "https://github.com/codescalper/check-your-sol" +[[repo]] +url = "https://github.com/codescalper/send-sols" + [[repo]] url = "https://github.com/codescalper/solana-airdrop" @@ -4075,6 +4452,15 @@ url = "https://github.com/CommanderAstern/Bitbuild" [[repo]] url = "https://github.com/Compendium-Fi/Compendex-Openbook-UI" +[[repo]] +url = "https://github.com/CompendiumFi/Compendex-Openbook-UI" + +[[repo]] +url = "https://github.com/Confucian-e/solana-hello-world" + +[[repo]] +url = "https://github.com/conloter/solana-jupiter-bot" + [[repo]] url = "https://github.com/conloter/solana-setup-auction" @@ -4099,6 +4485,9 @@ url = "https://github.com/ConstantinoTheGreat/rex-ui-v3-main" [[repo]] url = "https://github.com/ContractusTech/solana-contract" +[[repo]] +url = "https://github.com/convergence-rfq/beet" + [[repo]] url = "https://github.com/Convex-Labs/honestnft-shenanigans" @@ -4264,6 +4653,9 @@ url = "https://github.com/crypto-coders-au/wizard-of-oz" [[repo]] url = "https://github.com/cryptofan35/block-sync-test" +[[repo]] +url = "https://github.com/Cryptogoldenergy/SolanaCore_NFT_mint_frontend" + [[repo]] url = "https://github.com/cryptoHaHa/Metacrafters-Chanllenge" @@ -4273,6 +4665,9 @@ url = "https://github.com/cryptohariseldon/Fermi-orderbook" [[repo]] url = "https://github.com/cryptohariseldon/Zilch-monorepo" +[[repo]] +url = "https://github.com/cryptohariseldon/Zilch-proofwriter-client" + [[repo]] url = "https://github.com/CryptoKG94/Puffu-staking-contract" @@ -4366,6 +4761,9 @@ url = "https://github.com/ctk12/Module2-CandyMachine" [[repo]] url = "https://github.com/cubik-so/contract-v2" +[[repo]] +url = "https://github.com/cubik-so/cubik" + [[repo]] url = "https://github.com/cubik-so/cubik-contract" @@ -4378,6 +4776,9 @@ url = "https://github.com/CudoVentures/cudos-private-sale-kyc" [[repo]] url = "https://github.com/cuongn265/buildspace-buildoors" +[[repo]] +url = "https://github.com/cuongnh11/ReactNativeSolanaWeb3Base" + [[repo]] url = "https://github.com/Curatedtwighlightoath/solana-roullete" @@ -4402,9 +4803,15 @@ url = "https://github.com/curtislbyrd/PNSC_Site" [[repo]] url = "https://github.com/custosprotocol/custos-js-sdk" +[[repo]] +url = "https://github.com/cutemonstersnft/bonk-sandstorm" + [[repo]] url = "https://github.com/cutemonstersnft/elusiv-monstre-sandstorm" +[[repo]] +url = "https://github.com/cutemonstersnft/solanapay-compression" + [[repo]] url = "https://github.com/cuttage/Solana-FullStack-React" @@ -4549,6 +4956,12 @@ url = "https://github.com/Danijel-Enoch/nora-dex-ui" [[repo]] url = "https://github.com/Danijel-Enoch/nora-solap-fork" +[[repo]] +url = "https://github.com/Danijel-Enoch/openbook-ts-nora" + +[[repo]] +url = "https://github.com/Danijel-Enoch/raydium-frontend" + [[repo]] url = "https://github.com/dankelleher/solarium" @@ -4597,6 +5010,9 @@ url = "https://github.com/dap-cool/protocol" [[repo]] url = "https://github.com/dap-cool/site" +[[repo]] +url = "https://github.com/DappioLab/solana-escrow-2023" + [[repo]] url = "https://github.com/DappStarter/chief-bedisa-8pJb" @@ -4642,6 +5058,9 @@ url = "https://github.com/darkdh/solana-provider-test" [[repo]] url = "https://github.com/Darren9354/foropenr" +[[repo]] +url = "https://github.com/darrensapalo/paulx-dev-escrow-tutorial" + [[repo]] url = "https://github.com/DashrathYadav/block-chain" @@ -4690,6 +5109,9 @@ url = "https://github.com/dayofthetech/NFT-Marketplace" [[repo]] url = "https://github.com/dberget/xnft-deps" +[[repo]] +url = "https://github.com/dboures/helius-rpc" + [[repo]] url = "https://github.com/dboures/openbook-candles" @@ -4723,6 +5145,12 @@ url = "https://github.com/dcaf-labs/solana-go-retryable-http-client" [[repo]] url = "https://github.com/dcaf-labs/solana-indexer-gen-types" +[[repo]] +url = "https://github.com/dcaf-labs/solana-token-swap-go" + +[[repo]] +url = "https://github.com/dcaf-labs/solana-whirlpool-go" + [[repo]] url = "https://github.com/de-plan/proto-backend" @@ -4732,6 +5160,9 @@ url = "https://github.com/de-plan/proto-PDL" [[repo]] url = "https://github.com/de-plan/proto-web-app" +[[repo]] +url = "https://github.com/de-planDAO/proto-web-app" + [[repo]] url = "https://github.com/De-Serve/DeServe-Protocol" @@ -4744,6 +5175,9 @@ url = "https://github.com/DeadmanLabs/Chess.sol" [[repo]] url = "https://github.com/DeadmanLabs/CloudAtlas" +[[repo]] +url = "https://github.com/deanmlittle/anchor-escrow-2023" + [[repo]] url = "https://github.com/Deans-List/dashboard" @@ -4780,9 +5214,15 @@ url = "https://github.com/deepak19158/Solana" [[repo]] url = "https://github.com/deepakkurmi5/hypotheseio_app" +[[repo]] +url = "https://github.com/Deepjyoti-Sarmah/Solana_Airdrop" + [[repo]] url = "https://github.com/Deepjyoti-Sarmah/Solana_Token" +[[repo]] +url = "https://github.com/Deepjyoti-Sarmah/Solana_token_transfer" + [[repo]] url = "https://github.com/defactojob/partyparrot" @@ -4882,6 +5322,9 @@ url = "https://github.com/denimcodes/solana-send-sol-frontend" [[repo]] url = "https://github.com/denimcodes/streamflow-pdf-generator" +[[repo]] +url = "https://github.com/denisluft8/portal-gif" + [[repo]] url = "https://github.com/DenisParamount/destruct" @@ -4900,6 +5343,9 @@ url = "https://github.com/denvar15/Solana-Summer-Camp-2022" [[repo]] url = "https://github.com/denvyy/denvyy" +[[repo]] +url = "https://github.com/dep0che/solana-playground" + [[repo]] url = "https://github.com/derek-0000/Solaan-Frontend" @@ -4939,6 +5385,9 @@ url = "https://github.com/dev-tom-0108/Raffle-Auction_audit_code" [[repo]] url = "https://github.com/Devband777/Solana-Roulette" +[[repo]] +url = "https://github.com/Developer-Student-Clubs-UEMK/dapp-scaffold" + [[repo]] url = "https://github.com/developerfred/AS-bridge" @@ -5017,6 +5466,9 @@ url = "https://github.com/dhruvdabhi101/LoFI-Anime-GIF-Portal" [[repo]] url = "https://github.com/dhruvja/multisig-wallet" +[[repo]] +url = "https://github.com/dhruvsol/openbook-cranker" + [[repo]] url = "https://github.com/dhruvsol/solless-mint" @@ -5029,6 +5481,9 @@ url = "https://github.com/dhyon/prototype" [[repo]] url = "https://github.com/dicksonpys/terminal-demo-v1" +[[repo]] +url = "https://github.com/DID0101/airbnb-solana" + [[repo]] url = "https://github.com/Didrick-Manahan/Didrick-Solana-Q1-2023" @@ -5038,6 +5493,12 @@ url = "https://github.com/diegopolor/deepnartion" [[repo]] url = "https://github.com/DiegoPonzio/hackaton-proyect" +[[repo]] +url = "https://github.com/diegosano/web3dev-portal-gif" + +[[repo]] +url = "https://github.com/diegosano/web3dev-solana-gif-portal" + [[repo]] url = "https://github.com/DiegoVargasL/etherfuse-hackaton" @@ -5071,9 +5532,15 @@ url = "https://github.com/dinesh11515/Buildors_NFT" [[repo]] url = "https://github.com/dinesh11515/Solana_learning_repos" +[[repo]] +url = "https://github.com/DineshKumar1414/spotify-clone-react-next" + [[repo]] url = "https://github.com/Dineshwaran64/tiktok" +[[repo]] +url = "https://github.com/dinodev0101/Bancambios-Vesting-Solana" + [[repo]] url = "https://github.com/dinodev0101/bonfida-bot" @@ -5116,6 +5583,9 @@ url = "https://github.com/Disha-Baghel/airdrop" [[repo]] url = "https://github.com/DistributedTown/distributed-town-backend" +[[repo]] +url = "https://github.com/divyansh21april/draffle" + [[repo]] url = "https://github.com/divyesh87/playable-nfts" @@ -5140,6 +5610,9 @@ url = "https://github.com/dkachhot21/sol-airdrop" [[repo]] url = "https://github.com/DkDeepak001/airdrop-solana-web3" +[[repo]] +url = "https://github.com/dlgrech/mobile-wallet-adapter" + [[repo]] url = "https://github.com/dmarcr1997/invent-portal-backend" @@ -5170,6 +5643,9 @@ url = "https://github.com/DmytroTrembach/Solana" [[repo]] url = "https://github.com/dnsxyz/magic-link-nextjs-test" +[[repo]] +url = "https://github.com/docongminh/bank-center-program" + [[repo]] url = "https://github.com/docongminh/marketplace-program" @@ -5194,6 +5670,9 @@ url = "https://github.com/doctadog/solanaAIO" [[repo]] url = "https://github.com/Dodecahedr0x/leaderboards" +[[repo]] +url = "https://github.com/Dodecahedr0x/pagemesh" + [[repo]] url = "https://github.com/Dodecahedr0x/slow-protocol-bot" @@ -5212,6 +5691,9 @@ url = "https://github.com/Domino-Blockchain/Domilet" [[repo]] url = "https://github.com/Domino-Blockchain/DWallet" +[[repo]] +url = "https://github.com/Domino-Blockchain/sample-domi-contracts" + [[repo]] url = "https://github.com/Domino-Blockchain/wallet-adapter" @@ -5221,6 +5703,9 @@ url = "https://github.com/donaldgaspar1337/solnftstaking" [[repo]] url = "https://github.com/DoNFT/DoNFT-MVP-Solana" +[[repo]] +url = "https://github.com/DonnySolana/nautilus" + [[repo]] url = "https://github.com/doodoo-aihc/parser-xyz" @@ -5233,6 +5718,9 @@ url = "https://github.com/Doomzeon/asdasdasd" [[repo]] url = "https://github.com/Dorax88/zilch-cli-client" +[[repo]] +url = "https://github.com/Dornmarv/candy-machine-mint" + [[repo]] url = "https://github.com/Dornmarv/solana-intro-client" @@ -5251,6 +5739,9 @@ url = "https://github.com/DougBeckford/solanaRobots" [[repo]] url = "https://github.com/doxalab/coin-flip" +[[repo]] +url = "https://github.com/doxalab/governance-ui" + [[repo]] url = "https://github.com/doxalab/vrf-dual-flip" @@ -5281,6 +5772,9 @@ url = "https://github.com/DragonProtocol/enchanft" [[repo]] url = "https://github.com/DragonProtocol/synft" +[[repo]] +url = "https://github.com/draskovic26z/tournament" + [[repo]] url = "https://github.com/DrDeranged/Display-Giph-in-Metaverse-using-Phantom-Wallet" @@ -5290,6 +5784,12 @@ url = "https://github.com/DrDeranged/NFT-Marketplace-Built-on-Solana-Blockchain" [[repo]] url = "https://github.com/DrDeranged/Stake_Delegate_Withdraw_SOL" +[[repo]] +url = "https://github.com/dreamDev525/peppermint" + +[[repo]] +url = "https://github.com/dreamDev525/solana-escrow" + [[repo]] url = "https://github.com/dreemhai/jar-health-check" @@ -5308,6 +5808,9 @@ url = "https://github.com/drkhckshr/solana_get_nft_traits" [[repo]] url = "https://github.com/dropium-xyz/dropium" +[[repo]] +url = "https://github.com/drouonsol/airdrop_funds_devnet" + [[repo]] url = "https://github.com/drouonsol/buildspacemintoors" @@ -5323,9 +5826,15 @@ url = "https://github.com/drouonsol/test_stakingui" [[repo]] url = "https://github.com/drouonsol/zero_copy" +[[repo]] +url = "https://github.com/drozdziak1/att-state-pda-design" + [[repo]] url = "https://github.com/drsaint1/NORA" +[[repo]] +url = "https://github.com/drumbo88/solana-send-sol-frontend" + [[repo]] url = "https://github.com/drummerjolev/apeshit" @@ -5402,7 +5911,10 @@ url = "https://github.com/dz016/community-learn-sol-airdrop" url = "https://github.com/e-serenity/quickloto" [[repo]] -url = "https://github.com/earljohn004/multiplemint-candy-machine-ui" +url = "https://github.com/EarlDenamarca/solana-module2" + +[[repo]] +url = "https://github.com/earljohn004/multiplemint-candy-machine-ui" [[repo]] url = "https://github.com/earlpacs/Challenge1-solana" @@ -5567,6 +6079,9 @@ url = "https://github.com/elusiv-privacy/elusiv" [[repo]] url = "https://github.com/elusiv-privacy/elusiv-samples" +[[repo]] +url = "https://github.com/elusiv-privacy/elusiv-sdk" + [[repo]] url = "https://github.com/eluv-io/elv-dapp-sample" @@ -5633,6 +6148,9 @@ url = "https://github.com/enyares/solodoroNFT" [[repo]] url = "https://github.com/EpicsDAO/dapp-boilerplate-v2" +[[repo]] +url = "https://github.com/epitt92/solana_nft_marketplace" + [[repo]] url = "https://github.com/EPNW/solana_wallets_flutter" @@ -5726,6 +6244,9 @@ url = "https://github.com/ethyi/paperpetual" [[repo]] url = "https://github.com/etollett/solana" +[[repo]] +url = "https://github.com/EulerSmile/vm-runner" + [[repo]] url = "https://github.com/evanpipta/magic-auth-test" @@ -5804,12 +6325,18 @@ url = "https://github.com/eyyubmermer/Solana-Practicum-Assignment-1" [[repo]] url = "https://github.com/ez-krk/mint.deanslist.services" +[[repo]] +url = "https://github.com/ez-krk/nft-bot" + [[repo]] url = "https://github.com/ez-krk/nft-gate" [[repo]] url = "https://github.com/ez-krk/realms-notifier" +[[repo]] +url = "https://github.com/ez-krk/shess-ui" + [[repo]] url = "https://github.com/ezgiergun/POF-machine" @@ -6179,9 +6706,19 @@ url = "https://github.com/Fair-Exchange/website" [[repo]] url = "https://github.com/Fair-Exchange/wormhole" +[[repo]] +url = "https://github.com/faizsarwar/nft-minter-frontend-sol" + +[[repo]] +url = "https://github.com/faizsarwar/solana-practice-buildspace" + [[repo]] url = "https://github.com/faktorfi/faktor" +[[repo]] +url = "https://github.com/falcon-721/nextjs-solana-kit" +missing = true + [[repo]] url = "https://github.com/falcon-721/solana-nft-candyMachinV2" @@ -6206,9 +6743,15 @@ url = "https://github.com/farhanhunzai/solana-airdrop" [[repo]] url = "https://github.com/Fawaaz7/airdrop" +[[repo]] +url = "https://github.com/fedorerd/fetch-sol-nft-js" + [[repo]] url = "https://github.com/fedorerd/metaplex-scripts" +[[repo]] +url = "https://github.com/fedorerd/wallet-sender" + [[repo]] url = "https://github.com/felipsbreno/solana-NFTs" @@ -6242,6 +6785,9 @@ url = "https://github.com/findtruman-official/ugceditor-server" [[repo]] url = "https://github.com/findtruman-official/ugceditor-web" +[[repo]] +url = "https://github.com/Fineas/ISTM-List" + [[repo]] url = "https://github.com/fingerPrintNfts/candy-machine-mint" @@ -6287,9 +6833,18 @@ url = "https://github.com/firedragonironfist/Web3" [[repo]] url = "https://github.com/firefly-sol/login-wtih-solana" +[[repo]] +url = "https://github.com/fj138696/mine-buildor" + [[repo]] url = "https://github.com/flappy-07/pigeonsol" +[[repo]] +url = "https://github.com/flash-trade/Dev-Flash-UI" + +[[repo]] +url = "https://github.com/flash-trade/perpetuals" + [[repo]] url = "https://github.com/Flawm/solana_idempotent" @@ -6338,12 +6893,42 @@ url = "https://github.com/florian-deroo/metaplex-issue" [[repo]] url = "https://github.com/Flow-Biboux/PSCHARM-Front" +[[repo]] +url = "https://github.com/fluturecode/airdrop-sol" + [[repo]] url = "https://github.com/fluturecode/candy_machine_UI" +[[repo]] +url = "https://github.com/fluturecode/compressed-nft" + +[[repo]] +url = "https://github.com/fluturecode/counter" + +[[repo]] +url = "https://github.com/fluturecode/counter-pda" + +[[repo]] +url = "https://github.com/fluturecode/create-sol-account" + +[[repo]] +url = "https://github.com/fluturecode/dex-starter" + +[[repo]] +url = "https://github.com/fluturecode/game-kit" + [[repo]] url = "https://github.com/fluturecode/git-solana-starter" +[[repo]] +url = "https://github.com/fluturecode/mint-nft-w-metadata" + +[[repo]] +url = "https://github.com/fluturecode/mint-nfts" + +[[repo]] +url = "https://github.com/fluturecode/mtv" + [[repo]] url = "https://github.com/fluturecode/my-solana-app-client" @@ -6362,18 +6947,48 @@ url = "https://github.com/fluturecode/solana-core-interactive-script" [[repo]] url = "https://github.com/fluturecode/solana-core-ping" +[[repo]] +url = "https://github.com/fluturecode/solana-pay-pirate" + +[[repo]] +url = "https://github.com/fluturecode/solana-point-of-sale" + [[repo]] url = "https://github.com/fluturecode/solana-twitter-dapp" [[repo]] url = "https://github.com/fluturecode/solana-wallet-app" +[[repo]] +url = "https://github.com/fluturecode/solana_bootcamp" + +[[repo]] +url = "https://github.com/fluturecode/solcheck" + +[[repo]] +url = "https://github.com/fluturecode/tiny-adventure" + +[[repo]] +url = "https://github.com/fluturecode/tweet" + +[[repo]] +url = "https://github.com/fluturecode/tweet-dapp" + [[repo]] url = "https://github.com/FME849/bank-ui" [[repo]] url = "https://github.com/FME849/calc-dapp" +[[repo]] +url = "https://github.com/FME849/wsos23_voting_app" + +[[repo]] +url = "https://github.com/followboat22/rethinks" + +[[repo]] +url = "https://github.com/followboat22/rethinks-2" + [[repo]] url = "https://github.com/foonetic/solarium" @@ -6389,9 +7004,18 @@ url = "https://github.com/forgetscode/sosmo" [[repo]] url = "https://github.com/forgetscode/zelda" +[[repo]] +url = "https://github.com/formfunction-hq/formfunction-candy-machine" + +[[repo]] +url = "https://github.com/formfunction-hq/formfunction-program-shared" + [[repo]] url = "https://github.com/forta-network/forta-bot-examples" +[[repo]] +url = "https://github.com/Fortisque/solana_transfer" + [[repo]] url = "https://github.com/foxwallet/solana-wallet-standard" @@ -6404,6 +7028,9 @@ url = "https://github.com/fpsweeper/bonksters" [[repo]] url = "https://github.com/fpsweeper/HNW" +[[repo]] +url = "https://github.com/fpsweeper/wemoon" + [[repo]] url = "https://github.com/fractalwagmi/react-sdk" @@ -6419,6 +7046,12 @@ url = "https://github.com/Francium-DeFi/francium-pubkeys" [[repo]] url = "https://github.com/FrankC01/solana-gadgets" +[[repo]] +url = "https://github.com/FraNoceti/InvestConservation-Marketplace" + +[[repo]] +url = "https://github.com/FraNoceti/metaplex" + [[repo]] url = "https://github.com/FraNoceti/solanasign" @@ -6458,6 +7091,12 @@ url = "https://github.com/fruei/curso-solana-practico" [[repo]] url = "https://github.com/fruteroclub/sanwis-solana-hackathon" +[[repo]] +url = "https://github.com/fsk29/solana-ping-client" + +[[repo]] +url = "https://github.com/Fugazzii/Roulette-web3" + [[repo]] url = "https://github.com/Fujao/Calculator-solana" @@ -6479,6 +7118,9 @@ url = "https://github.com/furkanunutmaz/solana-nft" [[repo]] url = "https://github.com/furkanunutmaz/SolanaTokenCreate" +[[repo]] +url = "https://github.com/futuretech6/anchor-test" + [[repo]] url = "https://github.com/fuzzc0re/deliberatively" @@ -6536,6 +7178,15 @@ url = "https://github.com/gagliardetto/anchor-go" [[repo]] url = "https://github.com/gagliardetto/solana-go" +[[repo]] +url = "https://github.com/Gajesh2007/openbook-dex-ui" + +[[repo]] +url = "https://github.com/Gajesh2007/wbtc_sol" + +[[repo]] +url = "https://github.com/gakker/automation-frontend" + [[repo]] url = "https://github.com/gakshita/Astro-Gallery" @@ -6605,9 +7256,15 @@ url = "https://github.com/gaylonalfano/solana-anchor-cpi" [[repo]] url = "https://github.com/gaylonalfano/solana-anchor-sveltekit-multiple-programs" +[[repo]] +url = "https://github.com/gaylonalfano/solana-anchor-sveltekit-skeleton" + [[repo]] url = "https://github.com/gaylonalfano/solana-anchor-sveltekit-skeleton-starter" +[[repo]] +url = "https://github.com/gaylonalfano/solana-workshop-dapps" + [[repo]] url = "https://github.com/gaylonalfano/sveltekit-solana-starter" @@ -6629,6 +7286,9 @@ url = "https://github.com/gcunruh/tipsea-web" [[repo]] url = "https://github.com/gemacoin/gemachain-program-library" +[[repo]] +url = "https://github.com/gemmysocial/cardinal-staking-ui" + [[repo]] url = "https://github.com/gemworks/gem-farm" @@ -6707,6 +7367,18 @@ url = "https://github.com/Gerhulintron/Oorbit" [[repo]] url = "https://github.com/getCavyar/cavyar" +[[repo]] +url = "https://github.com/gg-big-org/anchor" + +[[repo]] +url = "https://github.com/gg-big-org/solana-pay" + +[[repo]] +url = "https://github.com/gg-big-org/wallet-adapter" + +[[repo]] +url = "https://github.com/ggurbet/CasperLabs-Solana-bridge" + [[repo]] url = "https://github.com/ggwplabs/frontend" @@ -6716,6 +7388,9 @@ url = "https://github.com/ggwplabs/solana-sc" [[repo]] url = "https://github.com/ghabxph/solana-debugtool-app" +[[repo]] +url = "https://github.com/ghanatava/sprinthacks" + [[repo]] url = "https://github.com/gharibuna/solana-tiktok" @@ -6812,6 +7487,9 @@ url = "https://github.com/glow-xyz/glow-js" [[repo]] url = "https://github.com/glow-xyz/nftoken" +[[repo]] +url = "https://github.com/Glowdragon/solana-wallet-finder" + [[repo]] url = "https://github.com/GM-Buildoors/solana-dapp-scaffold" @@ -6885,6 +7563,9 @@ url = "https://github.com/googlebest/Solana_send_message_to_wallet_via_instructi [[repo]] url = "https://github.com/goojohnlaptop/sendsol" +[[repo]] +url = "https://github.com/Goose03/sakura" + [[repo]] url = "https://github.com/GooseFX1/gfx-web-app" @@ -6942,6 +7623,9 @@ url = "https://github.com/gpathela/Charm_Meta" [[repo]] url = "https://github.com/gpathela/hpexchange" +[[repo]] +url = "https://github.com/gr3y6h0st/playwright" + [[repo]] url = "https://github.com/gr8den/solana-tic-tac-toe" @@ -7020,6 +7704,9 @@ url = "https://github.com/greatsage-raphael/solanaAutodidact" [[repo]] url = "https://github.com/greenish/bundlr-solana-example" +[[repo]] +url = "https://github.com/GreenQuid/prediction-dapp-solana" + [[repo]] url = "https://github.com/grex-git/solana-nft-marketplace" @@ -7092,6 +7779,12 @@ url = "https://github.com/guilleBFG/solana-core-nft" [[repo]] url = "https://github.com/gulphater/solana-gif-portal" +[[repo]] +url = "https://github.com/gumhq/digital-asset-rpc-infrastructure" + +[[repo]] +url = "https://github.com/gumhq/example-mobile-app" + [[repo]] url = "https://github.com/gumhq/gpl" @@ -7158,6 +7851,9 @@ url = "https://github.com/gzakhar/web3-solana-template" [[repo]] url = "https://github.com/h4rkl/metaplex-auctioneer-cli" +[[repo]] +url = "https://github.com/h4rkl/solana-mui-dapp-scaffold" + [[repo]] url = "https://github.com/ha280/Project-Noise-Posrtal" @@ -7203,6 +7899,9 @@ url = "https://github.com/hallesin/Job-Website" [[repo]] url = "https://github.com/hamletSolanoD/blockchain" +[[repo]] +url = "https://github.com/Hammythird/NFTmarketplace" + [[repo]] url = "https://github.com/Hamza09876/Ft-Staking-Rust" @@ -7215,6 +7914,9 @@ url = "https://github.com/Hanan-7101/digitalweb" [[repo]] url = "https://github.com/handoiditu1508/solana-web3js" +[[repo]] +url = "https://github.com/hankc97/my_first_nft" + [[repo]] url = "https://github.com/haomaaax/solana-candymachine-frontend" @@ -7248,6 +7950,12 @@ url = "https://github.com/HAPIprotocol/hapi-core-solana" [[repo]] url = "https://github.com/happydreamman/solminer" +[[repo]] +url = "https://github.com/happyeric77/solana_notifi_playground" + +[[repo]] +url = "https://github.com/hardiktheprogrammer/Aadaam-" + [[repo]] url = "https://github.com/hardiktheprogrammer/Adaam" @@ -7266,9 +7974,18 @@ url = "https://github.com/hardiktheprogrammer/Mellon-Backend" [[repo]] url = "https://github.com/hari-2004-cr7/airdrop" +[[repo]] +url = "https://github.com/Harikrishna3/Solana--keypair-and-airdrop" + +[[repo]] +url = "https://github.com/haris-ali9211/Solona_initials" + [[repo]] url = "https://github.com/harrishs/sol-fullstack" +[[repo]] +url = "https://github.com/harry91198/nft-on-solana" + [[repo]] url = "https://github.com/HarryBorison0613/shopify-react-JSR" @@ -7308,6 +8025,9 @@ url = "https://github.com/HarshChaudhari/balance-fetcher-service" [[repo]] url = "https://github.com/harshmathurx/candy-machine-submission" +[[repo]] +url = "https://github.com/harshmathurx/candy_machine" + [[repo]] url = "https://github.com/harshmathurx/candymachine_ui" @@ -7320,6 +8040,12 @@ url = "https://github.com/harshmathurx/solana-airdrop-faucet" [[repo]] url = "https://github.com/harshmathurx/solana-tranfer-assignment" +[[repo]] +url = "https://github.com/harshmathurx/Solana-Transfer-Sol" + +[[repo]] +url = "https://github.com/harshmathurx/spl_tokens" + [[repo]] url = "https://github.com/HARSHRAJ7899/sol_airdrop" @@ -7506,6 +8232,9 @@ url = "https://github.com/hikarataas/NFTs-Display" [[repo]] url = "https://github.com/hikarataas/solme" +[[repo]] +url = "https://github.com/hikarataas/state-management" + [[repo]] url = "https://github.com/hikarataas/token-project" @@ -7533,9 +8262,18 @@ url = "https://github.com/hoale58-vl/sol-simple-swap" [[repo]] url = "https://github.com/hoangdaothienmenh/solana-wallet--create" +[[repo]] +url = "https://github.com/HoangNhatQuan/Dapp-SocialFi" + [[repo]] url = "https://github.com/Hoanvk05/Boost_Solana" +[[repo]] +url = "https://github.com/hogyzen12/metame-app-scaffold" + +[[repo]] +url = "https://github.com/hogyzen12/xnft-simulator" + [[repo]] url = "https://github.com/holaplex/graph-program" @@ -7632,6 +8370,9 @@ url = "https://github.com/HowRareIs/solproxy" [[repo]] url = "https://github.com/hubbleprotocol/hyperplane" +[[repo]] +url = "https://github.com/hubbleprotocol/hyperspace" + [[repo]] url = "https://github.com/hubbleprotocol/scope" @@ -7683,12 +8424,21 @@ url = "https://github.com/hwnprsd/solace-demo" [[repo]] url = "https://github.com/hwwn/solana-tutorial" +[[repo]] +url = "https://github.com/Hxro-Network/openhxro" + +[[repo]] +url = "https://github.com/Hxro-Network/parimutuel-ts-project" + [[repo]] url = "https://github.com/HyeKye/-Solana-React-BlogWebsite" [[repo]] url = "https://github.com/hyper63/hyper-website" +[[repo]] +url = "https://github.com/hyperace9701/MagicEdenSniper" + [[repo]] url = "https://github.com/hyperledger/solang" @@ -7722,15 +8472,24 @@ url = "https://github.com/hzkali/solana-grizz_faucet" [[repo]] url = "https://github.com/hzkali/solana-nftminter_hzkali" +[[repo]] +url = "https://github.com/iam-pooja/solminter" + [[repo]] url = "https://github.com/iamankitkathayat/NFT-Marketplace" [[repo]] url = "https://github.com/IamSiddharthChoudhary/Organ-iser" +[[repo]] +url = "https://github.com/iamvon/clockwork-examples" + [[repo]] url = "https://github.com/iamvon/solana-codingcamp-ss2-nft-workshop" +[[repo]] +url = "https://github.com/iamvon/solana-pay" + [[repo]] url = "https://github.com/iamyxsh/sol-nft-send" @@ -7743,6 +8502,9 @@ url = "https://github.com/iArunava/solana-transfertoconnectedwallet" [[repo]] url = "https://github.com/iArunava/solana_send_sol" +[[repo]] +url = "https://github.com/IbrahimGhasia/MetaCrafters-SolanaBegineers" + [[repo]] url = "https://github.com/ibrahimraimi/sega-nfts" @@ -7792,7 +8554,10 @@ url = "https://github.com/idamfadilah/blog-fe" url = "https://github.com/idelgado/solana-lottery-program" [[repo]] -url = "https://github.com/ifabrisarabellapark/sc-solana-examples" +url = "https://github.com/idrissiradi/nft-miting-front-end" + +[[repo]] +url = "https://github.com/ifabrisarabellapark/sc-solana-examples" [[repo]] url = "https://github.com/ifabrisarabellapark/sc-solana-helloworld" @@ -7815,6 +8580,9 @@ url = "https://github.com/ijs32/nft-minter" [[repo]] url = "https://github.com/ijs32/solana-ts-cli" +[[repo]] +url = "https://github.com/ikaika1/bulid" + [[repo]] url = "https://github.com/ikaika1/gif-portal-starter-project" @@ -7830,6 +8598,9 @@ url = "https://github.com/ikaika1/solananft" [[repo]] url = "https://github.com/IKalonji2/Solana-Grizzly-hack" +[[repo]] +url = "https://github.com/Ikonshop/ikon_shop_encode" + [[repo]] url = "https://github.com/ilanchik/challenge1-solana" @@ -7848,6 +8619,9 @@ url = "https://github.com/IlliniBlockchain/buoyant" [[repo]] url = "https://github.com/ilmoi/nftape.me" +[[repo]] +url = "https://github.com/ilmoi/raindrops" + [[repo]] url = "https://github.com/ilmoi/solana-versioned-tx" @@ -7860,18 +8634,33 @@ url = "https://github.com/ilovehackathons/soldev-course" [[repo]] url = "https://github.com/ilovehackathons/solvation" +[[repo]] +url = "https://github.com/ilovespectra/Boring-mobile-wallet-adapter" + +[[repo]] +url = "https://github.com/ilovespectra/cm" + [[repo]] url = "https://github.com/ilovespectra/hacks-nfts" +[[repo]] +url = "https://github.com/ilovespectra/heliumdenver" + [[repo]] url = "https://github.com/ilovespectra/nft-clthing" +[[repo]] +url = "https://github.com/ilovespectra/solana-pay" + [[repo]] url = "https://github.com/ilpr/solmint" [[repo]] url = "https://github.com/iluvyw/sol-mystery" +[[repo]] +url = "https://github.com/ilvcs/solana-nft" + [[repo]] url = "https://github.com/im-zshan/sol-airdrop" @@ -7971,6 +8760,15 @@ url = "https://github.com/inituy/solana" [[repo]] url = "https://github.com/Inpulsgor/kino_game" +[[repo]] +url = "https://github.com/Insydin-main/governance-ui" + +[[repo]] +url = "https://github.com/int00001/anchor-blog" + +[[repo]] +url = "https://github.com/int00001/sol-collection" + [[repo]] url = "https://github.com/interlock-network/interlock-smartcontracts" @@ -8001,6 +8799,9 @@ url = "https://github.com/Iqbalfachry19/buildoor" [[repo]] url = "https://github.com/IRezig/solana_roll_dice" +[[repo]] +url = "https://github.com/irffanasiff/contract-v2" + [[repo]] url = "https://github.com/irffanasiff/solana-core" @@ -8077,6 +8878,9 @@ url = "https://github.com/isamyakt/spl-uchiha-token-metaplex" [[repo]] url = "https://github.com/isamyakt/xnft-quickstart" +[[repo]] +url = "https://github.com/isgasho/protocol-v2" + [[repo]] url = "https://github.com/IsoardiMarius/Discord_bot" @@ -8098,6 +8902,9 @@ url = "https://github.com/iSyqozz/Saiseihub" [[repo]] url = "https://github.com/itachi2003/My-solana_project" +[[repo]] +url = "https://github.com/itachi2003/tik-tok" + [[repo]] url = "https://github.com/ithsirs/airdrop.js" @@ -8125,6 +8932,9 @@ url = "https://github.com/ItsAshrafSyed/temp" [[repo]] url = "https://github.com/ItsAzeni/solana-intro-client" +[[repo]] +url = "https://github.com/itsjenm/blockchain-developer-bootcamp-final-project" + [[repo]] url = "https://github.com/itsmsn/Solana-NFT-Minter-Dapp" @@ -8134,6 +8944,9 @@ url = "https://github.com/ItsOrganic/SOLANA" [[repo]] url = "https://github.com/Itsystemsproyect/itscash.me" +[[repo]] +url = "https://github.com/IU-AlokSharma/Esaiyo" + [[repo]] url = "https://github.com/IU-AlokSharma/Esaiyo-next" @@ -8167,6 +8980,9 @@ url = "https://github.com/ivmidable/lottery" [[repo]] url = "https://github.com/ivmidable/pow_anchor" +[[repo]] +url = "https://github.com/ivmidable/solana-escrow-reset-lock-challenge" + [[repo]] url = "https://github.com/ivmidable/token2022" @@ -8266,12 +9082,21 @@ url = "https://github.com/Jannikio/synthius_v0" [[repo]] url = "https://github.com/JapsG/M2PhantomWallet" +[[repo]] +url = "https://github.com/JapsG/mc_module2_airdropSOL" + +[[repo]] +url = "https://github.com/JapsG/mc_module2TransferandFees" + [[repo]] url = "https://github.com/jarry-xiao/candyland" [[repo]] url = "https://github.com/jarry-xiao/ouroboros" +[[repo]] +url = "https://github.com/Jason-Clarke-Apollo/solana-wallet-connext" + [[repo]] url = "https://github.com/JasonElke/solana-program" @@ -8302,6 +9127,9 @@ url = "https://github.com/Jayabrata18/solana-development" [[repo]] url = "https://github.com/JayeshKowale/Solana-NFT" +[[repo]] +url = "https://github.com/JB9623/IDOStaking" + [[repo]] url = "https://github.com/jbrit/anchor-swap" @@ -8416,9 +9244,15 @@ url = "https://github.com/jim4067/barebones-xnft" [[repo]] url = "https://github.com/Jim97M/locoin" +[[repo]] +url = "https://github.com/jito-labs/jito-drift-bots-v2" + [[repo]] url = "https://github.com/jito-labs/jito-ts" +[[repo]] +url = "https://github.com/jito-labs/mev-bot" + [[repo]] url = "https://github.com/JIYEONKIMPROG/Pi_Market" @@ -8431,18 +9265,33 @@ url = "https://github.com/jjmiranda/utecsolanaprogram" [[repo]] url = "https://github.com/Jkat/SOL-Drop" +[[repo]] +url = "https://github.com/jkleejr/airdrop" + [[repo]] url = "https://github.com/jkleejr/sol-beats" [[repo]] url = "https://github.com/jkleejr/sol-dev1" +[[repo]] +url = "https://github.com/jkleejr/solana-dev1" + [[repo]] url = "https://github.com/jlew24asu/metaplex" [[repo]] url = "https://github.com/jlx23/pdf-report-streamflow" +[[repo]] +url = "https://github.com/jmakwana01/Solana-metacrafter-challenges" + +[[repo]] +url = "https://github.com/jmarcelino/dapp-scaffold" + +[[repo]] +url = "https://github.com/jmarcelino/workshop-dapps" + [[repo]] url = "https://github.com/Jmbaldonado/module-2-metacrafters-solana-challenge" @@ -8461,6 +9310,12 @@ url = "https://github.com/jmdollosa/solana-challenge1" [[repo]] url = "https://github.com/jmdollosa/solana-challenge2" +[[repo]] +url = "https://github.com/jnwng/governance-ui" + +[[repo]] +url = "https://github.com/jnwng/js" + [[repo]] url = "https://github.com/jnwng/minting-nfts-on-solana" @@ -8470,6 +9325,9 @@ url = "https://github.com/joanguardia19/CORE-1" [[repo]] url = "https://github.com/joanguardia19/core2-final" +[[repo]] +url = "https://github.com/jobenscott/BONKClicker" + [[repo]] url = "https://github.com/jobenscott/BONKClickerServer" @@ -8539,12 +9397,21 @@ url = "https://github.com/jokumusic/twine_mobile" [[repo]] url = "https://github.com/jonasXchen/buildspace_core_1" +[[repo]] +url = "https://github.com/jonasXchen/solana-pay-signing" + +[[repo]] +url = "https://github.com/jonasXchen/solana-sveltekit" + [[repo]] url = "https://github.com/jonasXchen/sveltekit-solana-test" [[repo]] url = "https://github.com/Jonathan-Multivurse/React-Typescript-WebApp" +[[repo]] +url = "https://github.com/joncinque/solana-web3.js" + [[repo]] url = "https://github.com/jonestsai/metricNFT" @@ -8653,9 +9520,15 @@ url = "https://github.com/JuanRdBO/solana-token-list" [[repo]] url = "https://github.com/jubeless/test" +[[repo]] +url = "https://github.com/judd1337/solana-swirl-prototype" + [[repo]] url = "https://github.com/JuhiPathak23/Solana-Token-Client" +[[repo]] +url = "https://github.com/juicebox-technologies/playa-webapp" + [[repo]] url = "https://github.com/juicebox-technologies/urchin-sdk" @@ -8707,6 +9580,9 @@ url = "https://github.com/jup-ag/raydium-clmm-sdk" [[repo]] url = "https://github.com/jup-ag/symmetry-hq-liquidity-sdk" +[[repo]] +url = "https://github.com/jusocial/Ju" + [[repo]] url = "https://github.com/Just-JB/DD-Transcendents" @@ -8719,9 +9595,15 @@ url = "https://github.com/jwrookie/stablecoin" [[repo]] url = "https://github.com/jxhnsebastian/doge-cap" +[[repo]] +url = "https://github.com/K-Kizuku/hajimete_vol_10" + [[repo]] url = "https://github.com/k0beLeenders/nft-steganography" +[[repo]] +url = "https://github.com/kaazzixd/kazi-token" + [[repo]] url = "https://github.com/kabut000/CTF" @@ -8851,6 +9733,9 @@ url = "https://github.com/kavyakrishnan42/sol" [[repo]] url = "https://github.com/Kawi-io/kawi" +[[repo]] +url = "https://github.com/Kawi-io/kawi_2.0" + [[repo]] url = "https://github.com/kazinarka/betting" @@ -8887,6 +9772,9 @@ url = "https://github.com/keithnoguchi/multisig-lite" [[repo]] url = "https://github.com/kekloldyormarket/Mango-Money-Multiplier" +[[repo]] +url = "https://github.com/kelvinbush/candy-machine-ui" + [[repo]] url = "https://github.com/kelvinkirima014/animegif" @@ -8965,6 +9853,9 @@ url = "https://github.com/KevinFiorentino/react-solana-portal" [[repo]] url = "https://github.com/KevinFiorentino/solana-chat" +[[repo]] +url = "https://github.com/KevinFiorentino/solana-movies-and-tokens" + [[repo]] url = "https://github.com/KevinFiorentino/solana-movies-tokens" @@ -8977,6 +9868,9 @@ url = "https://github.com/KevinFiorentino/solana-native-movies" [[repo]] url = "https://github.com/KevinFiorentino/solana-native-program" +[[repo]] +url = "https://github.com/KevinFiorentino/solana-nft" + [[repo]] url = "https://github.com/KevinFiorentino/solana-nft-minter" @@ -9001,6 +9895,12 @@ url = "https://github.com/kevinheavey/program-test-hang" [[repo]] url = "https://github.com/kevinrodriguez-io/bonk-paper-scissors" +[[repo]] +url = "https://github.com/kevinrodriguez-io/mpl-token-auth-rules" + +[[repo]] +url = "https://github.com/kevinrodriguez-io/solana-jupiter-bot" + [[repo]] url = "https://github.com/kevinxyc1/solmate-wallet-standard" @@ -9010,6 +9910,9 @@ url = "https://github.com/kevinz420/agora-tokens" [[repo]] url = "https://github.com/kevinz420/SOLr-Pay" +[[repo]] +url = "https://github.com/kewde/raydium-frontend" + [[repo]] url = "https://github.com/khaIilnafis/solsantas" @@ -9019,12 +9922,21 @@ url = "https://github.com/khairalanam/Kutub" [[repo]] url = "https://github.com/KhalilJouaneh/front-end-nft-minter-DAPP" +[[repo]] +url = "https://github.com/KhalilJouaneh/parimutuel-hxro-script" + [[repo]] url = "https://github.com/khatriamit/anchor-nft-program" [[repo]] url = "https://github.com/kidph/magic-eden-submission" +[[repo]] +url = "https://github.com/kidph/mintlist-finder" + +[[repo]] +url = "https://github.com/kidph/mintlist-finder-fe" + [[repo]] url = "https://github.com/kien6034/Solana-NFT-Staking" @@ -9106,6 +10018,9 @@ url = "https://github.com/kiran-bhalerao/blog-dapp-solana" [[repo]] url = "https://github.com/kiran-blip/cred3" +[[repo]] +url = "https://github.com/kiran-blip/solana-hello-world" + [[repo]] url = "https://github.com/kiranmuddam/solana-intro-client" @@ -9133,12 +10048,18 @@ url = "https://github.com/KIWIbird717/SolanaApp.github.io" [[repo]] url = "https://github.com/KiwiPetal/NftMint" +[[repo]] +url = "https://github.com/kizmt/myepicproject" + [[repo]] url = "https://github.com/kizzbonez/Challege1-solana" [[repo]] url = "https://github.com/kklas/anchor-client-gen" +[[repo]] +url = "https://github.com/KKQanT/nft-market-place" + [[repo]] url = "https://github.com/KKQanT/solana-nft-staking-program-constant-reward" @@ -9154,6 +10075,9 @@ url = "https://github.com/klayton23/solana-certificate" [[repo]] url = "https://github.com/KnockOutEZ/solana-todo-dapp" +[[repo]] +url = "https://github.com/KodeSage/Tunye" + [[repo]] url = "https://github.com/kody435/gif-web3" @@ -9193,15 +10117,27 @@ url = "https://github.com/Kousik1Reddy/second" [[repo]] url = "https://github.com/kpdumaguin/metacrafters-solana-skills-assessment" +[[repo]] +url = "https://github.com/kranthicodes/airdrop-phantom" + [[repo]] url = "https://github.com/kranthicodes/find-best-offer-serum-dex" +[[repo]] +url = "https://github.com/kranthicodes/module2-candymachine" + +[[repo]] +url = "https://github.com/kranthicodes/module2-create-spl-token-js" + [[repo]] url = "https://github.com/kranthicodes/sol-airdrop-cli" [[repo]] url = "https://github.com/kranthicodes/sol-phantom-wallet-challenge" +[[repo]] +url = "https://github.com/kranthicodes/sol-transfer-cli" + [[repo]] url = "https://github.com/kratos2377/Spark" @@ -9229,6 +10165,9 @@ url = "https://github.com/krishnaswamyv/Challenge2-solana" [[repo]] url = "https://github.com/krishnaswamyv/solana-challenge3-phantom" +[[repo]] +url = "https://github.com/krishnu9/solana-fungible-token" + [[repo]] url = "https://github.com/kromsten/emancipate" @@ -9289,6 +10228,9 @@ url = "https://github.com/KultureElectric/OceanGuardians-dApp-v2" [[repo]] url = "https://github.com/kumailnaqvi354/Solana-Blog" +[[repo]] +url = "https://github.com/kumailnaqvi354/Solana-Todo" + [[repo]] url = "https://github.com/KumarAmitt/challenge1-solana" @@ -9328,12 +10270,21 @@ url = "https://github.com/kuro-420/NftWalletBridge" [[repo]] url = "https://github.com/Kushaalrajiv/Solanamod2" +[[repo]] +url = "https://github.com/Kushalrock/solana-stuff-react" + +[[repo]] +url = "https://github.com/Kushalrock/solana-stuff-try" + [[repo]] url = "https://github.com/kvenus-uj/non-transferable-token-mint" [[repo]] url = "https://github.com/kvenus-uj/simple-marketplace" +[[repo]] +url = "https://github.com/kwamena98/nftupvoting" + [[repo]] url = "https://github.com/KyberNetwork/openbook-spl" @@ -9380,6 +10331,9 @@ url = "https://github.com/Lamas-Finance-Official/solana-vrf" [[repo]] url = "https://github.com/LamasFinance/LamasFinance" +[[repo]] +url = "https://github.com/LamasFinance/vrf-lib" + [[repo]] url = "https://github.com/Lambersonistaken/solana_dApp_my_football_player" @@ -9482,12 +10436,21 @@ url = "https://github.com/LeonLeng996/ORealityDao" [[repo]] url = "https://github.com/LePingu/SolPlayground" +[[repo]] +url = "https://github.com/levanl/tiktok-solana-frontend" + +[[repo]] +url = "https://github.com/levanl/tiktokSolana" + [[repo]] url = "https://github.com/LevanPangani5/Ticktock_solana" [[repo]] url = "https://github.com/LevanPangani5/tiktok_solana" +[[repo]] +url = "https://github.com/LevDev2017/SolanaFomo3D-sc" + [[repo]] url = "https://github.com/levistanthetaa/echoforest" @@ -9593,6 +10556,12 @@ url = "https://github.com/LittleBonkers/Little-Bonkers" [[repo]] url = "https://github.com/littlejohntj/bonk-space-backend" +[[repo]] +url = "https://github.com/littlejohntj/mrgn-ts" + +[[repo]] +url = "https://github.com/llamakid/nights-and-weekends" + [[repo]] url = "https://github.com/llllllluc/learn-smart-contract-in-rust" @@ -9623,6 +10592,9 @@ url = "https://github.com/lnxdxtf/solana-course-rust-vue-tailwind" [[repo]] url = "https://github.com/LoboVH/candymachine-mint-nft-v2" +[[repo]] +url = "https://github.com/LoboVH/NFT-staking-solana" + [[repo]] url = "https://github.com/loganyu/DeEdIT" @@ -9651,6 +10623,9 @@ url = "https://github.com/LoneStarDev/metaticket-vault-escrow-program-v1" url = "https://github.com/LoneStarDev/MetaTicketEscrowProgram" missing = true +[[repo]] +url = "https://github.com/LoneStarDev/rust_practice" + [[repo]] url = "https://github.com/LoNeWoLf003/solana" @@ -9669,12 +10644,18 @@ url = "https://github.com/lopeselio/Solana-Core" [[repo]] url = "https://github.com/lorenzogman/solnftviewer" +[[repo]] +url = "https://github.com/lorisleiva/js-core" + [[repo]] url = "https://github.com/lorisleiva/mpl-digital-asset" [[repo]] url = "https://github.com/lorisleiva/solana-wallets-vue" +[[repo]] +url = "https://github.com/lorisleiva/spl-clients" + [[repo]] url = "https://github.com/lost-sols/nx-sol-starter" @@ -9705,6 +10686,9 @@ url = "https://github.com/LStan/Solana_Blockchain_Developer-Bootcamp_2022" [[repo]] url = "https://github.com/LStan/Solana_Core_buildspace" +[[repo]] +url = "https://github.com/LTcolombo/encodeXsolana" + [[repo]] url = "https://github.com/LTcolombo/grizzlython-space-frontier" @@ -9717,6 +10701,9 @@ url = "https://github.com/LuatCoi97/mint-nft" [[repo]] url = "https://github.com/LuatCoi97/rust-nft-marketplace" +[[repo]] +url = "https://github.com/luatnd/sol-swap-simple" + [[repo]] url = "https://github.com/lucasig11/solutils" @@ -9756,9 +10743,15 @@ url = "https://github.com/Ludex-Labs/LudexTxCore" [[repo]] url = "https://github.com/luismigueldev1/nextjs-solana-getaccountinfo" +[[repo]] +url = "https://github.com/luismigueldev1/solana-nas-academy" + [[repo]] url = "https://github.com/lukacan/dTwitter" +[[repo]] +url = "https://github.com/lukacan/escrow-template" + [[repo]] url = "https://github.com/lukacan/janecek_method" @@ -9810,6 +10803,15 @@ url = "https://github.com/Lyfebloc/lb-sdk-solana" [[repo]] url = "https://github.com/lyndipc/solana-frontend" +[[repo]] +url = "https://github.com/LysterDoCoding/Challenge3" + +[[repo]] +url = "https://github.com/LysterDoCoding/LysterSotto-AirdropSOL" + +[[repo]] +url = "https://github.com/LysterDoCoding/LysterSotto_Challenge2" + [[repo]] url = "https://github.com/lytien2429/token-swap" @@ -9834,6 +10836,9 @@ url = "https://github.com/m81network/GeyserServiceCommon" [[repo]] url = "https://github.com/m81network/GrizzlyHackathon" +[[repo]] +url = "https://github.com/Maahir26/Solana-Balance-Checker" + [[repo]] url = "https://github.com/maars202/solmate" @@ -9843,6 +10848,9 @@ url = "https://github.com/maaz459/portalys-react" [[repo]] url = "https://github.com/mabitadolec/solana-todoDapp1" +[[repo]] +url = "https://github.com/mabrehan/perpetuals" + [[repo]] url = "https://github.com/madrugada-labs/candidate-staking" @@ -9960,9 +10968,15 @@ url = "https://github.com/Manimozhi121/airdrop" [[repo]] url = "https://github.com/Manish-Rawat-1186/solana" +[[repo]] +url = "https://github.com/Manishsahusahu/social-media-3.0" + [[repo]] url = "https://github.com/Mankeylol/solana-bank" +[[repo]] +url = "https://github.com/Mankeylol/Solana-Q1-2023" + [[repo]] url = "https://github.com/Mankeylol/wsos-bank" @@ -9975,6 +10989,9 @@ url = "https://github.com/mankinskin/web-app" [[repo]] url = "https://github.com/mannar-1/solona_todo" +[[repo]] +url = "https://github.com/mannar-1/spotify" + [[repo]] url = "https://github.com/manojrohtela/SolanaProjectFirst" @@ -10027,7 +11044,13 @@ url = "https://github.com/Margotte83/metaplex" url = "https://github.com/Mariesnlk/solana-part-1" [[repo]] -url = "https://github.com/markoinether/tenderize-on-solana" +url = "https://github.com/marken-0/airdrop-website" + +[[repo]] +url = "https://github.com/marken-0/mint-fungible-token" + +[[repo]] +url = "https://github.com/markoinether/tenderize-on-solana" [[repo]] url = "https://github.com/markovic-ana/solana-aibnb" @@ -10177,6 +11200,9 @@ url = "https://github.com/matiasbn/solana-pocs" [[repo]] url = "https://github.com/matiman/NFT_Buildor_Buildspace" +[[repo]] +url = "https://github.com/matr-world/get-mintlist-ui-sveltkit" + [[repo]] url = "https://github.com/matr-world/template--turborepo" @@ -10198,6 +11224,9 @@ url = "https://github.com/mauricioakito/consola.finance" [[repo]] url = "https://github.com/Maverick9081/Nft-minter" +[[repo]] +url = "https://github.com/maverickreal/web3" + [[repo]] url = "https://github.com/Mavrick91/blockchain_solana" @@ -10237,6 +11266,12 @@ url = "https://github.com/MaxwellDG/Ackee_5" [[repo]] url = "https://github.com/maxwellfortney/next-candy-machine" +[[repo]] +url = "https://github.com/maya188/candy-machine-ui" + +[[repo]] +url = "https://github.com/maya188/certification" + [[repo]] url = "https://github.com/maya188/maya_builder" @@ -10255,6 +11290,21 @@ url = "https://github.com/Mayank1170/Solana-Pay-Tutorial" [[repo]] url = "https://github.com/MayankMittal1/SilkRoad" +[[repo]] +url = "https://github.com/MBenz12/game-admin-panel" + +[[repo]] +url = "https://github.com/MBenz12/game-smart-contracts" + +[[repo]] +url = "https://github.com/MBenz12/metaplex-program-library" + +[[repo]] +url = "https://github.com/MBenz12/pawn-shop" + +[[repo]] +url = "https://github.com/MBenz12/solana-token-dapp" + [[repo]] url = "https://github.com/mbouthemy/play2earn" @@ -10267,15 +11317,36 @@ url = "https://github.com/mcf-rocks/simple-vote-tutorial" [[repo]] url = "https://github.com/mcf-rocks/solana-upload" +[[repo]] +url = "https://github.com/mcintyre94/message-signing-app" + +[[repo]] +url = "https://github.com/mcintyre94/mobile-wallet-adapter" + [[repo]] url = "https://github.com/mcintyre94/raycast-solana-pay-test" +[[repo]] +url = "https://github.com/mcintyre94/signing-prototype-dapp" + [[repo]] url = "https://github.com/mcintyre94/solana-pay-nfts" +[[repo]] +url = "https://github.com/mcintyre94/solana-pay-scaffold" + +[[repo]] +url = "https://github.com/mcintyre94/solana-web3.js" + +[[repo]] +url = "https://github.com/mcintyre94/wallet-adapter" + [[repo]] url = "https://github.com/mcintyre94/xnft-cookies-inc" +[[repo]] +url = "https://github.com/mcintyre94/xnft-quickstart" + [[repo]] url = "https://github.com/mclansys/auctionhouse" @@ -10285,9 +11356,15 @@ url = "https://github.com/md-armaan13/solmint" [[repo]] url = "https://github.com/mdb1710/escrow" +[[repo]] +url = "https://github.com/mdstevens044/solana-arweave-uploader" + [[repo]] url = "https://github.com/mean-dao/MEAN-stats" +[[repo]] +url = "https://github.com/meanking/solana-nft-marketplace" + [[repo]] url = "https://github.com/MedAhenna/mint-NFT-Metaplex" @@ -10300,6 +11377,15 @@ url = "https://github.com/MeetHrishii/solanaDevPune" [[repo]] url = "https://github.com/Megaman222111/Solana-Pay-Store" +[[repo]] +url = "https://github.com/Mehdi022/DAD-bot" + +[[repo]] +url = "https://github.com/Mehdi022/verification-nft-collection-tool" + +[[repo]] +url = "https://github.com/Mehdi022/wallet-tracker-Solana" + [[repo]] url = "https://github.com/MehdiElHarami/DAD-bot" @@ -10330,6 +11416,9 @@ url = "https://github.com/MehulG/GIF-Solana-buildspace" [[repo]] url = "https://github.com/MelenoiddCoding/Solana_Metacrafters" +[[repo]] +url = "https://github.com/mellivoro/nft-minter" + [[repo]] url = "https://github.com/MembraneGame/storage" @@ -10456,6 +11545,24 @@ url = "https://github.com/metaplex-foundation/Solana.Swift" [[repo]] url = "https://github.com/metaplex/smart-contracts" +[[repo]] +url = "https://github.com/metasal1/solanadb" + +[[repo]] +url = "https://github.com/Metaversol/fuse" + +[[repo]] +url = "https://github.com/Metaversol/solana-nft-dressing" + +[[repo]] +url = "https://github.com/methlox/solana-balance" + +[[repo]] +url = "https://github.com/methlox/solana-wallet-send-sol" + +[[repo]] +url = "https://github.com/methlox/solana-write" + [[repo]] url = "https://github.com/mettaversesociety/freshmint" @@ -10543,6 +11650,18 @@ url = "https://github.com/mikejhale/buildspace-solana-core-nft-minter" [[repo]] url = "https://github.com/mikemaccana/bug-reproduction" +[[repo]] +url = "https://github.com/mikemaccana/js" + +[[repo]] +url = "https://github.com/mikemaccana/namor" + +[[repo]] +url = "https://github.com/mikemaccana/utl-aggregator" + +[[repo]] +url = "https://github.com/MikeStone6/newminttest" + [[repo]] url = "https://github.com/mikkolmillo/rascal-land-farm" @@ -10558,9 +11677,15 @@ url = "https://github.com/millicare/Solana-NFT-Mint" [[repo]] url = "https://github.com/millsmcilroy/Validate-Solana-NFT-Holders" +[[repo]] +url = "https://github.com/mindrunner/fleetbot" + [[repo]] url = "https://github.com/miner0017/jar-health-check" +[[repo]] +url = "https://github.com/ming070492/mc_challenge1" + [[repo]] url = "https://github.com/ming070492/mod4_final_project_calculator_v2" @@ -10606,12 +11731,18 @@ url = "https://github.com/miraland-labs/solarti-program-library-token-cli-v2.2.0 [[repo]] url = "https://github.com/mirirtiqa/sol-airdrop" +[[repo]] +url = "https://github.com/MirzaMuhammadBaig/Get-Pool-Feeds-From-different-dexs" + [[repo]] url = "https://github.com/MirzaMuhammadBaig/solana_escrow_program" [[repo]] url = "https://github.com/Mishalabdullah/Triog" +[[repo]] +url = "https://github.com/mishra811/escrow-sol" + [[repo]] url = "https://github.com/mishra811/solana-core" @@ -10633,12 +11764,21 @@ url = "https://github.com/Mizumi-cc/mizumi-program" [[repo]] url = "https://github.com/Mjavala/metaplex-auction-ui" +[[repo]] +url = "https://github.com/Mjavala/rogue-sharks-xnft" + [[repo]] url = "https://github.com/Mjavala/synx-xnft" [[repo]] url = "https://github.com/mjour/radium-bot" +[[repo]] +url = "https://github.com/mjzuppe/urchin-web3-cms" + +[[repo]] +url = "https://github.com/mjzuppe/urchin-webapp" + [[repo]] url = "https://github.com/mlyin/sellana" @@ -10654,6 +11794,9 @@ url = "https://github.com/mmsaki/solana-swipe-app" [[repo]] url = "https://github.com/mmsaki/solswipe" +[[repo]] +url = "https://github.com/mmsaki/swipe" + [[repo]] url = "https://github.com/mmsaki/swipe-solana-mobile" @@ -10669,6 +11812,9 @@ url = "https://github.com/mod7ex/rust-solana-walkthrough" [[repo]] url = "https://github.com/modelB/candy-machine-ui-test" +[[repo]] +url = "https://github.com/modex98/rust-solana-walkthrough" + [[repo]] url = "https://github.com/moefreelancer83/airia-lite-fe_personalRepo" @@ -10676,6 +11822,9 @@ url = "https://github.com/moefreelancer83/airia-lite-fe_personalRepo" url = "https://github.com/Mohamed6995/1st-project" missing = true +[[repo]] +url = "https://github.com/Mohammed-16/Ally3-The-Contribution-Power" + [[repo]] url = "https://github.com/Mohammed-16/UNITE-3" @@ -10716,6 +11865,9 @@ url = "https://github.com/mohitthakkar30/SnapSol-Frontend" [[repo]] url = "https://github.com/mohsin-laeeque/solana-dex-contracts" +[[repo]] +url = "https://github.com/mohsin-laeeque/solana-dex-frontend" + [[repo]] url = "https://github.com/MohsinAliS/SolanaCandyMachine" @@ -10761,6 +11913,15 @@ url = "https://github.com/mondalraj/gifs-smart-contract-solana" [[repo]] url = "https://github.com/monishkajha17/gum-app" +[[repo]] +url = "https://github.com/monishwarmc/Keypairs-and-Airdrops" + +[[repo]] +url = "https://github.com/MonkeDAO/omcvote-dapp" + +[[repo]] +url = "https://github.com/monojkumar2001/education" + [[repo]] url = "https://github.com/monomadic/solana-tokenlist" @@ -10770,6 +11931,9 @@ url = "https://github.com/MonsterKey/WEB3build" [[repo]] url = "https://github.com/moobaaclub/archelian-mint" +[[repo]] +url = "https://github.com/MoonHoldings/MoonAPI" + [[repo]] url = "https://github.com/MoonHoldings/MoonWeb" @@ -10821,15 +11985,24 @@ url = "https://github.com/MrCesar107/cempalana" [[repo]] url = "https://github.com/mrgnlabs/marginfi-sdk" +[[repo]] +url = "https://github.com/mrhouzlane/SolPets" + [[repo]] url = "https://github.com/Mridulklra/airdrop.js" +[[repo]] +url = "https://github.com/MrJeleika/solana" + [[repo]] url = "https://github.com/MrKevin0308/solana-bpf-template" [[repo]] url = "https://github.com/mrlucciola/cdp" +[[repo]] +url = "https://github.com/mrsaifullah52/explorer" + [[repo]] url = "https://github.com/mrsidrdx/Solana-Web3JS" @@ -10839,18 +12012,30 @@ url = "https://github.com/MSarfarazMeyo/MekkaLab-Frontend" [[repo]] url = "https://github.com/MSarfarazMeyo/mfrontend" +[[repo]] +url = "https://github.com/mschneider/configure_mango" + [[repo]] url = "https://github.com/mschneider/solcpp" [[repo]] url = "https://github.com/mschneider/tx-backup" +[[repo]] +url = "https://github.com/mschneider/whirlpools" + [[repo]] url = "https://github.com/mshahbaazshareef/airdrop" [[repo]] url = "https://github.com/mstomar698/DMail" +[[repo]] +url = "https://github.com/mstomar698/mail-dApp-frontend" + +[[repo]] +url = "https://github.com/mstomar698/Solana-Mail-App" + [[repo]] url = "https://github.com/MSUFIYANKT/solairdrop" @@ -10935,9 +12120,18 @@ url = "https://github.com/munanadi/buildspace-movie-review" [[repo]] url = "https://github.com/munanadi/buildspace-nft-minter" +[[repo]] +url = "https://github.com/munanadi/gum-delete-user" + +[[repo]] +url = "https://github.com/munanadi/shadow-drive-example" + [[repo]] url = "https://github.com/MundoKaizen/Ackee-5" +[[repo]] +url = "https://github.com/MundoKaizen/Ackee_Final" + [[repo]] url = "https://github.com/muneeb-i-khan/sol-airdrop" @@ -10959,6 +12153,9 @@ url = "https://github.com/murataslan1/dapp-scaffold-explorer-solana" [[repo]] url = "https://github.com/murathanje/Solana-Dev" +[[repo]] +url = "https://github.com/murlokito/solana-playground" + [[repo]] url = "https://github.com/murtaza1sol/learn-sol-airdrop" @@ -11025,6 +12222,9 @@ url = "https://github.com/mystical-prog/blinders" [[repo]] url = "https://github.com/MZHussain0/solana-faucet" +[[repo]] +url = "https://github.com/mzs-dev/perpetuals" + [[repo]] url = "https://github.com/N044H/Tiny-Crew-Mint" missing = true @@ -11035,6 +12235,9 @@ url = "https://github.com/N8BWert/arcade" [[repo]] url = "https://github.com/naartjie/buildspace-solana-web3-app" +[[repo]] +url = "https://github.com/naartjie/gif-portal-starter" + [[repo]] url = "https://github.com/Nabeel06022002/airdrop-sol" @@ -11095,6 +12298,9 @@ url = "https://github.com/nandy6666/MMM" [[repo]] url = "https://github.com/NarekNk/module-2" +[[repo]] +url = "https://github.com/narendra101/solana-keypairs-and-airdrops" + [[repo]] url = "https://github.com/narendra101/solana-transactions-and-fees" @@ -11116,6 +12322,9 @@ url = "https://github.com/NataliiaRybalka/solana-transaction-extractor" [[repo]] url = "https://github.com/natassafar/airdrop" +[[repo]] +url = "https://github.com/nathanielremy/Hous3" + [[repo]] url = "https://github.com/nathannlu/dasdsad" @@ -11173,6 +12382,9 @@ url = "https://github.com/neel-ds/sol-grant" [[repo]] url = "https://github.com/neel-ds/solana-core" +[[repo]] +url = "https://github.com/neery1218/rps" + [[repo]] url = "https://github.com/nehal2210/solana-nft" @@ -11257,6 +12469,15 @@ url = "https://github.com/NftEyez/sol-rayz" [[repo]] url = "https://github.com/NFTfpg/Tree.NFT" +[[repo]] +url = "https://github.com/nfthyper/monkiesclub" + +[[repo]] +url = "https://github.com/nfthyper/themonkiesclub" + +[[repo]] +url = "https://github.com/nfthyper/visitors" + [[repo]] url = "https://github.com/nftthon/nftthon-contract" @@ -11287,15 +12508,27 @@ url = "https://github.com/NgocThang-MJ/buildoor" [[repo]] url = "https://github.com/NgocThang-MJ/xnft-quickstart" +[[repo]] +url = "https://github.com/ngundotra/governance-ui" + +[[repo]] +url = "https://github.com/ngundotra/on-chain-metadata" + [[repo]] url = "https://github.com/ngundotra/solana-event-logging-repro" +[[repo]] +url = "https://github.com/ngundotra/solana-gpt-plugin" + [[repo]] url = "https://github.com/ngundotra/solana-interface-permissioned-tfer" [[repo]] url = "https://github.com/ngundotra/solana-itoken-poc" +[[repo]] +url = "https://github.com/ngundotra/solana-verifiable-build" + [[repo]] url = "https://github.com/NguyenLoi851/escrow-study-from-zero-to-hero" @@ -11332,12 +12565,21 @@ url = "https://github.com/nhocbun741/pokemon" [[repo]] url = "https://github.com/nibbus0x/autopay" +[[repo]] +url = "https://github.com/nickfrosty/compressed.app" + +[[repo]] +url = "https://github.com/nickfrosty/soldev-ui" + [[repo]] url = "https://github.com/niclasschuemann/hackatum-solana-challenge" [[repo]] url = "https://github.com/nico1aseth/anime_gif-showcase" +[[repo]] +url = "https://github.com/nico1aseth/mine-builder" + [[repo]] url = "https://github.com/nico1aseth/rust_example" @@ -11368,6 +12610,9 @@ url = "https://github.com/nicovrg/solana-vault-playground" [[repo]] url = "https://github.com/Nidhish-07/Solana-Projects" +[[repo]] +url = "https://github.com/Nie-Mand/solana-01" + [[repo]] url = "https://github.com/NielAndalecio26/Paw-NFT" @@ -11386,6 +12631,9 @@ url = "https://github.com/NigmaZ/Pwnable" [[repo]] url = "https://github.com/Nikhil6765/my-app" +[[repo]] +url = "https://github.com/NiKHiLkr23/Challenge1-solana" + [[repo]] url = "https://github.com/NiKHiLkr23/Getting-Started-with-Solana" @@ -11455,12 +12703,21 @@ url = "https://github.com/nitigyabhandari/solana-template" [[repo]] url = "https://github.com/nitins19/buildoor" +[[repo]] +url = "https://github.com/nitsaw09/solana" + +[[repo]] +url = "https://github.com/nitsaw09/solana-keypair-and-airdrop" + [[repo]] url = "https://github.com/nixondc93/dirty-wallet" [[repo]] url = "https://github.com/njokuScript/blowfishjs" +[[repo]] +url = "https://github.com/njtrettel/live-streaming" + [[repo]] url = "https://github.com/noah-ts/dutch-auction" @@ -11491,6 +12748,9 @@ url = "https://github.com/NonFungibleHacker/dapp-bank-ackee" [[repo]] url = "https://github.com/NonFungibleHacker/dnotes" +[[repo]] +url = "https://github.com/NonFungibleHacker/solana-dnotes" + [[repo]] url = "https://github.com/NonFungibleHacker/SSoS-calc" @@ -11500,6 +12760,9 @@ url = "https://github.com/noobie7/buildspace-solana_core" [[repo]] url = "https://github.com/noobie7/buildspace-solana_intro_client" +[[repo]] +url = "https://github.com/noobie7/buildspace-solana_nft_minter" + [[repo]] url = "https://github.com/noobie7/buildspace-solana_ping_frontend" @@ -11551,6 +12814,9 @@ url = "https://github.com/notu-ngoctrung/nft-dashboard" [[repo]] url = "https://github.com/NovaFi/NToken-solana" +[[repo]] +url = "https://github.com/novalabsxyz/hotspot-app-v5" + [[repo]] url = "https://github.com/noxcusej/metamorphic2" @@ -11563,6 +12829,12 @@ url = "https://github.com/NpoolPlatform/sphinx-proxy" [[repo]] url = "https://github.com/npsables/hdcore" +[[repo]] +url = "https://github.com/NuclearBlock/ls" + +[[repo]] +url = "https://github.com/nufi-official/fcl-web3auth-plugin" + [[repo]] url = "https://github.com/numisman/vrf-client" @@ -11626,6 +12898,9 @@ url = "https://github.com/oakwoodgates/sol-nft-mint" [[repo]] url = "https://github.com/oakwoodgates/solana-minter-frontend" +[[repo]] +url = "https://github.com/obber/wallet-adapter-sandbox" + [[repo]] url = "https://github.com/obsidiansystems/solana-bridges" @@ -11687,6 +12962,9 @@ url = "https://github.com/ols87/s-flow" [[repo]] url = "https://github.com/omar2535/CTF" +[[repo]] +url = "https://github.com/omarkilani/indexer" + [[repo]] url = "https://github.com/omersuve/superiorrobots" @@ -11702,6 +12980,9 @@ url = "https://github.com/oneblockchain/web3" [[repo]] url = "https://github.com/Onespace-Project/1space-UI" +[[repo]] +url = "https://github.com/OnlyFrogs/streampay-checkout-ecommerce-sdk" + [[repo]] url = "https://github.com/onlysuccess1123/Solana-nft-loan" @@ -11732,12 +13013,18 @@ url = "https://github.com/onoot/LOL" [[repo]] url = "https://github.com/onoot/react_farm" +[[repo]] +url = "https://github.com/onsol-labs/solana-wallet-names" + [[repo]] url = "https://github.com/onsol-labs/tld-parser" [[repo]] url = "https://github.com/onsol-labs/tldsolve" +[[repo]] +url = "https://github.com/onuraladi/arac" + [[repo]] url = "https://github.com/onuraladi/Mint" @@ -11747,6 +13034,9 @@ url = "https://github.com/onuraladi/tta" [[repo]] url = "https://github.com/onuraladi/unisolbridge" +[[repo]] +url = "https://github.com/onuraladi/webhook" + [[repo]] url = "https://github.com/onuruci/vault-solana" @@ -11777,6 +13067,9 @@ url = "https://github.com/open-sauce-labs/solomon" [[repo]] url = "https://github.com/Open-Sorcerer/bonk-vault" +[[repo]] +url = "https://github.com/Open-Sorcerer/consol-gaming" + [[repo]] url = "https://github.com/Open-Sorcerer/SoLingo" @@ -11792,6 +13085,9 @@ url = "https://github.com/opptylabs/raffle-calculator" [[repo]] url = "https://github.com/OptiFi-Team/optifi-sdk" +[[repo]] +url = "https://github.com/orangdong/proglabs-backend" + [[repo]] url = "https://github.com/orangdong/proglabs-frontend" @@ -11825,12 +13121,27 @@ url = "https://github.com/otter-sec/drift-liquidator" [[repo]] url = "https://github.com/otter-sec/sol-ctf-framework" +[[repo]] +url = "https://github.com/OverAcheiever/deans-list" + +[[repo]] +url = "https://github.com/OverAcheiever/grizzlython" + [[repo]] url = "https://github.com/OverAcheiever/prizm" [[repo]] url = "https://github.com/overoxidize/rustcrow" +[[repo]] +url = "https://github.com/overseers-labs/candy-machine-v2-responsive-ui" + +[[repo]] +url = "https://github.com/overseers-labs/js" + +[[repo]] +url = "https://github.com/overseers-labs/js-examples" + [[repo]] url = "https://github.com/owaistahir3/mint-nft" @@ -11948,6 +13259,9 @@ url = "https://github.com/pandnyr/Solana-NFT-Token-Minter" [[repo]] url = "https://github.com/pandoInfinityJSC/pandao-contract" +[[repo]] +url = "https://github.com/panghuuuuu/Challenge1-solana" + [[repo]] url = "https://github.com/panghuuuuu/Challenge2-solana" @@ -12068,6 +13382,9 @@ url = "https://github.com/paulo-gio/nft-drop-starter-project-main" [[repo]] url = "https://github.com/paulocrazy520/BakedBeans-DefiApp" +[[repo]] +url = "https://github.com/paulocrazy520/fomo-frontend-react" + [[repo]] url = "https://github.com/paulocrazy520/Themorbies-ecommerce-site-solana" @@ -12089,6 +13406,9 @@ url = "https://github.com/pdahlberg/got_a_min" [[repo]] url = "https://github.com/PdroCorrea/sharpbank-ui" +[[repo]] +url = "https://github.com/PeaceOloruntoba/basic-login-page" + [[repo]] url = "https://github.com/pedrocruzio/dreamwalks-passport" @@ -12098,6 +13418,12 @@ url = "https://github.com/Pengsquare/coinbacked" [[repo]] url = "https://github.com/penta-fun/sol-nft-tools" +[[repo]] +url = "https://github.com/pentest-dev/open_creator_protocol" + +[[repo]] +url = "https://github.com/peroxy/solana-web3.js-premature-close-bug" + [[repo]] url = "https://github.com/PerpCrypto/PrediXMarket" @@ -12107,6 +13433,9 @@ url = "https://github.com/Perronef5/buildor" [[repo]] url = "https://github.com/Pesky-Penguins/pp-vote" +[[repo]] +url = "https://github.com/peterpme/backpack-mwa-bindings" + [[repo]] url = "https://github.com/peteruche21/lendego" @@ -12194,6 +13523,9 @@ url = "https://github.com/philip920/decaf-project" [[repo]] url = "https://github.com/philman1/masterarbeit_philipp_roiner" +[[repo]] +url = "https://github.com/philoniare/break-solana" + [[repo]] url = "https://github.com/philoniare/candy-machine-solana" @@ -12218,6 +13550,9 @@ url = "https://github.com/philoniare/metacrafters-solana-spl" [[repo]] url = "https://github.com/philoniare/solana-anchor-counter" +[[repo]] +url = "https://github.com/philoniare/solana-rust-calc" + [[repo]] url = "https://github.com/phitheone/gozuko_mint" @@ -12245,6 +13580,9 @@ url = "https://github.com/phuhung273/solpay-js" [[repo]] url = "https://github.com/PhuocLocNguyen/WalletServices" +[[repo]] +url = "https://github.com/phydy/Solana-Q1-2023" + [[repo]] url = "https://github.com/piavgh/nft-minter-buildoor" @@ -12260,6 +13598,24 @@ url = "https://github.com/Pietro-Lungarini/wherescrypto" [[repo]] url = "https://github.com/pietroborrello/constantine" +[[repo]] +url = "https://github.com/PinkDiamond1/access-protocol" + +[[repo]] +url = "https://github.com/PinkDiamond1/hubble-common" + +[[repo]] +url = "https://github.com/PinkDiamond1/hubble-public-api" + +[[repo]] +url = "https://github.com/PinkDiamond1/scope" + +[[repo]] +url = "https://github.com/PinkDiamond1/widget" + +[[repo]] +url = "https://github.com/PinkDiamond1/xnft-quickstart" + [[repo]] url = "https://github.com/pinocchio338/boss_meta" @@ -12356,6 +13712,9 @@ url = "https://github.com/Poosudeena/solana-todo-app" [[repo]] url = "https://github.com/portalpayments/solana-wallet-names" +[[repo]] +url = "https://github.com/portalpayments/utl-aggregator" + [[repo]] url = "https://github.com/portalwallet/dialect-message-tools" @@ -12380,6 +13739,9 @@ url = "https://github.com/poupou-web3/solana-react-starter" [[repo]] url = "https://github.com/poupou-web3/test-solana-escrow" +[[repo]] +url = "https://github.com/ppoliani/anchor" + [[repo]] url = "https://github.com/PPPeony/raydium" @@ -12437,6 +13799,9 @@ url = "https://github.com/prathikshetty2002/web3.js-basics" [[repo]] url = "https://github.com/pratik-mk/Decense" +[[repo]] +url = "https://github.com/Pratyum/minter-nfts" + [[repo]] url = "https://github.com/pratyushbh/GF" @@ -12506,6 +13871,9 @@ url = "https://github.com/proxmox/pve-eslint" [[repo]] url = "https://github.com/proyceus/solana_nft_dashboard" +[[repo]] +url = "https://github.com/Prrix/fungible-spl-token" + [[repo]] url = "https://github.com/prykdev/nftmarketplace" @@ -12524,6 +13892,9 @@ url = "https://github.com/psushi/realmsAPI" [[repo]] url = "https://github.com/PTChinh/rust-tutorial" +[[repo]] +url = "https://github.com/pubkeyapp/pubkey-react-starter" + [[repo]] url = "https://github.com/pubkeyapp/pubkeyapp-libs" @@ -12533,6 +13904,9 @@ url = "https://github.com/Pulko/Solanyte" [[repo]] url = "https://github.com/PuppyGamingDev/EasySolanaAirdrop" +[[repo]] +url = "https://github.com/PuppyGamingDev/Solana-RPC-Discord-Bot" + [[repo]] url = "https://github.com/purebet/Purebet-Official" @@ -12599,6 +13973,9 @@ url = "https://github.com/quantium-rock/codeworks" [[repo]] url = "https://github.com/quantium-rock/nft-mint" +[[repo]] +url = "https://github.com/qudo-code/template--turborepo" + [[repo]] url = "https://github.com/quellen-sol/bitwhips-api" @@ -12635,6 +14012,9 @@ url = "https://github.com/raashidjunaid1/simple-anchor-program-with-ui" [[repo]] url = "https://github.com/raashidjunaid1/solana-alt-exp" +[[repo]] +url = "https://github.com/raashidjunaid1/solana-arbitrage-bot" + [[repo]] url = "https://github.com/rabbit-sol/metakul-check" missing = true @@ -12654,6 +14034,9 @@ url = "https://github.com/Radeonares32/solana-bet" [[repo]] url = "https://github.com/Rades-Research-And-Development/rades-contract-solana" +[[repo]] +url = "https://github.com/RadiantAeon/solana-rock-paper-scissors" + [[repo]] url = "https://github.com/Radimersky/Kontent.ai-data-integrity-validation" @@ -12666,12 +14049,18 @@ url = "https://github.com/RafaBlockDev/Hello-World-Solana" [[repo]] url = "https://github.com/RafaBlockDev/Solana-Dev" +[[repo]] +url = "https://github.com/raghav-rama/candy-machine-ui" + [[repo]] url = "https://github.com/raghav-rama/candy-machine-v3" [[repo]] url = "https://github.com/raghav-rama/first-solana-program" +[[repo]] +url = "https://github.com/raghav-rama/fitness-tracker-ineuron" + [[repo]] url = "https://github.com/raghav-rama/todo-solana" @@ -12714,6 +14103,9 @@ url = "https://github.com/RainbowDAO/01-Near-MetaBUILD-RainbowDAO-Factory" [[repo]] url = "https://github.com/raindrop-studios/sol-kit" +[[repo]] +url = "https://github.com/raindrop-studios/solana-program-library" + [[repo]] url = "https://github.com/raj713335/airdrop-project" @@ -12768,9 +14160,15 @@ url = "https://github.com/RASPER-Nest/Pyth-Indexing" [[repo]] url = "https://github.com/rathe-tech/rathe-solana-template" +[[repo]] +url = "https://github.com/RatioFinance/ratio-staking-frontend" + [[repo]] url = "https://github.com/ratneshjais/web3.js-basics" +[[repo]] +url = "https://github.com/Raul-A-Flores/buildoor" + [[repo]] url = "https://github.com/Raul-A-Flores/candy_genshin" @@ -12807,6 +14205,9 @@ url = "https://github.com/ravikant333/Charity-Solana" [[repo]] url = "https://github.com/ravikant333/CIVIC-POC" +[[repo]] +url = "https://github.com/ravikant333/GUM" + [[repo]] url = "https://github.com/ravikant333/react-xnft-test" @@ -12916,6 +14317,15 @@ url = "https://github.com/reactomoss/Melting-Home-Web" url = "https://github.com/RealAwesomeness/drift-liquidator" missing = true +[[repo]] +url = "https://github.com/realbuffalojoe/solana-interface-token-state" + +[[repo]] +url = "https://github.com/realbuffalojoe/splogger" + +[[repo]] +url = "https://github.com/realbuffalojoe/xnft-quickstart" + [[repo]] url = "https://github.com/reastyn/anchor-d21" @@ -13012,6 +14422,9 @@ url = "https://github.com/ricardocr987/bankStatement" [[repo]] url = "https://github.com/ricardocr987/brick" +[[repo]] +url = "https://github.com/ricardocr987/fishplace" + [[repo]] url = "https://github.com/ricardocr987/heavy-duty-challenges" @@ -13066,6 +14479,9 @@ url = "https://github.com/risingsun007/solana_rust_tweet" [[repo]] url = "https://github.com/risklol/lol-program-library" +[[repo]] +url = "https://github.com/riteshdurgiani/sociofi" + [[repo]] url = "https://github.com/riteshdurgiani/sociofi-sol" @@ -13153,6 +14569,12 @@ url = "https://github.com/rocky2801/Solana-Starters" [[repo]] url = "https://github.com/rockymartin0124/Solana-Betting-Game" +[[repo]] +url = "https://github.com/rodrigolb01/Solana-practice-dapp" + +[[repo]] +url = "https://github.com/rogaldh/solana-sandbox" + [[repo]] url = "https://github.com/roger-rangel/solana-client" @@ -13168,6 +14590,9 @@ url = "https://github.com/rohan-201/solana-auth-adapter" [[repo]] url = "https://github.com/RohanKapurDEV/solend-fork-mev" +[[repo]] +url = "https://github.com/RohanKapurDEV/v4" + [[repo]] url = "https://github.com/Rohitkk432/airdrop" @@ -13246,6 +14671,9 @@ url = "https://github.com/rorocabrera/nftator" [[repo]] url = "https://github.com/Rose-my/grizzlyhackathon" +[[repo]] +url = "https://github.com/RostislavBerezhnoy/solana-next-testhub" + [[repo]] url = "https://github.com/RostislavLitovkin/GalaxyLogicGameMAUI" @@ -13295,6 +14723,9 @@ url = "https://github.com/rupert0603/metacrafters-module2-transactions-and-fees- [[repo]] url = "https://github.com/RupeshMangalam21/hashhive-fe" +[[repo]] +url = "https://github.com/Russell1130/Solana-nftStaking" + [[repo]] url = "https://github.com/RustBlockchainEngineer/atlas-contracts-audit" @@ -13325,6 +14756,9 @@ url = "https://github.com/RustBlockchainEngineer/unloc-frontend" [[repo]] url = "https://github.com/RustBlockchainEngineer/vovo-finance-protocol" +[[repo]] +url = "https://github.com/Rusted2361/swap" + [[repo]] url = "https://github.com/rusynergy/jupiter-v4-arbitrage" @@ -13349,6 +14783,9 @@ url = "https://github.com/rxthore/solana-splits" [[repo]] url = "https://github.com/rxyxn/airdrop" +[[repo]] +url = "https://github.com/ryandamour/stable-swap" + [[repo]] url = "https://github.com/ryanwhitehouse/SolanaPlayground" @@ -13361,6 +14798,9 @@ url = "https://github.com/ryanzola/ryanzola" [[repo]] url = "https://github.com/rye-com/store-builder" +[[repo]] +url = "https://github.com/Rylanqwe/please" + [[repo]] url = "https://github.com/ryo-sol/token-destributor" @@ -13490,6 +14930,9 @@ url = "https://github.com/saicoder/chaintree" [[repo]] url = "https://github.com/saifffff/learning_Blockchain" +[[repo]] +url = "https://github.com/saikrishna01-jpg/nft-minting-ui" + [[repo]] url = "https://github.com/saikumarpb/learn-solana" @@ -13505,6 +14948,18 @@ url = "https://github.com/Saint-Diviner/Solana-NFT-MarketPlace" [[repo]] url = "https://github.com/SairamNomula/Shaadhi-Patr" +[[repo]] +url = "https://github.com/saitonikko/say-network" + +[[repo]] +url = "https://github.com/sakridge/solana-reward-history" + +[[repo]] +url = "https://github.com/SakshamArya97/Airdrop-Solana" + +[[repo]] +url = "https://github.com/SakshamArya97/solana" + [[repo]] url = "https://github.com/SalarSadeghi/Solana-Web3-React" @@ -13574,6 +15029,9 @@ url = "https://github.com/sanchitbansal10/xnft-hero" [[repo]] url = "https://github.com/sandblizzard/rewards-v1" +[[repo]] +url = "https://github.com/sandstormhack/contracts" + [[repo]] url = "https://github.com/saniagarciadev/art-layer" @@ -13637,6 +15095,21 @@ url = "https://github.com/sarvagnakadiya/solana-anchor-demo" [[repo]] url = "https://github.com/sarvagnakadiya/solana-gif-wall" +[[repo]] +url = "https://github.com/sarvex/octane" + +[[repo]] +url = "https://github.com/sarvex/solana-pay" + +[[repo]] +url = "https://github.com/sarvex/solana-pay-scaffold" + +[[repo]] +url = "https://github.com/sarvex/solana-prediction-game" + +[[repo]] +url = "https://github.com/sarvex/wallet-adapter" + [[repo]] url = "https://github.com/sasuke0601/woodpeckers-staking-solana" @@ -13763,6 +15236,9 @@ url = "https://github.com/sekiteo/calculator" [[repo]] url = "https://github.com/SeniorDev-1005/react-nft-pepepunks" +[[repo]] +url = "https://github.com/sensasi-delight/nft-minter-frontend-buildspace" + [[repo]] url = "https://github.com/sentrieshq/xnft" @@ -13814,6 +15290,9 @@ url = "https://github.com/shadymfer/stknew" [[repo]] url = "https://github.com/shahbaz17/web3auth-solana-react-demo" +[[repo]] +url = "https://github.com/Shamir-Mateo/Solana-PDA-find-tool" + [[repo]] url = "https://github.com/sharbat/BuildanNFTminter" @@ -13850,6 +15329,9 @@ url = "https://github.com/ShineDev0803/Candy-shop-storefront-nextjs" [[repo]] url = "https://github.com/shiroperu/solana-pay_with_iot" +[[repo]] +url = "https://github.com/shishirtiwari23/mint-ui-cmv3" + [[repo]] url = "https://github.com/shital-dudhat/solana-nfts-mint-with-sugar-metaplex" @@ -13967,6 +15449,9 @@ url = "https://github.com/shubham-kunwar/the-sushies" [[repo]] url = "https://github.com/shubham-rathod1/solana_core" +[[repo]] +url = "https://github.com/shubhamwebdesign/solana-minesweeper-backend" + [[repo]] url = "https://github.com/Shubharma/Shubham-Solana-Q1-2023" @@ -14003,6 +15488,9 @@ url = "https://github.com/shungo0222/nft-minter" [[repo]] url = "https://github.com/shungo0222/spl-token" +[[repo]] +url = "https://github.com/shunkakinoki/tutorial-server-side-signing" + [[repo]] url = "https://github.com/Shusanta/NFT-explorer" @@ -14063,6 +15551,12 @@ url = "https://github.com/simplysabir/Buildoors" [[repo]] url = "https://github.com/simplysabir/Check-Solana-Balance" +[[repo]] +url = "https://github.com/simplysabir/sol-transfer-script" + +[[repo]] +url = "https://github.com/simulacra10/rothbard-token" + [[repo]] url = "https://github.com/singhkaran202/airdrop-sol" @@ -14102,9 +15596,15 @@ url = "https://github.com/sixvxsh/Candy-MachineV3" [[repo]] url = "https://github.com/sixvxsh/soldev" +[[repo]] +url = "https://github.com/sixvxsh/Stake-ChangeableNft" + [[repo]] url = "https://github.com/siyavashhamdi/connect-to-solana-wallet" +[[repo]] +url = "https://github.com/sk1122/rpc-load-balancer" + [[repo]] url = "https://github.com/sk1122/svinge" @@ -14117,6 +15617,9 @@ url = "https://github.com/sk1122/wiam-test-demo" [[repo]] url = "https://github.com/skaiba0/openamm-farm" +[[repo]] +url = "https://github.com/skaiba0/openamm-sdk" + [[repo]] url = "https://github.com/Skangky23/Challenge-1" @@ -14210,6 +15713,9 @@ url = "https://github.com/slopeexpedition/eWellnessFi" [[repo]] url = "https://github.com/Sly-Web3/Buildspace-Solana-Walkthrough" +[[repo]] +url = "https://github.com/smart-life-tech/dapp3-spltoken-challenge-main" + [[repo]] url = "https://github.com/smart-life-tech/java" @@ -14234,6 +15740,9 @@ url = "https://github.com/smart-life-tech/Solana-Arweave-React-NFT_Mint-main" [[repo]] url = "https://github.com/Smart-Money-System-Now/smartverso-dapp-solana" +[[repo]] +url = "https://github.com/smart0120/cm-mint" + [[repo]] url = "https://github.com/smart0120/ducksvegas" @@ -14258,6 +15767,9 @@ url = "https://github.com/SmartDev-0205/solana-dex" [[repo]] url = "https://github.com/SmartDev-0205/solana-nft-staking" +[[repo]] +url = "https://github.com/smartdev0218/solana_gold_box_game" + [[repo]] url = "https://github.com/smartdev0530/solana-rent-share" @@ -14270,6 +15782,9 @@ url = "https://github.com/smilish67/LogForWhat" [[repo]] url = "https://github.com/smith-phil/solana-starter" +[[repo]] +url = "https://github.com/Smokefarmer/NFT_Examples" + [[repo]] url = "https://github.com/Smokefarmer/Smart_Contract_Examples" @@ -14294,6 +15809,9 @@ url = "https://github.com/SohamDesai1/hello-world-solana" [[repo]] url = "https://github.com/SohamDesai1/Solana-tutorial-2" +[[repo]] +url = "https://github.com/sohrab-/buildspace-buildor" + [[repo]] url = "https://github.com/SokuPay/frontend" @@ -14303,9 +15821,15 @@ url = "https://github.com/SokuPay/web3server" [[repo]] url = "https://github.com/sol-blockstream/solstream" +[[repo]] +url = "https://github.com/Sol-Doggos/cardinal-staking-ui" + [[repo]] url = "https://github.com/sol-flex/detectoor" +[[repo]] +url = "https://github.com/sol-flex/nft-minter" + [[repo]] url = "https://github.com/sol-flex/scanooor" @@ -14432,6 +15956,9 @@ url = "https://github.com/solana-foundation/stake-o-matic" [[repo]] url = "https://github.com/Solana-Grizzlython-PickersPay/PP-Web" +[[repo]] +url = "https://github.com/solana-hackathon-2022/surf" + [[repo]] url = "https://github.com/solana-kaizen/kaizen" @@ -14873,7 +16400,10 @@ url = "https://github.com/solanaGames/RPSFrontend" url = "https://github.com/solanaGames/rpsPrograms" [[repo]] -url = "https://github.com/solanaguide/terminal" +url = "https://github.com/solanagirl/stabit-dapp" + +[[repo]] +url = "https://github.com/solanaguide/terminal" [[repo]] url = "https://github.com/solanasail/tipsailbot" @@ -14884,6 +16414,9 @@ url = "https://github.com/solanasoap/portal" [[repo]] url = "https://github.com/solanatiger/token-list" +[[repo]] +url = "https://github.com/solanau/wallet-ai-workshop" + [[repo]] url = "https://github.com/solape-dex/solape-explorer" @@ -14905,6 +16438,9 @@ url = "https://github.com/solaxlabs/spl-faucet" [[repo]] url = "https://github.com/solaxlabs/spl-utils" +[[repo]] +url = "https://github.com/Solblnc/sniper-magic-eden" + [[repo]] url = "https://github.com/SolCentralX/FE" @@ -15109,6 +16645,9 @@ url = "https://github.com/sonhaaa/sde-template-react" [[repo]] url = "https://github.com/sonhaaa/superteam-bounty" +[[repo]] +url = "https://github.com/sonhaaa/virs" + [[repo]] url = "https://github.com/soorya123886/web3-workshopppp" @@ -15124,6 +16663,9 @@ url = "https://github.com/sooyeon0901/edu_mintNft" [[repo]] url = "https://github.com/sophiayk/banana-swap" +[[repo]] +url = "https://github.com/sorin-ristache/solflare-sdk" + [[repo]] url = "https://github.com/sosem29/firstnftminter" @@ -15154,9 +16696,15 @@ url = "https://github.com/Sotatek-TruongNguyen2/solana-counter-sample" [[repo]] url = "https://github.com/soukaryag/xaiv" +[[repo]] +url = "https://github.com/SoulNinja-dev/supertable" + [[repo]] url = "https://github.com/sourav-bz/realms-playground" +[[repo]] +url = "https://github.com/soyash/Crypto-Payment-Solana" + [[repo]] url = "https://github.com/Space-Runners/design-space-contracts" @@ -15178,6 +16726,15 @@ url = "https://github.com/spacemandev-git/sol-arc" [[repo]] url = "https://github.com/SpaceMonkeyForever/openbook-cranker" +[[repo]] +url = "https://github.com/SpaceMonkeyForever/zeta-sdk" + +[[repo]] +url = "https://github.com/Spark-app/metaplex-program-library" + +[[repo]] +url = "https://github.com/Spark-app/SocialBlock" + [[repo]] url = "https://github.com/Speqto-Technologies-pvt-ltd-public/solana-fork" @@ -15209,6 +16766,9 @@ url = "https://github.com/SplitWave/extension" [[repo]] url = "https://github.com/SplitWave/program" +[[repo]] +url = "https://github.com/SplitWave/splitwave-extension" + [[repo]] url = "https://github.com/sportinglabs/sporting-labs-stake-pool" @@ -15305,6 +16865,9 @@ url = "https://github.com/staccDOTsol/rainyStrata" [[repo]] url = "https://github.com/staccDOTsol/rocket" +[[repo]] +url = "https://github.com/staccDOTsol/solana-jupiter-bot" + [[repo]] url = "https://github.com/staccDOTsol/subscription_backend" @@ -15377,6 +16940,18 @@ url = "https://github.com/stephendonev/gif-portal-starter-project" [[repo]] url = "https://github.com/StepMonsters/step-monsters-solana" +[[repo]] +url = "https://github.com/steveluscher/solana-web3.js" + +[[repo]] +url = "https://github.com/steveluscher/wallet-standard" + +[[repo]] +url = "https://github.com/steveluscher/wallet-standard-brave" + +[[repo]] +url = "https://github.com/steveluscher/webapp" + [[repo]] url = "https://github.com/stevenarellano/device-link" @@ -15398,6 +16973,9 @@ url = "https://github.com/stranzhay/axum-server" [[repo]] url = "https://github.com/StrawHatDAO/solana" +[[repo]] +url = "https://github.com/StrawHatXYZ/nanban-nfts" + [[repo]] url = "https://github.com/stream-protocol/checkout-sdk" @@ -15407,21 +16985,33 @@ url = "https://github.com/stream-protocol/ecommerce-management-system-boilerplat [[repo]] url = "https://github.com/stream-protocol/payment-dapp" +[[repo]] +url = "https://github.com/stream-protocol/point-of-sale-app" + [[repo]] url = "https://github.com/stream-protocol/solana-pay-example" +[[repo]] +url = "https://github.com/stream-protocol/solana-pay-scaffold" + [[repo]] url = "https://github.com/stream-protocol/stream-pay-app" [[repo]] url = "https://github.com/stream-protocol/stream-pay-mobile-wallet-app" +[[repo]] +url = "https://github.com/stream-protocol/stream-pos-app" + [[repo]] url = "https://github.com/stream-protocol/streampay-checkout-ecommerce-sdk" [[repo]] url = "https://github.com/stream-protocol/streampay-checkout-sdk" +[[repo]] +url = "https://github.com/stream-protocol/terminal" + [[repo]] url = "https://github.com/stream-protocol/woocommerce-payment-gateway" @@ -15437,6 +17027,12 @@ url = "https://github.com/StrongTyphoon/SoloveMain2" [[repo]] url = "https://github.com/strukovsky/crowdfunding" +[[repo]] +url = "https://github.com/strukovsky/token" + +[[repo]] +url = "https://github.com/strukovsky/vault" + [[repo]] url = "https://github.com/stryukovsky/caller" @@ -15470,6 +17066,9 @@ url = "https://github.com/StudioThreeway/cafeyoda-new-mint-ui" [[repo]] url = "https://github.com/stxpid-shxri/bank-dapp-frontend" +[[repo]] +url = "https://github.com/stxpid-shxri/shuri-guess-game-frontend" + [[repo]] url = "https://github.com/stxpid-shxri/wsos-bank-backend" @@ -15479,6 +17078,9 @@ url = "https://github.com/stxpid-shxri/wsos-calculator" [[repo]] url = "https://github.com/SubmarineDev/SubmarineMarketplace" +[[repo]] +url = "https://github.com/substrate-cosmos/solana-xyz" + [[repo]] url = "https://github.com/SubstructureOne/kestrelsite" @@ -15503,6 +17105,9 @@ url = "https://github.com/sufyanjami/crowdfunding" [[repo]] url = "https://github.com/Sujaljp/Test-for-hack" +[[repo]] +url = "https://github.com/Sujoydey29/stock" + [[repo]] url = "https://github.com/sukanyaparashar/my-calculator-solana" @@ -15524,6 +17129,9 @@ url = "https://github.com/SuluKarpuz/solana-eksi" [[repo]] url = "https://github.com/sumitchoudharySEM/airdrop_transfer_sol" +[[repo]] +url = "https://github.com/sumitchoudharySEM/candy_machine" + [[repo]] url = "https://github.com/sumitchoudharySEM/Solana_airdrop" @@ -15584,6 +17192,9 @@ url = "https://github.com/superdevgit/tsh-staking" [[repo]] url = "https://github.com/superdevstar1218/Kanon-UI" +[[repo]] +url = "https://github.com/SuperGops7/solbonkers" + [[repo]] url = "https://github.com/supermean-ayaz/katana-lp-prices" @@ -15602,9 +17213,15 @@ url = "https://github.com/Superteam-Germany/glassy-hour-01" [[repo]] url = "https://github.com/SuperteamDAO/chess-mates" +[[repo]] +url = "https://github.com/SuperteamDAO/earn-frontend-v2" + [[repo]] url = "https://github.com/SuperteamDAO/Seahorse-token-swap" +[[repo]] +url = "https://github.com/SuperteamDAO/solana-base-app" + [[repo]] url = "https://github.com/SuperteamDAO/solathon" @@ -15734,6 +17351,9 @@ url = "https://github.com/tadeoaguilar/solana" [[repo]] url = "https://github.com/tadeoaguilar/solana-bpf-program-template" +[[repo]] +url = "https://github.com/tadeoaguilar/solana-learning" + [[repo]] url = "https://github.com/tadeoaguilar/solana-minter" @@ -15803,6 +17423,9 @@ url = "https://github.com/tarunjais28/multisig-transaction" [[repo]] url = "https://github.com/tashapais/solana-game" +[[repo]] +url = "https://github.com/tashunc/solana-pay-store" + [[repo]] url = "https://github.com/TauqeerAhmad5201/low-battery-hackday" @@ -15815,6 +17438,9 @@ url = "https://github.com/TD-Syndicure/FAPEJUICEV2" [[repo]] url = "https://github.com/TD-Syndicure/ttccadmin" +[[repo]] +url = "https://github.com/TeacherStarCi/digitalsignature" + [[repo]] url = "https://github.com/teamSolpe/solpe-app" @@ -15842,6 +17468,9 @@ url = "https://github.com/technomads-in/rumble-auto-upgrade" [[repo]] url = "https://github.com/TecLegacy/web3-solana" +[[repo]] +url = "https://github.com/TeddyGavi/solana-intro-frontend" + [[repo]] url = "https://github.com/TeddyGavi/solana-ping-client" @@ -15875,12 +17504,24 @@ url = "https://github.com/Terry-Diana/Solana-module2-lesson1" [[repo]] url = "https://github.com/testhostdevelopers/Project-SM" +[[repo]] +url = "https://github.com/tezimach/solana-tiktok" + +[[repo]] +url = "https://github.com/tezimach/tiktok-front-end-solana" + +[[repo]] +url = "https://github.com/tezimach/tiktok-solana" + [[repo]] url = "https://github.com/tezimach/Tiktok-solana-version-last" [[repo]] url = "https://github.com/Tfauves/fracc_minter_frontend" +[[repo]] +url = "https://github.com/Tfauves/sol-nft" + [[repo]] url = "https://github.com/Tfauves/sol_social_app" @@ -15945,6 +17586,9 @@ url = "https://github.com/the-suri-project/suri.domains" [[repo]] url = "https://github.com/thearyanag/mars-photos" +[[repo]] +url = "https://github.com/thearyanag/Memories" + [[repo]] url = "https://github.com/TheBlockCrypto/ap" @@ -15954,6 +17598,9 @@ url = "https://github.com/thebobfather2/buildtorarity" [[repo]] url = "https://github.com/thebobfather2/candyshopex" +[[repo]] +url = "https://github.com/thebobfather2/captains" + [[repo]] url = "https://github.com/thebobfather2/carrot-react" @@ -15963,6 +17610,9 @@ url = "https://github.com/thebobfather2/coloredkid" [[repo]] url = "https://github.com/thebobfather2/funnies" +[[repo]] +url = "https://github.com/thebobfather2/funziessite" + [[repo]] url = "https://github.com/thebobfather2/neighbors" @@ -16008,9 +17658,21 @@ url = "https://github.com/TheDARKFURY/solana-starter-kit" [[repo]] url = "https://github.com/TheDARKFURY/Switchboard-feed-Rust-Solana" +[[repo]] +url = "https://github.com/theDefiBat/perpetuals" + +[[repo]] +url = "https://github.com/theDefiBat/perps-ui" + [[repo]] url = "https://github.com/thedonmon/spl-airdrop" +[[repo]] +url = "https://github.com/theebestzz/dack-project" + +[[repo]] +url = "https://github.com/theFutureGuy/NFTsolana" + [[repo]] url = "https://github.com/theFutureGuy/solana-metacrafters" @@ -16047,6 +17709,9 @@ url = "https://github.com/Theo6890/spl20-solana-devnet" [[repo]] url = "https://github.com/TheRealKingHAP/MintMe" +[[repo]] +url = "https://github.com/thesmokingrobot/keeper-bots-v2" + [[repo]] url = "https://github.com/thestriver/lamhi" @@ -16083,6 +17748,9 @@ url = "https://github.com/thinkrapido/RoboSwap" [[repo]] url = "https://github.com/thinkrapido/RoboSwapProgram" +[[repo]] +url = "https://github.com/thisdot/solana-prediction-game" + [[repo]] url = "https://github.com/thisdotLolu/solana-int" @@ -16095,12 +17763,18 @@ url = "https://github.com/thisisharsh7/nft-exporters" [[repo]] url = "https://github.com/thisisommore/new_admin_frontend" +[[repo]] +url = "https://github.com/thisisommore/news-sol-backend" + [[repo]] url = "https://github.com/thisisommore/solana-chat-app" [[repo]] url = "https://github.com/thisisommore/solana-counter-frontend" +[[repo]] +url = "https://github.com/thisisommore/solana-counter-program" + [[repo]] url = "https://github.com/thisisommore/solana-escrow" @@ -16116,6 +17790,9 @@ url = "https://github.com/thisisommore/solana-token-contract" [[repo]] url = "https://github.com/thisisommore/solana_test" +[[repo]] +url = "https://github.com/thisisommore/wallet-adapter" + [[repo]] url = "https://github.com/thisissamridh/limelight" @@ -16125,6 +17802,9 @@ url = "https://github.com/thivyaa-web-dev/airdrop-sol" [[repo]] url = "https://github.com/thlorenz/challenge" +[[repo]] +url = "https://github.com/thlorenz/challenger" + [[repo]] url = "https://github.com/thlorenz/tictactoe" @@ -16227,6 +17907,12 @@ url = "https://github.com/tinydancer-io/simple-payment-web-demo" [[repo]] url = "https://github.com/TipLink/tiplink-sdk" +[[repo]] +url = "https://github.com/TitanDogs/wallet-adapter" + +[[repo]] +url = "https://github.com/Titus-Coleman/Solana-Q1-2023" + [[repo]] url = "https://github.com/Tkay6677/Mint-Nft" @@ -16339,6 +18025,9 @@ url = "https://github.com/tomoima525/solana-sandbox" [[repo]] url = "https://github.com/tomoya121/next-nft-wallet-oauth" +[[repo]] +url = "https://github.com/Tomrso/mint-ui-example" + [[repo]] url = "https://github.com/Tomrso/nft-finder" @@ -16351,6 +18040,9 @@ url = "https://github.com/tonicapp/onchain" [[repo]] url = "https://github.com/tonicapp/website" +[[repo]] +url = "https://github.com/tony-xsr/solana-stable-swap-token" + [[repo]] url = "https://github.com/topcook/nft-mint-sc-on-solana" @@ -16366,6 +18058,9 @@ url = "https://github.com/torusresearch/solana-embed" [[repo]] url = "https://github.com/torusresearch/solana-wallet" +[[repo]] +url = "https://github.com/touhid-jisan/Solana-Dev" + [[repo]] url = "https://github.com/TR-1000/wallet-dapp" @@ -16378,6 +18073,9 @@ url = "https://github.com/TractionDAO/traction" [[repo]] url = "https://github.com/tranchien2002/solana-sdk" +[[repo]] +url = "https://github.com/trankhacvy/solkit" + [[repo]] url = "https://github.com/tranminhwang/gif-meme" @@ -16420,6 +18118,12 @@ url = "https://github.com/TribecaHQ/tribeca" [[repo]] url = "https://github.com/TribeOfficial/mm" +[[repo]] +url = "https://github.com/tribixbite/poseidon" + +[[repo]] +url = "https://github.com/tribixbite/solana-pay" + [[repo]] url = "https://github.com/Tristyn/anchor-build-hangs" @@ -16588,6 +18292,9 @@ url = "https://github.com/tweety101/buildoor-nft-minter" [[repo]] url = "https://github.com/twinklejaswani/tiktok-solana" +[[repo]] +url = "https://github.com/tylerbuchea/solana-react-starter" + [[repo]] url = "https://github.com/tylercaton2350/Solana_ws" @@ -16621,6 +18328,9 @@ url = "https://github.com/ubeydtalha/projecnft" [[repo]] url = "https://github.com/ubeydtalha/send_solana" +[[repo]] +url = "https://github.com/udayTanthetaa/echoforest-display-nfts" + [[repo]] url = "https://github.com/udayTanthetaa/gemfarm-new" @@ -16642,6 +18352,9 @@ url = "https://github.com/UIT-Blockchain/SolEazy" [[repo]] url = "https://github.com/UjjwalGupta49/solana-base-app" +[[repo]] +url = "https://github.com/UjjwalGupta49/solana-next-ui" + [[repo]] url = "https://github.com/Uknow513/SynesisOne" @@ -16660,6 +18373,9 @@ url = "https://github.com/ultraspicy/solana_demo" [[repo]] url = "https://github.com/ULUBLOCK/Grizzlython" +[[repo]] +url = "https://github.com/UmaAjay/solanavote" + [[repo]] url = "https://github.com/umaid56/solanaSPLToken_nextJs" @@ -16669,6 +18385,9 @@ url = "https://github.com/umarluqman/solana-gallery" [[repo]] url = "https://github.com/un-focused/VybeNetworkInterview" +[[repo]] +url = "https://github.com/un-focused/VybeNetworksInterview" + [[repo]] url = "https://github.com/unbanksytv/candy-machine-react-ui-main" @@ -16687,6 +18406,9 @@ url = "https://github.com/Unboxed-Software/anchor-scavenger-hunt" [[repo]] url = "https://github.com/Unboxed-Software/anchor-subscriptions" +[[repo]] +url = "https://github.com/Unboxed-Software/magic-auth-network-switch" + [[repo]] url = "https://github.com/Unboxed-Software/solana-account-data-matching" @@ -16747,6 +18469,12 @@ url = "https://github.com/unchain-dev/solana-wallet-starter-project" [[repo]] url = "https://github.com/unchain-tech/solana-nft-drop-starter-project" +[[repo]] +url = "https://github.com/unchain-tech/Solana-Online-Store" + +[[repo]] +url = "https://github.com/unchain-tech/Solana-Wallet" + [[repo]] url = "https://github.com/unicorndev99/DegenSweeper" @@ -16768,6 +18496,12 @@ url = "https://github.com/unicorndev99/SolanaFomo3DGame" [[repo]] url = "https://github.com/UNIMOONnetwork/unimoon-marketplace" +[[repo]] +url = "https://github.com/unknowne1/Trust" + +[[repo]] +url = "https://github.com/unordered-set/solana-helloworld-devcontainers" + [[repo]] url = "https://github.com/Upasana-Roy/Solana-wallet" @@ -16804,9 +18538,15 @@ url = "https://github.com/Usman3070/art-tool" [[repo]] url = "https://github.com/UsmanKhan172014/anchor-mint-nft" +[[repo]] +url = "https://github.com/utkarsh-1602/sol-balancefetcher" + [[repo]] url = "https://github.com/utkarz18/airdropSolana" +[[repo]] +url = "https://github.com/UtsavJ23/Solana-Escrow" + [[repo]] url = "https://github.com/Uttamrajput305/airdrop" @@ -16849,6 +18589,9 @@ url = "https://github.com/vadimpy/blockchain_project" [[repo]] url = "https://github.com/Vaghanineel/yoda" +[[repo]] +url = "https://github.com/vaibhav1205/solan" + [[repo]] url = "https://github.com/VaiceIVE/NFTickersBack" @@ -16867,6 +18610,9 @@ url = "https://github.com/val-samonte/p2p-trade-facilitator-program" [[repo]] url = "https://github.com/val-samonte/p2p-trade-facilitator-web" +[[repo]] +url = "https://github.com/val-samonte/solana-mobile-number-identity" + [[repo]] url = "https://github.com/val-samonte/solana-mobile-number-identity-web" @@ -16894,6 +18640,9 @@ url = "https://github.com/valluminarias/metacrafters-solana-assessment" [[repo]] url = "https://github.com/Vampo7152/base" +[[repo]] +url = "https://github.com/Vampo7152/solana-vision" + [[repo]] url = "https://github.com/vamsi937/roulette_game_in_solana" @@ -16957,15 +18706,24 @@ url = "https://github.com/velopace50/stakin" [[repo]] url = "https://github.com/venkatesh16031999/Calculator-Solana-Smart-Contract" +[[repo]] +url = "https://github.com/venkateshSV/allchain" + [[repo]] url = "https://github.com/venu-369/stockPredictionBet-dapp-solana" [[repo]] url = "https://github.com/venu-369/tiktok-solana" +[[repo]] +url = "https://github.com/venus617/dapp-scaffold-react-native" + [[repo]] url = "https://github.com/Venusdev2369/TicTacToe" +[[repo]] +url = "https://github.com/verdaan/blockchain-solana-1" + [[repo]] url = "https://github.com/VFe/solana-sign-with-payment" @@ -17041,6 +18799,9 @@ url = "https://github.com/Vidali-Espisato/gif-portal-web3-solana" [[repo]] url = "https://github.com/Vidali-Espisato/web3-gif-portal" +[[repo]] +url = "https://github.com/VideoWiki/vw-editor-solana" + [[repo]] url = "https://github.com/vidhunv1/jabber" @@ -17083,6 +18844,9 @@ url = "https://github.com/VincFive19/nextjs-commerce-solana" [[repo]] url = "https://github.com/VincFive19/Web3-NextJS-Ecommerce-" +[[repo]] +url = "https://github.com/vinciis2018/monaBackV1" + [[repo]] url = "https://github.com/vinciis2018/monaFrontV1" @@ -17161,6 +18925,9 @@ url = "https://github.com/viveksharma8934/Solana-Gif-Starter" [[repo]] url = "https://github.com/vjgpt/gum-app" +[[repo]] +url = "https://github.com/vjgpt/gum-example-app" + [[repo]] url = "https://github.com/vjgpt/gum-quickstart" @@ -17239,6 +19006,9 @@ url = "https://github.com/vukhaihoan/token-tool" [[repo]] url = "https://github.com/vunam1218/metaplex-instructionss" +[[repo]] +url = "https://github.com/VuNam1812/metaplex-instructionss" + [[repo]] url = "https://github.com/vvsatyanarayana/solana-anchor" @@ -17275,6 +19045,9 @@ url = "https://github.com/wangtiger317/test" [[repo]] url = "https://github.com/warlyco/sol-pyre" +[[repo]] +url = "https://github.com/warlyco/solana-league-sports" + [[repo]] url = "https://github.com/WaterlessPiano2/Solana-gif-share-frontend" @@ -17296,6 +19069,9 @@ url = "https://github.com/WayneAl/nft-minter-front-end" [[repo]] url = "https://github.com/wb-ts/solana-nft-minting" +[[repo]] +url = "https://github.com/weavechain-web3/ethdenver-2023" + [[repo]] url = "https://github.com/weavechain-web3/inheritable" @@ -17311,6 +19087,9 @@ url = "https://github.com/Web3-Builders-Alliance/Aaron-Solana-Q1-2023" [[repo]] url = "https://github.com/Web3-Builders-Alliance/Alberto-Q1-Solana-2023" +[[repo]] +url = "https://github.com/Web3-Builders-Alliance/belivenn-Solana-Q2-2023" + [[repo]] url = "https://github.com/Web3-Builders-Alliance/Bhaskar-Solana-Q1-2023" @@ -17318,10 +19097,16 @@ url = "https://github.com/Web3-Builders-Alliance/Bhaskar-Solana-Q1-2023" url = "https://github.com/Web3-Builders-Alliance/Bryson--Solana-Q1-2023" [[repo]] -url = "https://github.com/Web3-Builders-Alliance/Denis-Solana-Q1-2023" +url = "https://github.com/Web3-Builders-Alliance/burn-list" [[repo]] -url = "https://github.com/Web3-Builders-Alliance/devall-Solana-Q1-2023" +url = "https://github.com/Web3-Builders-Alliance/Capstone-BlockScraper" + +[[repo]] +url = "https://github.com/Web3-Builders-Alliance/Denis-Solana-Q1-2023" + +[[repo]] +url = "https://github.com/Web3-Builders-Alliance/devall-Solana-Q1-2023" [[repo]] url = "https://github.com/Web3-Builders-Alliance/Didrick-Solana-Q1-2023" @@ -17332,6 +19117,9 @@ url = "https://github.com/Web3-Builders-Alliance/Elijah-Solana-Q1-2023" [[repo]] url = "https://github.com/Web3-Builders-Alliance/Igor-Solana-Q1-2023" +[[repo]] +url = "https://github.com/Web3-Builders-Alliance/jasonaw98-Solana-Q2-2023" + [[repo]] url = "https://github.com/Web3-Builders-Alliance/JuanMarchetto-Q1-Solana-2023" @@ -17341,12 +19129,21 @@ url = "https://github.com/Web3-Builders-Alliance/Killpit-SolanaCohort-Q1-2023" [[repo]] url = "https://github.com/Web3-Builders-Alliance/Mayank-Solana-Q1-2023" +[[repo]] +url = "https://github.com/Web3-Builders-Alliance/mikejhale-Solana-Q2-2023" + [[repo]] url = "https://github.com/Web3-Builders-Alliance/Shubham-Solana-Q1-2023" [[repo]] url = "https://github.com/Web3-Builders-Alliance/SoreviR-Solana-Q1-2023" +[[repo]] +url = "https://github.com/Web3-Builders-Alliance/SoreviR-Solana-Q2-2023" + +[[repo]] +url = "https://github.com/Web3-Builders-Alliance/WBA-NFT-Marketplace" + [[repo]] url = "https://github.com/web3-music-vault/webapp" @@ -17374,6 +19171,12 @@ url = "https://github.com/weekendpump/solana-utils" [[repo]] url = "https://github.com/weevil111/solana_airdrop" +[[repo]] +url = "https://github.com/wei1769/sdk" + +[[repo]] +url = "https://github.com/wei1769/solana-escrow-2023" + [[repo]] url = "https://github.com/wei1769/Solana-Lottery-Machine" @@ -17479,6 +19282,9 @@ url = "https://github.com/woniderhaf/aywa" [[repo]] url = "https://github.com/WoofSolana/woof-dex" +[[repo]] +url = "https://github.com/wootteck/permissionless-bonding" + [[repo]] url = "https://github.com/Wordcel/walkyire-wallet" @@ -17536,6 +19342,9 @@ url = "https://github.com/wowBlaBla/Givetree-Frontend" [[repo]] url = "https://github.com/wsc-dao/wafflesocialclub" +[[repo]] +url = "https://github.com/wsong5077/blockchain" + [[repo]] url = "https://github.com/wyt111/legalCurrency-orderPage" @@ -17563,6 +19372,12 @@ url = "https://github.com/XDeFi-tech/wallet-standard" [[repo]] url = "https://github.com/xekomonh241/solshield" +[[repo]] +url = "https://github.com/Xenojack1000/wallet-adapter" + +[[repo]] +url = "https://github.com/xentoshi/custom-project" + [[repo]] url = "https://github.com/XFantasy88/solana-explorer" @@ -17599,9 +19414,15 @@ url = "https://github.com/Xin-Dragons/XinDragons.io" [[repo]] url = "https://github.com/xiniexhin/Challenge1-solana" +[[repo]] +url = "https://github.com/xinnna/solana_nft_mint_frontend" + [[repo]] url = "https://github.com/XiscoMesquida/NFTDropSolanaBlockChain" +[[repo]] +url = "https://github.com/xkyanari/megura-js" + [[repo]] url = "https://github.com/Xmohamed1X/APE" @@ -17626,6 +19447,9 @@ url = "https://github.com/Xuriwork/Solly-Wallet" [[repo]] url = "https://github.com/XXMKYX/Solana__Seahorse_FizzBuzz" +[[repo]] +url = "https://github.com/XXMKYX/Solana_SocialNetwork" + [[repo]] url = "https://github.com/xxtochoxx/pry_rust_utec" @@ -17755,6 +19579,9 @@ url = "https://github.com/ynccsyd/Anchor-Solana-Movie-Review" [[repo]] url = "https://github.com/ynccsyd/Create-Minting-UI" +[[repo]] +url = "https://github.com/ynccsyd/dene" + [[repo]] url = "https://github.com/ynccsyd/LocalSolana" @@ -17797,6 +19624,9 @@ url = "https://github.com/yogeshsingh2672000/solana-core" [[repo]] url = "https://github.com/yogeshsingh2672000/solana-utility-functions" +[[repo]] +url = "https://github.com/yogeshsingh2672000/solana-web3.js" + [[repo]] url = "https://github.com/yogeshsingh2672000/todo-solana-OnChain" @@ -18055,6 +19885,12 @@ url = "https://github.com/zh/buildspace-solana-stake" [[repo]] url = "https://github.com/zhanymkanov/buildspace-solana-core-1" +[[repo]] +url = "https://github.com/zhe-t/squads-example" + +[[repo]] +url = "https://github.com/ZhePang/EverythingCoach" + [[repo]] url = "https://github.com/zhizming-zhong/anchor-interface" @@ -18067,6 +19903,9 @@ url = "https://github.com/ZILECAO/inheritable-final-submission" [[repo]] url = "https://github.com/zillerium/codeexamples" +[[repo]] +url = "https://github.com/zillerium/encodesolana" + [[repo]] url = "https://github.com/zillerium/peaciowallet" @@ -18097,6 +19936,9 @@ url = "https://github.com/Zoints/treasury" [[repo]] url = "https://github.com/ZombieGhostMG/BuildABonk-Presale" +[[repo]] +url = "https://github.com/Zona-Tres/taller-solana" + [[repo]] url = "https://github.com/zpalmtree/genesysgo-lambda-worker" @@ -18115,6 +19957,9 @@ url = "https://github.com/zulfikra96/solana-hello-world" [[repo]] url = "https://github.com/ZYJLiu/admin-test" +[[repo]] +url = "https://github.com/ZYJLiu/anchor-compressed-nft" + [[repo]] url = "https://github.com/ZYJLiu/anchor-custom-macro" @@ -18151,6 +19996,12 @@ url = "https://github.com/ZYJLiu/cpi-init" [[repo]] url = "https://github.com/ZYJLiu/duplicate-mutable-accounts" +[[repo]] +url = "https://github.com/ZYJLiu/helius-testing" + +[[repo]] +url = "https://github.com/ZYJLiu/langchain-ts-starter" + [[repo]] url = "https://github.com/ZYJLiu/link" @@ -18198,1852 +20049,3 @@ url = "https://github.com/ZYJLiu/versioned-transaction" [[repo]] url = "https://gitlab.com/sigrlami/omuon" - -[[repo]] -url = "https://github.com/Dornmarv/candy-machine-mint" - -[[repo]] -url = "https://github.com/chainBack/cm3-js" - -[[repo]] -url = "https://github.com/DineshKumar1414/spotify-clone-react-next" - -[[repo]] -url = "https://github.com/hikarataas/state-management" - -[[repo]] -url = "https://github.com/tezimach/tiktok-front-end-solana" - -[[repo]] -url = "https://github.com/tezimach/solana-tiktok" - -[[repo]] -url = "https://github.com/sk1122/rpc-load-balancer" - -[[repo]] -url = "https://github.com/levanl/tiktokSolana" - -[[repo]] -url = "https://github.com/tezimach/tiktok-solana" - -[[repo]] -url = "https://github.com/levanl/tiktok-solana-frontend" - -[[repo]] -url = "https://github.com/dinodev0101/Bancambios-Vesting-Solana" - -[[repo]] -url = "https://github.com/alaydin/Solana-Token-Mint" - -[[repo]] -url = "https://github.com/val-samonte/solana-mobile-number-identity" - -[[repo]] -url = "https://github.com/ashwinxprasad/solace-demo" - -[[repo]] -url = "https://github.com/alaydin/NFT-Minter" - -[[repo]] -url = "https://github.com/itachi2003/tik-tok" - -[[repo]] -url = "https://github.com/DID0101/airbnb-solana" - -[[repo]] -url = "https://github.com/venus617/dapp-scaffold-react-native" - -[[repo]] -url = "https://github.com/chainBack/react-wallet-ts" - -[[repo]] -url = "https://github.com/chainBack/cm3-ts" - -[[repo]] -url = "https://github.com/VuNam1812/metaplex-instructionss" - -[[repo]] -url = "https://github.com/falcon-721/nextjs-solana-kit" - -[[repo]] -url = "https://github.com/AstraI24/journalist_anchor_program" - -[[repo]] -url = "https://github.com/asepwe/games" - -[[repo]] -url = "https://github.com/verdaan/blockchain-solana-1" - -[[repo]] -url = "https://github.com/asepwe/game" - -[[repo]] -url = "https://github.com/thlorenz/challenger" - -[[repo]] -url = "https://github.com/NiKHiLkr23/Challenge1-solana" - -[[repo]] -url = "https://github.com/AstraI24/journalist_next_testing" - -[[repo]] -url = "https://github.com/mellivoro/nft-minter" - -[[repo]] -url = "https://github.com/dreamDev525/peppermint" - -[[repo]] -url = "https://github.com/stream-protocol/stream-pos-app" - -[[repo]] -url = "https://github.com/thebobfather2/captains" - -[[repo]] -url = "https://github.com/solana-hackathon-2022/surf" - -[[repo]] -url = "https://github.com/code-rain002/moonzooe-solana" - -[[repo]] -url = "https://github.com/gaylonalfano/solana-anchor-sveltekit-skeleton" - -[[repo]] -url = "https://github.com/0xcrust/flow" - -[[repo]] -url = "https://github.com/hubbleprotocol/hyperspace" - -[[repo]] -url = "https://github.com/adrianbogdann/metacrafters-nft-final-project" - -[[repo]] -url = "https://github.com/KevinFiorentino/solana-movies-and-tokens" - -[[repo]] -url = "https://github.com/IU-AlokSharma/Esaiyo" - -[[repo]] -url = "https://github.com/vaibhav1205/solan" - -[[repo]] -url = "https://github.com/jkleejr/solana-dev1" - -[[repo]] -url = "https://github.com/ynccsyd/dene" - -[[repo]] -url = "https://github.com/shubhamwebdesign/solana-minesweeper-backend" - -[[repo]] -url = "https://github.com/de-planDAO/proto-web-app" - -[[repo]] -url = "https://github.com/kiran-blip/solana-hello-world" - -[[repo]] -url = "https://github.com/Mehdi022/verification-nft-collection-tool" - -[[repo]] -url = "https://github.com/civicteam/civic-pass-template-ts" - -[[repo]] -url = "https://github.com/Mehdi022/DAD-bot" - -[[repo]] -url = "https://github.com/alphabatem/nft-amm-sdk" - -[[repo]] -url = "https://github.com/maya188/candy-machine-ui" - -[[repo]] -url = "https://github.com/lorisleiva/spl-clients" - -[[repo]] -url = "https://github.com/Mehdi022/wallet-tracker-Solana" - -[[repo]] -url = "https://github.com/Brent-Jeremy/solan-dex" - -[[repo]] -url = "https://github.com/draskovic26z/tournament" - -[[repo]] -url = "https://github.com/sandstormhack/contracts" - -[[repo]] -url = "https://github.com/0xShuk/Redacted" - -[[repo]] -url = "https://github.com/Open-Sorcerer/consol-gaming" - -[[repo]] -url = "https://github.com/strukovsky/token" - -[[repo]] -url = "https://github.com/strukovsky/vault" - -[[repo]] -url = "https://github.com/mishra811/escrow-sol" - -[[repo]] -url = "https://github.com/kumailnaqvi354/Solana-Todo" - -[[repo]] -url = "https://github.com/ricardocr987/fishplace" - -[[repo]] -url = "https://github.com/raghav-rama/candy-machine-ui" - -[[repo]] -url = "https://github.com/thearyanag/Memories" - -[[repo]] -url = "https://github.com/peterpme/backpack-mwa-bindings" - -[[repo]] -url = "https://github.com/Maahir26/Solana-Balance-Checker" - -[[repo]] -url = "https://github.com/ALLIIPP/liqAccounts" - -[[repo]] -url = "https://github.com/shishirtiwari23/mint-ui-cmv3" - -[[repo]] -url = "https://github.com/fsk29/solana-ping-client" - -[[repo]] -url = "https://github.com/Tfauves/sol-nft" - -[[repo]] -url = "https://github.com/Glowdragon/solana-wallet-finder" - -[[repo]] -url = "https://github.com/utkarsh-1602/sol-balancefetcher" - -[[repo]] -url = "https://github.com/LysterDoCoding/Challenge3" - -[[repo]] -url = "https://github.com/akshatcoder-hash/pizza-coin" - -[[repo]] -url = "https://github.com/panghuuuuu/Challenge1-solana" - -[[repo]] -url = "https://github.com/rodrigolb01/Solana-practice-dapp" - -[[repo]] -url = "https://github.com/tylerbuchea/solana-react-starter" - -[[repo]] -url = "https://github.com/kidph/mintlist-finder" - -[[repo]] -url = "https://github.com/faizsarwar/solana-practice-buildspace" - -[[repo]] -url = "https://github.com/avitanthetaa/CandyMachine-02-02-2023" - -[[repo]] -url = "https://github.com/ravikant333/GUM" - -[[repo]] -url = "https://github.com/AnishDe12020/solana-wallet-adapter-chakra-ui" - -[[repo]] -url = "https://github.com/Fugazzii/Roulette-web3" - -[[repo]] -url = "https://github.com/K-Kizuku/hajimete_vol_10" - -[[repo]] -url = "https://github.com/xentoshi/custom-project" - -[[repo]] -url = "https://github.com/BelugaWhaleSam/solanapay" - -[[repo]] -url = "https://github.com/SuperGops7/solbonkers" - -[[repo]] -url = "https://github.com/faizsarwar/nft-minter-frontend-sol" - -[[repo]] -url = "https://github.com/MikeStone6/newminttest" - -[[repo]] -url = "https://github.com/LevDev2017/SolanaFomo3D-sc" - -[[repo]] -url = "https://github.com/simplysabir/sol-transfer-script" - -[[repo]] -url = "https://github.com/cryptohariseldon/Zilch-proofwriter-client" - -[[repo]] -url = "https://github.com/udayTanthetaa/echoforest-display-nfts" - -[[repo]] -url = "https://github.com/harry91198/nft-on-solana" - -[[repo]] -url = "https://github.com/sohrab-/buildspace-buildor" - -[[repo]] -url = "https://github.com/maya188/certification" - -[[repo]] -url = "https://github.com/idrissiradi/nft-miting-front-end" - -[[repo]] -url = "https://github.com/ArchanaVaideeswaran/solana-buildoor-nft" - -[[repo]] -url = "https://github.com/Cryptogoldenergy/SolanaCore_NFT_mint_frontend" - -[[repo]] -url = "https://github.com/VideoWiki/vw-editor-solana" - -[[repo]] -url = "https://github.com/ez-krk/shess-ui" - -[[repo]] -url = "https://github.com/aslaydn/SolanaMinting-UI" - -[[repo]] -url = "https://github.com/mdstevens044/solana-arweave-uploader" - -[[repo]] -url = "https://github.com/LTcolombo/encodeXsolana" - -[[repo]] -url = "https://github.com/fedorerd/wallet-sender" - -[[repo]] -url = "https://github.com/brknarsy/nft-and-cm-viewer" - -[[repo]] -url = "https://github.com/modex98/rust-solana-walkthrough" - -[[repo]] -url = "https://github.com/tadeoaguilar/solana-learning" - -[[repo]] -url = "https://github.com/avneesh0612/next-solana-starter" - -[[repo]] -url = "https://github.com/akash-frontier/demo-wallet-standard" - -[[repo]] -url = "https://github.com/akp111/solflow-frontend" - -[[repo]] -url = "https://github.com/NuclearBlock/ls" - -[[repo]] -url = "https://github.com/bmateus/EncodeSolana2023" - -[[repo]] -url = "https://github.com/HoangNhatQuan/Dapp-SocialFi" - -[[repo]] -url = "https://github.com/weavechain-web3/ethdenver-2023" - -[[repo]] -url = "https://github.com/mstomar698/Solana-Mail-App" - -[[repo]] -url = "https://github.com/cinojosa0705/hxro-xnft-wkshop" - -[[repo]] -url = "https://github.com/raghav-rama/fitness-tracker-ineuron" - -[[repo]] -url = "https://github.com/Mohammed-16/Ally3-The-Contribution-Power" - -[[repo]] -url = "https://github.com/catchspider2002/sandstorm-hackathon-social" - -[[repo]] -url = "https://github.com/OverAcheiever/deans-list" - -[[repo]] -url = "https://github.com/PeaceOloruntoba/basic-login-page" - -[[repo]] -url = "https://github.com/a7rs/basic-staking-solana" - -[[repo]] -url = "https://github.com/mrhouzlane/SolPets" - -[[repo]] -url = "https://github.com/judd1337/solana-swirl-prototype" - -[[repo]] -url = "https://github.com/aksforu/solana-metacraft" - -[[repo]] -url = "https://github.com/paulocrazy520/fomo-frontend-react" - -[[repo]] -url = "https://github.com/cuongnh11/ReactNativeSolanaWeb3Base" - -[[repo]] -url = "https://github.com/itsjenm/blockchain-developer-bootcamp-final-project" - -[[repo]] -url = "https://github.com/Ikonshop/ikon_shop_encode" - -[[repo]] -url = "https://github.com/a7rs/basic-vesting-solana" - -[[repo]] -url = "https://github.com/cjgamilde/KEYPAIRS-AND-AIRDROPS" - -[[repo]] -url = "https://github.com/ming070492/mc_challenge1" - -[[repo]] -url = "https://github.com/Kushalrock/solana-stuff-try" - -[[repo]] -url = "https://github.com/JapsG/mc_module2_airdropSOL" - -[[repo]] -url = "https://github.com/jmakwana01/Solana-metacrafter-challenges" - -[[repo]] -url = "https://github.com/mcintyre94/signing-prototype-dapp" - -[[repo]] -url = "https://github.com/0xNyk/xnft-playground" - -[[repo]] -url = "https://github.com/ivmidable/solana-escrow-reset-lock-challenge" - -[[repo]] -url = "https://github.com/cutemonstersnft/bonk-sandstorm" - -[[repo]] -url = "https://github.com/iam-pooja/solminter" - -[[repo]] -url = "https://github.com/PuppyGamingDev/Solana-RPC-Discord-Bot" - -[[repo]] -url = "https://github.com/followboat22/rethinks" - -[[repo]] -url = "https://github.com/Tomrso/mint-ui-example" - -[[repo]] -url = "https://github.com/Kushalrock/solana-stuff-react" - -[[repo]] -url = "https://github.com/onuraladi/webhook" - -[[repo]] -url = "https://github.com/akp111/solflow-backend" - -[[repo]] -url = "https://github.com/ZYJLiu/helius-testing" - -[[repo]] -url = "https://github.com/StrawHatXYZ/nanban-nfts" - -[[repo]] -url = "https://github.com/kidph/mintlist-finder-fe" - -[[repo]] -url = "https://github.com/xinnna/solana_nft_mint_frontend" - -[[repo]] -url = "https://github.com/yogeshsingh2672000/solana-web3.js" - -[[repo]] -url = "https://github.com/ikaika1/bulid" - -[[repo]] -url = "https://github.com/llamakid/nights-and-weekends" - -[[repo]] -url = "https://github.com/alade-dev/ChainVault-Sol" - -[[repo]] -url = "https://github.com/bytes1/solana_encode" - -[[repo]] -url = "https://github.com/Hammythird/NFTmarketplace" - -[[repo]] -url = "https://github.com/fpsweeper/wemoon" - -[[repo]] -url = "https://github.com/hogyzen12/metame-app-scaffold" - -[[repo]] -url = "https://github.com/cleon30/EWHA-Frontend" - -[[repo]] -url = "https://github.com/realbuffalojoe/xnft-quickstart" - -[[repo]] -url = "https://github.com/cloorem2/gov-ui" - -[[repo]] -url = "https://github.com/warlyco/solana-league-sports" - -[[repo]] -url = "https://github.com/jkleejr/airdrop" - -[[repo]] -url = "https://github.com/Alwin24/create-nonce-account" - -[[repo]] -url = "https://github.com/JapsG/mc_module2TransferandFees" - -[[repo]] -url = "https://github.com/LysterDoCoding/LysterSotto_Challenge2" - -[[repo]] -url = "https://github.com/LysterDoCoding/LysterSotto-AirdropSOL" - -[[repo]] -url = "https://github.com/0xproflupin/wallet-adapter-phantom" - -[[repo]] -url = "https://github.com/obber/wallet-adapter-sandbox" - -[[repo]] -url = "https://github.com/Rusted2361/swap" - -[[repo]] -url = "https://github.com/AppleJin512/go-backend" - -[[repo]] -url = "https://github.com/dcaf-labs/solana-token-swap-go" - -[[repo]] -url = "https://github.com/dcaf-labs/solana-whirlpool-go" - -[[repo]] -url = "https://github.com/philoniare/solana-rust-calc" - -[[repo]] -url = "https://github.com/darrensapalo/paulx-dev-escrow-tutorial" - -[[repo]] -url = "https://github.com/neery1218/rps" - -[[repo]] -url = "https://github.com/Mankeylol/Solana-Q1-2023" - -[[repo]] -url = "https://github.com/realbuffalojoe/splogger" - -[[repo]] -url = "https://github.com/LoneStarDev/rust_practice" - -[[repo]] -url = "https://github.com/drozdziak1/att-state-pda-design" - -[[repo]] -url = "https://github.com/dreamDev525/solana-escrow" - -[[repo]] -url = "https://github.com/ArpitaGanatra/arpita-solana-Q1-2023" - -[[repo]] -url = "https://github.com/saitonikko/say-network" - -[[repo]] -url = "https://github.com/Gajesh2007/wbtc_sol" - -[[repo]] -url = "https://github.com/15-Lippo/pas" - -[[repo]] -url = "https://github.com/trankhacvy/solkit" - -[[repo]] -url = "https://github.com/mstomar698/mail-dApp-frontend" - -[[repo]] -url = "https://github.com/KodeSage/Tunye" - -[[repo]] -url = "https://github.com/GreenQuid/prediction-dapp-solana" - -[[repo]] -url = "https://github.com/abrahamomolewa/real-solana" - -[[repo]] -url = "https://github.com/Kawi-io/kawi_2.0" - -[[repo]] -url = "https://github.com/AmDeep/Web3_Rust_CosmWasm-Z2H" - -[[repo]] -url = "https://github.com/Titus-Coleman/Solana-Q1-2023" - -[[repo]] -url = "https://github.com/phydy/Solana-Q1-2023" - -[[repo]] -url = "https://github.com/EulerSmile/vm-runner" - -[[repo]] -url = "https://github.com/UtsavJ23/Solana-Escrow" - -[[repo]] -url = "https://github.com/OverAcheiever/grizzlython" - -[[repo]] -url = "https://github.com/nathanielremy/Hous3" - -[[repo]] -url = "https://github.com/jobenscott/BONKClicker" - -[[repo]] -url = "https://github.com/docongminh/bank-center-program" - -[[repo]] -url = "https://github.com/LamasFinance/vrf-lib" - -[[repo]] -url = "https://github.com/Aurora0116/coinflip-solana-main" - -[[repo]] -url = "https://github.com/Aurora0116/shredded-nft-staking-react-frontend-master" - -[[repo]] -url = "https://github.com/Aurora0116/Skella-staking-project-main" - -[[repo]] -url = "https://github.com/conloter/solana-jupiter-bot" - -[[repo]] -url = "https://github.com/mcintyre94/message-signing-app" - -[[repo]] -url = "https://github.com/Aurora0116/moduluc-candy-machine-ui-master" - -[[repo]] -url = "https://github.com/been-zer/beenzer-web3" - -[[repo]] -url = "https://github.com/Aurora0116/divvy-backend-master" - -[[repo]] -url = "https://github.com/Aurora0116/cronos-launchpad-master" - -[[repo]] -url = "https://github.com/followboat22/rethinks-2" - -[[repo]] -url = "https://github.com/narendra101/solana-keypairs-and-airdrops" - -[[repo]] -url = "https://github.com/Aurora0116/divvy-socket-master" - -[[repo]] -url = "https://github.com/ilvcs/solana-nft" - -[[repo]] -url = "https://github.com/Aurora0116/mcn-frontend-nextjs-graphql-master" - -[[repo]] -url = "https://github.com/zillerium/encodesolana" - -[[repo]] -url = "https://github.com/nico1aseth/mine-builder" - -[[repo]] -url = "https://github.com/qudo-code/template--turborepo" - -[[repo]] -url = "https://github.com/CompendiumFi/Compendex-Openbook-UI" - -[[repo]] -url = "https://github.com/Smokefarmer/NFT_Examples" - -[[repo]] -url = "https://github.com/Rylanqwe/please" - -[[repo]] -url = "https://github.com/Ace82/Web3-Solana-Project" - -[[repo]] -url = "https://github.com/brknarsy/metaplex-token-minter" - -[[repo]] -url = "https://github.com/kizmt/myepicproject" - -[[repo]] -url = "https://github.com/hardiktheprogrammer/Aadaam-" - -[[repo]] -url = "https://github.com/un-focused/VybeNetworksInterview" - -[[repo]] -url = "https://github.com/Fineas/ISTM-List" - -[[repo]] -url = "https://github.com/billyzhang663/solana-dapp-post-feed" - -[[repo]] -url = "https://github.com/ilovespectra/heliumdenver" - -[[repo]] -url = "https://github.com/thebobfather2/funziessite" - -[[repo]] -url = "https://github.com/h4rkl/solana-mui-dapp-scaffold" - -[[repo]] -url = "https://github.com/diegosano/web3dev-solana-gif-portal" - -[[repo]] -url = "https://github.com/onuraladi/arac" - -[[repo]] -url = "https://github.com/Manishsahusahu/social-media-3.0" - -[[repo]] -url = "https://github.com/MundoKaizen/Ackee_Final" - -[[repo]] -url = "https://github.com/harshmathurx/candy_machine" - -[[repo]] -url = "https://github.com/sumitchoudharySEM/candy_machine" - -[[repo]] -url = "https://github.com/theFutureGuy/NFTsolana" - -[[repo]] -url = "https://github.com/simulacra10/rothbard-token" - -[[repo]] -url = "https://github.com/gr3y6h0st/playwright" - -[[repo]] -url = "https://github.com/ghanatava/sprinthacks" - -[[repo]] -url = "https://github.com/matr-world/get-mintlist-ui-sveltkit" - -[[repo]] -url = "https://github.com/Domino-Blockchain/sample-domi-contracts" - -[[repo]] -url = "https://github.com/BFF-codelet/bff-codelet" - -[[repo]] -url = "https://github.com/formfunction-hq/formfunction-program-shared" - -[[repo]] -url = "https://github.com/bechir-fahmi/DynoExtension" - -[[repo]] -url = "https://github.com/catdev0/goldbox" - -[[repo]] -url = "https://github.com/gakker/automation-frontend" - -[[repo]] -url = "https://github.com/cubik-so/cubik" - -[[repo]] -url = "https://github.com/SuperteamDAO/earn-frontend-v2" - -[[repo]] -url = "https://github.com/BB-Bureau/zbf1-slots" - -[[repo]] -url = "https://github.com/alphabatem/onemillionnft_img" - -[[repo]] -url = "https://github.com/Solblnc/sniper-magic-eden" - -[[repo]] -url = "https://github.com/blokhost/blok-cli" - -[[repo]] -url = "https://github.com/lukacan/escrow-template" - -[[repo]] -url = "https://github.com/tony-xsr/solana-stable-swap-token" - -[[repo]] -url = "https://github.com/formfunction-hq/formfunction-candy-machine" - -[[repo]] -url = "https://github.com/NonFungibleHacker/solana-dnotes" - -[[repo]] -url = "https://github.com/mmsaki/swipe" - -[[repo]] -url = "https://github.com/Zona-Tres/taller-solana" - -[[repo]] -url = "https://github.com/FME849/wsos23_voting_app" - -[[repo]] -url = "https://github.com/atulyakr/Anime-GIFy-portal" - -[[repo]] -url = "https://github.com/XXMKYX/Solana_SocialNetwork" - -[[repo]] -url = "https://github.com/IbrahimGhasia/MetaCrafters-SolanaBegineers" - -[[repo]] -url = "https://github.com/nitsaw09/solana" - -[[repo]] -url = "https://github.com/Alwin24/dogeswap-lt-script" - -[[repo]] -url = "https://github.com/nitsaw09/solana-keypair-and-airdrop" - -[[repo]] -url = "https://github.com/kranthicodes/sol-transfer-cli" - -[[repo]] -url = "https://github.com/KhalilJouaneh/parimutuel-hxro-script" - -[[repo]] -url = "https://github.com/kaazzixd/kazi-token" - -[[repo]] -url = "https://github.com/harshmathurx/Solana-Transfer-Sol" - -[[repo]] -url = "https://github.com/skaiba0/openamm-sdk" - -[[repo]] -url = "https://github.com/harshmathurx/spl_tokens" - -[[repo]] -url = "https://github.com/Prrix/fungible-spl-token" - -[[repo]] -url = "https://github.com/nfthyper/monkiesclub" - -[[repo]] -url = "https://github.com/Chandrachur67/Airdrop-Webapp" - -[[repo]] -url = "https://github.com/realbuffalojoe/solana-interface-token-state" - -[[repo]] -url = "https://github.com/fedorerd/fetch-sol-nft-js" - -[[repo]] -url = "https://github.com/avishmonga/connect-phantom-wallet" - -[[repo]] -url = "https://github.com/Deepjyoti-Sarmah/Solana_Airdrop" - -[[repo]] -url = "https://github.com/rogaldh/solana-sandbox" - -[[repo]] -url = "https://github.com/marken-0/mint-fungible-token" - -[[repo]] -url = "https://github.com/methlox/solana-write" - -[[repo]] -url = "https://github.com/diegosano/web3dev-portal-gif" - -[[repo]] -url = "https://github.com/sol-flex/nft-minter" - -[[repo]] -url = "https://github.com/noobie7/buildspace-solana_nft_minter" - -[[repo]] -url = "https://github.com/kranthicodes/airdrop-phantom" - -[[repo]] -url = "https://github.com/catblue88/mwa" - -[[repo]] -url = "https://github.com/BasudevBharatBhushan/solana-nft-drop" - -[[repo]] -url = "https://github.com/SplitWave/splitwave-extension" - -[[repo]] -url = "https://github.com/nickfrosty/compressed.app" - -[[repo]] -url = "https://github.com/vinciis2018/monaBackV1" - -[[repo]] -url = "https://github.com/UmaAjay/solanavote" - -[[repo]] -url = "https://github.com/anypay/usdc-solana-phantom-create-react-app-typescript" - -[[repo]] -url = "https://github.com/nfthyper/themonkiesclub" - -[[repo]] -url = "https://github.com/stxpid-shxri/shuri-guess-game-frontend" - -[[repo]] -url = "https://github.com/kwamena98/nftupvoting" - -[[repo]] -url = "https://github.com/ZYJLiu/langchain-ts-starter" - -[[repo]] -url = "https://github.com/hogyzen12/xnft-simulator" - -[[repo]] -url = "https://github.com/wootteck/permissionless-bonding" - -[[repo]] -url = "https://github.com/KKQanT/nft-market-place" - -[[repo]] -url = "https://github.com/Web3-Builders-Alliance/WBA-NFT-Marketplace" - -[[repo]] -url = "https://github.com/luismigueldev1/solana-nas-academy" - -[[repo]] -url = "https://github.com/denisluft8/portal-gif" - -[[repo]] -url = "https://github.com/LoboVH/NFT-staking-solana" - -[[repo]] -url = "https://github.com/epitt92/solana_nft_marketplace" - -[[repo]] -url = "https://github.com/riteshdurgiani/sociofi" - -[[repo]] -url = "https://github.com/ez-krk/nft-bot" - -[[repo]] -url = "https://github.com/SakshamArya97/solana" - -[[repo]] -url = "https://github.com/monishwarmc/Keypairs-and-Airdrops" - -[[repo]] -url = "https://github.com/Altar12/sol-transfer-api" - -[[repo]] -url = "https://github.com/SakshamArya97/Airdrop-Solana" - -[[repo]] -url = "https://github.com/drouonsol/airdrop_funds_devnet" - -[[repo]] -url = "https://github.com/fluturecode/airdrop-sol" - -[[repo]] -url = "https://github.com/Harikrishna3/Solana--keypair-and-airdrop" - -[[repo]] -url = "https://github.com/kranthicodes/module2-create-spl-token-js" - -[[repo]] -url = "https://github.com/nfthyper/visitors" - -[[repo]] -url = "https://github.com/unknowne1/Trust" - -[[repo]] -url = "https://github.com/peroxy/solana-web3.js-premature-close-bug" - -[[repo]] -url = "https://github.com/soyash/Crypto-Payment-Solana" - -[[repo]] -url = "https://github.com/haris-ali9211/Solona_initials" - -[[repo]] -url = "https://github.com/methlox/solana-balance" - -[[repo]] -url = "https://github.com/Cainacosta/SolanaGifWebsite" - -[[repo]] -url = "https://github.com/akhilathuluri/Building-a-Solana-Web-App" - -[[repo]] -url = "https://github.com/DappioLab/solana-escrow-2023" - -[[repo]] -url = "https://github.com/banditesq/solana_gift_card_example" - -[[repo]] -url = "https://github.com/maverickreal/web3" - -[[repo]] -url = "https://github.com/substrate-cosmos/solana-xyz" - -[[repo]] -url = "https://github.com/wei1769/solana-escrow-2023" - -[[repo]] -url = "https://github.com/0xlarry/nfraids-client" - -[[repo]] -url = "https://github.com/smart-life-tech/dapp3-spltoken-challenge-main" - -[[repo]] -url = "https://github.com/EarlDenamarca/solana-module2" - -[[repo]] -url = "https://github.com/hankc97/my_first_nft" - -[[repo]] -url = "https://github.com/Nie-Mand/solana-01" - -[[repo]] -url = "https://github.com/methlox/solana-wallet-send-sol" - -[[repo]] -url = "https://github.com/krishnu9/solana-fungible-token" - -[[repo]] -url = "https://github.com/airicyu/solana-sample-client-wallet-transfer" - -[[repo]] -url = "https://github.com/drumbo88/solana-send-sol-frontend" - -[[repo]] -url = "https://github.com/MirzaMuhammadBaig/Get-Pool-Feeds-From-different-dexs" - -[[repo]] -url = "https://github.com/TeacherStarCi/digitalsignature" - -[[repo]] -url = "https://github.com/0xMukesh/nft-compression-solana-pay" - -[[repo]] -url = "https://github.com/Jason-Clarke-Apollo/solana-wallet-connext" - -[[repo]] -url = "https://github.com/SoulNinja-dev/supertable" - -[[repo]] -url = "https://github.com/int00001/sol-collection" - -[[repo]] -url = "https://github.com/RatioFinance/ratio-staking-frontend" - -[[repo]] -url = "https://github.com/ByeongHunKim/Raydium-sdk-V3-pool" - -[[repo]] -url = "https://github.com/MoonHoldings/MoonAPI" - -[[repo]] -url = "https://github.com/hyperace9701/MagicEdenSniper" - -[[repo]] -url = "https://github.com/BlockchainGlutton/solana_staking_contract" - -[[repo]] -url = "https://github.com/blaize-tech/solana-staking-example" - -[[repo]] -url = "https://github.com/dboures/helius-rpc" - -[[repo]] -url = "https://github.com/best-lucky1030/init-diviNation-frontend" - -[[repo]] -url = "https://github.com/Shamir-Mateo/Solana-PDA-find-tool" - -[[repo]] -url = "https://github.com/RostislavBerezhnoy/solana-next-testhub" - -[[repo]] -url = "https://github.com/munanadi/gum-delete-user" - -[[repo]] -url = "https://github.com/codescalper/send-sols" - -[[repo]] -url = "https://github.com/UjjwalGupta49/solana-next-ui" - -[[repo]] -url = "https://github.com/anuraglol/solana-pay-polling" - -[[repo]] -url = "https://github.com/sensasi-delight/nft-minter-frontend-buildspace" - -[[repo]] -url = "https://github.com/Raul-A-Flores/buildoor" - -[[repo]] -url = "https://github.com/ilovespectra/cm" - -[[repo]] -url = "https://github.com/xkyanari/megura-js" - -[[repo]] -url = "https://github.com/touhid-jisan/Solana-Dev" - -[[repo]] -url = "https://github.com/mohsin-laeeque/solana-dex-frontend" - -[[repo]] -url = "https://github.com/marken-0/airdrop-website" - -[[repo]] -url = "https://github.com/Pratyum/minter-nfts" - -[[repo]] -url = "https://github.com/venkateshSV/allchain" - -[[repo]] -url = "https://github.com/fj138696/mine-buildor" - -[[repo]] -url = "https://github.com/Sujoydey29/stock" - -[[repo]] -url = "https://github.com/orangdong/proglabs-backend" - -[[repo]] -url = "https://github.com/Deepjyoti-Sarmah/Solana_token_transfer" - -[[repo]] -url = "https://github.com/ngundotra/solana-gpt-plugin" - -[[repo]] -url = "https://github.com/int00001/anchor-blog" - -[[repo]] -url = "https://github.com/saikrishna01-jpg/nft-minting-ui" - -[[repo]] -url = "https://github.com/0xSmick/sol-twitter-banner" - -[[repo]] -url = "https://github.com/mannar-1/spotify" - -[[repo]] -url = "https://github.com/juicebox-technologies/playa-webapp" - -[[repo]] -url = "https://github.com/mjzuppe/urchin-webapp" - -[[repo]] -url = "https://github.com/mjzuppe/urchin-web3-cms" - -[[repo]] -url = "https://github.com/ZhePang/EverythingCoach" - -[[repo]] -url = "https://github.com/wsong5077/blockchain" - -[[repo]] -url = "https://github.com/Dodecahedr0x/pagemesh" - -[[repo]] -url = "https://github.com/monojkumar2001/education" - -[[repo]] -url = "https://github.com/sonhaaa/virs" - -[[repo]] -url = "https://github.com/theebestzz/dack-project" - -[[repo]] -url = "https://github.com/munanadi/shadow-drive-example" - -[[repo]] -url = "https://github.com/aeroblast1/nftsticketsutec" - -[[repo]] -url = "https://github.com/been-zer/beenzer-expo" - -[[repo]] -url = "https://github.com/smartdev0218/solana_gold_box_game" - -[[repo]] -url = "https://github.com/kranthicodes/module2-candymachine" - -[[repo]] -url = "https://github.com/pubkeyapp/pubkey-react-starter" - -[[repo]] -url = "https://github.com/aeroblast1/pruebafinal" - -[[repo]] -url = "https://github.com/JB9623/IDOStaking" - -[[repo]] -url = "https://github.com/jusocial/Ju" - -[[repo]] -url = "https://github.com/Confucian-e/solana-hello-world" - -[[repo]] -url = "https://github.com/alkimo/solanaCalculator" - -[[repo]] -url = "https://github.com/futuretech6/anchor-test" - -[[repo]] -url = "https://github.com/luatnd/sol-swap-simple" - -[[repo]] -url = "https://github.com/ngundotra/on-chain-metadata" - -[[repo]] -url = "https://github.com/dep0che/solana-playground" - -[[repo]] -url = "https://github.com/njtrettel/live-streaming" - -[[repo]] -url = "https://github.com/Aryan-goel/solmint-main" - -[[repo]] -url = "https://github.com/ZYJLiu/anchor-compressed-nft" - -[[repo]] -url = "https://github.com/sakridge/solana-reward-history" - -[[repo]] -url = "https://github.com/sorin-ristache/solflare-sdk" - -[[repo]] -url = "https://github.com/mrsaifullah52/explorer" - -[[repo]] -url = "https://github.com/SpaceMonkeyForever/zeta-sdk" - -[[repo]] -url = "https://github.com/mschneider/whirlpools" - -[[repo]] -url = "https://github.com/gaylonalfano/solana-workshop-dapps" - -[[repo]] -url = "https://github.com/jmarcelino/workshop-dapps" - -[[repo]] -url = "https://github.com/Metaversol/solana-nft-dressing" - -[[repo]] -url = "https://github.com/DonnySolana/nautilus" - -[[repo]] -url = "https://github.com/steveluscher/webapp" - -[[repo]] -url = "https://github.com/nickfrosty/soldev-ui" - -[[repo]] -url = "https://github.com/blueberrychopsticks/metaplex-anchor-nft" - -[[repo]] -url = "https://github.com/convergence-rfq/beet" - -[[repo]] -url = "https://github.com/amilz/Candy-Machine-V3-UI" - -[[repo]] -url = "https://github.com/mschneider/configure_mango" - -[[repo]] -url = "https://github.com/apfitzge/configure_mango" - -[[repo]] -url = "https://github.com/raashidjunaid1/solana-arbitrage-bot" - -[[repo]] -url = "https://github.com/overseers-labs/js-examples" - -[[repo]] -url = "https://github.com/unchain-tech/Solana-Wallet" - -[[repo]] -url = "https://github.com/mzs-dev/perpetuals" - -[[repo]] -url = "https://github.com/shunkakinoki/tutorial-server-side-signing" - -[[repo]] -url = "https://github.com/theDefiBat/perpetuals" - -[[repo]] -url = "https://github.com/mabrehan/perpetuals" - -[[repo]] -url = "https://github.com/flash-trade/perpetuals" - -[[repo]] -url = "https://github.com/TeddyGavi/solana-intro-frontend" - -[[repo]] -url = "https://github.com/gg-big-org/anchor" - -[[repo]] -url = "https://github.com/mikemaccana/namor" - -[[repo]] -url = "https://github.com/iamvon/clockwork-examples" - -[[repo]] -url = "https://github.com/wei1769/sdk" - -[[repo]] -url = "https://github.com/pentest-dev/open_creator_protocol" - -[[repo]] -url = "https://github.com/littlejohntj/mrgn-ts" - -[[repo]] -url = "https://github.com/Danijel-Enoch/openbook-ts-nora" - -[[repo]] -url = "https://github.com/PinkDiamond1/hubble-common" - -[[repo]] -url = "https://github.com/RohanKapurDEV/v4" - -[[repo]] -url = "https://github.com/vjgpt/gum-example-app" - -[[repo]] -url = "https://github.com/naartjie/gif-portal-starter" - -[[repo]] -url = "https://github.com/ilovespectra/solana-pay" - -[[repo]] -url = "https://github.com/tribixbite/solana-pay" - -[[repo]] -url = "https://github.com/Metaversol/fuse" - -[[repo]] -url = "https://github.com/tribixbite/poseidon" - -[[repo]] -url = "https://github.com/sarvex/solana-pay" - -[[repo]] -url = "https://github.com/gg-big-org/solana-pay" - -[[repo]] -url = "https://github.com/OnlyFrogs/streampay-checkout-ecommerce-sdk" - -[[repo]] -url = "https://github.com/ilmoi/raindrops" - -[[repo]] -url = "https://github.com/0xrinegade/amm" - -[[repo]] -url = "https://github.com/isgasho/protocol-v2" - -[[repo]] -url = "https://github.com/Spark-app/SocialBlock" - -[[repo]] -url = "https://github.com/dhruvsol/openbook-cranker" - -[[repo]] -url = "https://github.com/steveluscher/wallet-standard" - -[[repo]] -url = "https://github.com/dlgrech/mobile-wallet-adapter" - -[[repo]] -url = "https://github.com/clarkezone/mobile-wallet-adapter" - -[[repo]] -url = "https://github.com/PinkDiamond1/scope" - -[[repo]] -url = "https://github.com/0xproflupin/sign-message-test" - -[[repo]] -url = "https://github.com/Hxro-Network/parimutuel-ts-project" - -[[repo]] -url = "https://github.com/Developer-Student-Clubs-UEMK/dapp-scaffold" - -[[repo]] -url = "https://github.com/jmarcelino/dapp-scaffold" - -[[repo]] -url = "https://github.com/0xproflupin/dapp-scaffold" - -[[repo]] -url = "https://github.com/Xenojack1000/wallet-adapter" - -[[repo]] -url = "https://github.com/gg-big-org/wallet-adapter" - -[[repo]] -url = "https://github.com/Vampo7152/solana-vision" - -[[repo]] -url = "https://github.com/mcintyre94/wallet-adapter" - -[[repo]] -url = "https://github.com/PinkDiamond1/access-protocol" - -[[repo]] -url = "https://github.com/staccDOTsol/solana-jupiter-bot" - -[[repo]] -url = "https://github.com/ngundotra/governance-ui" - -[[repo]] -url = "https://github.com/kevinrodriguez-io/solana-jupiter-bot" - -[[repo]] -url = "https://github.com/alexonab/solana-jupiter-bot" - -[[repo]] -url = "https://github.com/doxalab/governance-ui" - -[[repo]] -url = "https://github.com/stream-protocol/solana-pay-scaffold" - -[[repo]] -url = "https://github.com/sarvex/solana-pay-scaffold" - -[[repo]] -url = "https://github.com/mcintyre94/solana-pay-scaffold" - -[[repo]] -url = "https://github.com/jnwng/governance-ui" - -[[repo]] -url = "https://github.com/mcintyre94/mobile-wallet-adapter" - -[[repo]] -url = "https://github.com/MonkeDAO/omcvote-dapp" - -[[repo]] -url = "https://github.com/ilovespectra/Boring-mobile-wallet-adapter" - -[[repo]] -url = "https://github.com/a20hek/proto-web-app" - -[[repo]] -url = "https://github.com/portalpayments/utl-aggregator" - -[[repo]] -url = "https://github.com/cutemonstersnft/solanapay-compression" - -[[repo]] -url = "https://github.com/bloXroute-Labs/keeper-bots-v2" - -[[repo]] -url = "https://github.com/mikemaccana/utl-aggregator" - -[[repo]] -url = "https://github.com/thesmokingrobot/keeper-bots-v2" - -[[repo]] -url = "https://github.com/jito-labs/jito-drift-bots-v2" - -[[repo]] -url = "https://github.com/thisisommore/wallet-adapter" - -[[repo]] -url = "https://github.com/FraNoceti/metaplex" - -[[repo]] -url = "https://github.com/theDefiBat/perps-ui" - -[[repo]] -url = "https://github.com/TitanDogs/wallet-adapter" - -[[repo]] -url = "https://github.com/sarvex/octane" - -[[repo]] -url = "https://github.com/bayo-net/cardinal-staking" - -[[repo]] -url = "https://github.com/BullishAF/perps-ui" - -[[repo]] -url = "https://github.com/BullishAF/public" - -[[repo]] -url = "https://github.com/clover-network/wallet-adapter" - -[[repo]] -url = "https://github.com/sarvex/wallet-adapter" - -[[repo]] -url = "https://github.com/sarvex/solana-prediction-game" - -[[repo]] -url = "https://github.com/overseers-labs/candy-machine-v2-responsive-ui" - -[[repo]] -url = "https://github.com/flash-trade/Dev-Flash-UI" - -[[repo]] -url = "https://github.com/thisdot/solana-prediction-game" - -[[repo]] -url = "https://github.com/divyansh21april/draffle" - -[[repo]] -url = "https://github.com/bntzio/social-protocol" - -[[repo]] -url = "https://github.com/lorisleiva/js-core" - -[[repo]] -url = "https://github.com/PinkDiamond1/hubble-public-api" - -[[repo]] -url = "https://github.com/kevinrodriguez-io/mpl-token-auth-rules" - -[[repo]] -url = "https://github.com/philoniare/break-solana" - -[[repo]] -url = "https://github.com/steveluscher/wallet-standard-brave" - -[[repo]] -url = "https://github.com/onsol-labs/solana-wallet-names" - -[[repo]] -url = "https://github.com/addnsk/solana-tx-parser-public" - -[[repo]] -url = "https://github.com/Web3-Builders-Alliance/burn-list" - -[[repo]] -url = "https://github.com/mcintyre94/xnft-quickstart" - -[[repo]] -url = "https://github.com/stream-protocol/terminal" - -[[repo]] -url = "https://github.com/athar-d-reader/d-reader-frontend" - -[[repo]] -url = "https://github.com/kelvinbush/candy-machine-ui" - -[[repo]] -url = "https://github.com/Sol-Doggos/cardinal-staking-ui" - -[[repo]] -url = "https://github.com/gemmysocial/cardinal-staking-ui" - -[[repo]] -url = "https://github.com/happyeric77/solana_notifi_playground" - -[[repo]] -url = "https://github.com/murlokito/solana-playground" - -[[repo]] -url = "https://github.com/raindrop-studios/solana-program-library" - -[[repo]] -url = "https://github.com/PinkDiamond1/xnft-quickstart" - -[[repo]] -url = "https://github.com/0xproflupin/mobile-wallet-adapter" - -[[repo]] -url = "https://github.com/mikemaccana/js" - -[[repo]] -url = "https://github.com/MBenz12/metaplex-program-library" - -[[repo]] -url = "https://github.com/Spark-app/metaplex-program-library" - -[[repo]] -url = "https://github.com/jnwng/js" - -[[repo]] -url = "https://github.com/overseers-labs/js" - -[[repo]] -url = "https://github.com/bbadevel/solplorer" - -[[repo]] -url = "https://github.com/Danijel-Enoch/raydium-frontend" - -[[repo]] -url = "https://github.com/anoushk1234/solana-base-app" - -[[repo]] -url = "https://github.com/SuperteamDAO/solana-base-app" - -[[repo]] -url = "https://github.com/ggurbet/CasperLabs-Solana-bridge" - -[[repo]] -url = "https://github.com/kewde/raydium-frontend" - -[[repo]] -url = "https://github.com/Gajesh2007/openbook-dex-ui" - -[[repo]] -url = "https://github.com/BullishAF/openbook-dex-ui" - -[[repo]] -url = "https://github.com/joncinque/solana-web3.js" - -[[repo]] -url = "https://github.com/novalabsxyz/hotspot-app-v5" - -[[repo]] -url = "https://github.com/unordered-set/solana-helloworld-devcontainers" - -[[repo]] -url = "https://github.com/Web3-Builders-Alliance/Capstone-BlockScraper" - -[[repo]] -url = "https://github.com/iamvon/solana-pay" - -[[repo]] -url = "https://github.com/bbadevel/solana-web3.js" - -[[repo]] -url = "https://github.com/mcintyre94/solana-web3.js" - -[[repo]] -url = "https://github.com/steveluscher/solana-web3.js" - -[[repo]] -url = "https://github.com/PinkDiamond1/widget" - -[[repo]] -url = "https://github.com/bw-solana/solana-web3.js" - -[[repo]] -url = "https://github.com/Insydin-main/governance-ui" - -[[repo]] -url = "https://github.com/RadiantAeon/solana-rock-paper-scissors" - -[[repo]] -url = "https://github.com/ngundotra/solana-verifiable-build" - -[[repo]] -url = "https://github.com/omarkilani/indexer" - -[[repo]] -url = "https://github.com/gumhq/digital-asset-rpc-infrastructure" - -[[repo]] -url = "https://github.com/ryandamour/stable-swap" - -[[repo]] -url = "https://github.com/ppoliani/anchor" - -[[repo]] -url = "https://github.com/anoushk1234/proxy" - -[[repo]] -url = "https://github.com/thisisommore/news-sol-backend" - -[[repo]] -url = "https://github.com/thisisommore/solana-counter-program" - -[[repo]] -url = "https://github.com/15-Lippo/sol-market" - -[[repo]] -url = "https://github.com/smart0120/cm-mint" - -[[repo]] -url = "https://github.com/Chandrachur67/Dapp-scaffold-token-transfer" - -[[repo]] -url = "https://github.com/stream-protocol/point-of-sale-app" - -[[repo]] -url = "https://github.com/abh1/solana-web3.js-1.75.0" - -[[repo]] -url = "https://github.com/Fortisque/solana_transfer" - -[[repo]] -url = "https://github.com/unchain-tech/Solana-Online-Store" - -[[repo]] -url = "https://github.com/solanau/wallet-ai-workshop" - -[[repo]] -url = "https://github.com/gumhq/example-mobile-app" - -[[repo]] -url = "https://github.com/irffanasiff/contract-v2" - -[[repo]] -url = "https://github.com/MBenz12/pawn-shop" - -[[repo]] -url = "https://github.com/MBenz12/game-smart-contracts" - -[[repo]] -url = "https://github.com/MBenz12/game-admin-panel" - -[[repo]] -url = "https://github.com/FraNoceti/InvestConservation-Marketplace" - -[[repo]] -url = "https://github.com/Web3-Builders-Alliance/SoreviR-Solana-Q2-2023" - -[[repo]] -url = "https://github.com/alphabatem/bern_crank" - -[[repo]] -url = "https://github.com/MBenz12/solana-token-dapp" - -[[repo]] -url = "https://github.com/tashunc/solana-pay-store" - -[[repo]] -url = "https://github.com/meanking/solana-nft-marketplace" - -[[repo]] -url = "https://github.com/builderz-labs/builderz-xNFT-scaffold-next" - -[[repo]] -url = "https://github.com/Mjavala/rogue-sharks-xnft" - -[[repo]] -url = "https://github.com/Web3-Builders-Alliance/jasonaw98-Solana-Q2-2023" - -[[repo]] -url = "https://github.com/nufi-official/fcl-web3auth-plugin" - -[[repo]] -url = "https://github.com/4N1Z/Solana-Projects" - -[[repo]] -url = "https://github.com/KevinFiorentino/solana-nft" - -[[repo]] -url = "https://github.com/Russell1130/Solana-nftStaking" - -[[repo]] -url = "https://github.com/Web3-Builders-Alliance/mikejhale-Solana-Q2-2023" - -[[repo]] -url = "https://github.com/zhe-t/squads-example" - -[[repo]] -url = "https://github.com/Web3-Builders-Alliance/belivenn-Solana-Q2-2023" - -[[repo]] -url = "https://github.com/0xNico/hyperion-mainnet" - -[[repo]] -url = "https://github.com/fluturecode/tweet" - -[[repo]] -url = "https://github.com/fluturecode/tweet-dapp" - -[[repo]] -url = "https://github.com/deanmlittle/anchor-escrow-2023" - -[[repo]] -url = "https://github.com/sixvxsh/Stake-ChangeableNft" - -[[repo]] -url = "https://github.com/fluturecode/solana-pay-pirate" - -[[repo]] -url = "https://github.com/fluturecode/mint-nft-w-metadata" - -[[repo]] -url = "https://github.com/Goose03/sakura" - -[[repo]] -url = "https://github.com/fluturecode/solana_bootcamp" - -[[repo]] -url = "https://github.com/fluturecode/dex-starter" - -[[repo]] -url = "https://github.com/fluturecode/compressed-nft" - -[[repo]] -url = "https://github.com/metasal1/solanadb" - -[[repo]] -url = "https://github.com/fluturecode/mint-nfts" - -[[repo]] -url = "https://github.com/fluturecode/solana-point-of-sale" - -[[repo]] -url = "https://github.com/fluturecode/game-kit" - -[[repo]] -url = "https://github.com/ChahtourAla/solana_display_nfts" - -[[repo]] -url = "https://github.com/MrJeleika/solana" - -[[repo]] -url = "https://github.com/jonasXchen/solana-sveltekit" - -[[repo]] -url = "https://github.com/fluturecode/tiny-adventure" - -[[repo]] -url = "https://github.com/fluturecode/mtv" - -[[repo]] -url = "https://github.com/alaa-belhassen/finalefrontPfe" - -[[repo]] -url = "https://github.com/Unboxed-Software/magic-auth-network-switch" - -[[repo]] -url = "https://github.com/jito-labs/mev-bot" - -[[repo]] -url = "https://github.com/solanagirl/stabit-dapp" - -[[repo]] -url = "https://github.com/mindrunner/fleetbot" - -[[repo]] -url = "https://github.com/jonasXchen/solana-pay-signing" - -[[repo]] -url = "https://github.com/Hxro-Network/openhxro" - -[[repo]] -url = "https://github.com/elusiv-privacy/elusiv-sdk" - -[[repo]] -url = "https://github.com/fluturecode/counter-pda" - -[[repo]] -url = "https://github.com/fluturecode/counter" - -[[repo]] -url = "https://github.com/fluturecode/create-sol-account" - -[[repo]] -url = "https://github.com/fluturecode/solcheck" - diff --git a/data/ecosystems/s/starknet.toml b/data/ecosystems/s/starknet.toml index 25dabbeeb8..20c52bb8fb 100644 --- a/data/ecosystems/s/starknet.toml +++ b/data/ecosystems/s/starknet.toml @@ -25,30 +25,102 @@ url = "https://github.com/0abst/Solidity-Cairo-codes" [[repo]] url = "https://github.com/0x-blockchain/trade.zigzag.exchange" +[[repo]] +url = "https://github.com/0x-bridge-lending/0x-bridge-contracts" + +[[repo]] +url = "https://github.com/0x3327/Starknet-SKProof" + +[[repo]] +url = "https://github.com/0x3327/starknet-zkfloat" + +[[repo]] +url = "https://github.com/0x4satoshi/starknet" + +[[repo]] +url = "https://github.com/0xandee/starknet-nft-holder-check" + +[[repo]] +url = "https://github.com/0xAsten/dojo-xyz" + +[[repo]] +url = "https://github.com/0xAsten/madara-cli" + +[[repo]] +url = "https://github.com/0xAurelou/flash-loan-starknet" + +[[repo]] +url = "https://github.com/0xAurelou/Starknet-flash-loan" + [[repo]] url = "https://github.com/0xbohu/starkworld_hackathon" +[[repo]] +url = "https://github.com/0xd3bs/Starknet-Basecamp" + [[repo]] url = "https://github.com/0xDatapunk/aave-starknet-bridge" +[[repo]] +url = "https://github.com/0xEniotna/Starkeye" + +[[repo]] +url = "https://github.com/0xEniotna/starknet-cairo-ctf" + +[[repo]] +url = "https://github.com/0xethsign/stark-pay" + +[[repo]] +url = "https://github.com/0xHashiras/Starknet_variable_reader" + [[repo]] url = "https://github.com/0xHashstack/hashstatic" +[[repo]] +url = "https://github.com/0xHyoga/starknet-vim" + [[repo]] url = "https://github.com/0xKermo/Arcticium" [[repo]] url = "https://github.com/0xKermo/Cairo-NFT-Lending-Auction" +[[repo]] +url = "https://github.com/0xKubitus/avnu-workshop-starknetcc" + +[[repo]] +url = "https://github.com/0xKubitus/Cairo-Loto_PoC_frontend" + +[[repo]] +url = "https://github.com/0xKubitus/deploy-cairo1-demo" + +[[repo]] +url = "https://github.com/0xKubitus/starknet-erc721-cairo-v0" + +[[repo]] +url = "https://github.com/0xluen/Starknet-ERC721" + +[[repo]] +url = "https://github.com/0xluen/Starknet-ERC721-Balance" + +[[repo]] +url = "https://github.com/0xmetaschool/erc20-starknet-cairo-boilerplate" + [[repo]] url = "https://github.com/0xMyst-eth/ProjectStargate" +[[repo]] +url = "https://github.com/0xRockW3/hello_starknet" + [[repo]] url = "https://github.com/0xs34n/ERC721-StarkNet-workshop" [[repo]] url = "https://github.com/0xs34n/starknet.js" +[[repo]] +url = "https://github.com/0xs34n/starknet.js-account" + [[repo]] url = "https://github.com/0xs34n/starknet.js-workshop" @@ -64,12 +136,39 @@ url = "https://github.com/0xSacha/scaffold" [[repo]] url = "https://github.com/0xSacha/StarkYV3" +[[repo]] +url = "https://github.com/0xSpaceShard/Keccak_example" + +[[repo]] +url = "https://github.com/0xSpaceShard/multicall-example" + +[[repo]] +url = "https://github.com/0xSpaceShard/starknet-bridge-relayer-public" + +[[repo]] +url = "https://github.com/0xSpaceShard/starknet-bridge-relayer-tools" + +[[repo]] +url = "https://github.com/0xSpaceShard/starknet-devnet-rs" + +[[repo]] +url = "https://github.com/0xSuku/starknet-basecamp" + [[repo]] url = "https://github.com/0xtonysprocket/fixed_point" [[repo]] url = "https://github.com/0xtonysprocket/mammoth_pool" +[[repo]] +url = "https://github.com/0xTrinityy/Kaiji" + +[[repo]] +url = "https://github.com/0xUniko/starknet-demo-app" + +[[repo]] +url = "https://github.com/0xVlaviosin/Starknet" + [[repo]] url = "https://github.com/10k-swap/10k_swap-contracts" @@ -100,6 +199,12 @@ url = "https://github.com/42labs/starknet-interface-checker-gha" [[repo]] url = "https://github.com/42labs/StarkNet-Open-Oracle" +[[repo]] +url = "https://github.com/4rgorok/starknet-swift-devnet" + +[[repo]] +url = "https://github.com/4sm-ops/starknet-fun" + [[repo]] url = "https://github.com/4sm-ops/starknet-tutorial-erc20" @@ -112,6 +217,12 @@ url = "https://github.com/4sm-ops/starknet-tutorial-l1-l2-messaging" [[repo]] url = "https://github.com/4sm-ops/zkgraph-demo-app" +[[repo]] +url = "https://github.com/519swap/starknetProject" + +[[repo]] +url = "https://github.com/7finney/starkode" + [[repo]] url = "https://github.com/a42io/StarkLock" @@ -130,15 +241,39 @@ url = "https://github.com/aave-starknet-project/aave-starknet-core" [[repo]] url = "https://github.com/abdelhamidbakhta/howmuch-rs" +[[repo]] +url = "https://github.com/abdelhamidbakhta/kickstart-starknet" + [[repo]] url = "https://github.com/abdelhamidbakhta/poh-starknet-bridge-l1" [[repo]] url = "https://github.com/abdelhamidbakhta/poh-starknet-bridge-l2" +[[repo]] +url = "https://github.com/abdelhamidbakhta/starknet-foundry-bugs" + [[repo]] url = "https://github.com/abdelhamidbakhta/starkvest" +[[repo]] +url = "https://github.com/abhi3700/cairo-playground" + +[[repo]] +url = "https://github.com/achab/use-starknet-multisig" + +[[repo]] +url = "https://github.com/acollette/diode_starknet" + +[[repo]] +url = "https://github.com/acollette/Starknet-ERC20" + +[[repo]] +url = "https://github.com/acollette/starknet-messaging-bridge" + +[[repo]] +url = "https://github.com/actions-marketplace-validations/42labs_starknet-interface-checker-gha" + [[repo]] url = "https://github.com/AdeptusDigitales/Commercium-Contracts" @@ -148,39 +283,87 @@ url = "https://github.com/AdeptusDigitales/shortest-path-faster-cairo" [[repo]] url = "https://github.com/adityakaklij/starknet_Payment_Infra" +[[repo]] +url = "https://github.com/adityakaklij/Starknet_React" + +[[repo]] +url = "https://github.com/adolyb/stark" + [[repo]] url = "https://github.com/aedjoel/metamundi" [[repo]] url = "https://github.com/aelfsoleil/cairo" +[[repo]] +url = "https://github.com/Aeonflux058/starknet" + [[repo]] url = "https://github.com/Aero25x/starknet-test-contract" [[repo]] url = "https://github.com/agolajko/suez" +[[repo]] +url = "https://github.com/ahmetakgul844/StarknetSpeed" + [[repo]] url = "https://github.com/ahmetoznar/astraly-contracts" +[[repo]] +url = "https://github.com/ahmetoznar/starknet-social" + +[[repo]] +url = "https://github.com/ahmetoznar/starknet-social-indexer" + +[[repo]] +url = "https://github.com/Akagi201/cairo-workshop" + +[[repo]] +url = "https://github.com/akash-frontier/starknet-integration" + +[[repo]] +url = "https://github.com/AkashBalasubramani/Starknet-js-Web3-Interactions" + [[repo]] url = "https://github.com/akegaviar/Create-and-deploy-a-smart-contract-on-StarkNet" [[repo]] url = "https://github.com/akhercha/starkmeet" +[[repo]] +url = "https://github.com/Alanle1011/starknet-hardhat-plugin-pratice" + +[[repo]] +url = "https://github.com/alethiometer/governor-bravo-cairo" + +[[repo]] +url = "https://github.com/alex-sumner/bit-store" + [[repo]] url = "https://github.com/alexandertat/tatstarknet" [[repo]] url = "https://github.com/alexhaloETH/Skirmish-The-Game-React" +[[repo]] +url = "https://github.com/Aliceonly/Starknet-Dapp" + [[repo]] url = "https://github.com/amanusk/cairo-paradigm-ctf" +[[repo]] +url = "https://github.com/amanusk/scarb-contract-template" + [[repo]] url = "https://github.com/amanusk/starknet-cli-wallet" +[[repo]] +url = "https://github.com/amanusk/starknet-foundry-template" + +[[repo]] +url = "https://github.com/amanusk/starknet_token_remover" + [[repo]] url = "https://github.com/ametel01/No-Game" @@ -196,12 +379,18 @@ url = "https://github.com/AmitShah/cairo-lang-flood-fill" [[repo]] url = "https://github.com/AmitShah/CryptoLrd-Client" +[[repo]] +url = "https://github.com/Andr-And/StarkNet" + [[repo]] url = "https://github.com/AndreaAlbertoMarchesi/FlappyBird_Starknet" [[repo]] url = "https://github.com/AndreaAlbertoMarchesi/Snake_Starknet" +[[repo]] +url = "https://github.com/andrejrakic/starknet-data-feeds" + [[repo]] url = "https://github.com/andrepn/mammoth_ui" @@ -217,9 +406,15 @@ url = "https://github.com/andyhj/StarkNetContract" [[repo]] url = "https://github.com/AngelLozan/StarkNet" +[[repo]] +url = "https://github.com/anhdaits/Stark" + [[repo]] url = "https://github.com/ankitchiplunkar/starkpunks" +[[repo]] +url = "https://github.com/anondev1993/realms-mercenary" + [[repo]] url = "https://github.com/antazoey/ape-demo-project" @@ -250,6 +445,9 @@ url = "https://github.com/apibara/starknet-modular-contracts-standard" [[repo]] url = "https://github.com/apibara/starknet-react" +[[repo]] +url = "https://github.com/Aram-Ara/StarkNet" + [[repo]] url = "https://github.com/Arcticae/starknet-devnet" @@ -257,4168 +455,3977 @@ url = "https://github.com/Arcticae/starknet-devnet" url = "https://github.com/argentlabs/argent-contracts-starknet" [[repo]] -url = "https://github.com/argentlabs/argent-x" +url = "https://github.com/argentlabs/argent-starknet-recover" [[repo]] -url = "https://github.com/arochedy/starklings" +url = "https://github.com/argentlabs/argent-x" [[repo]] -url = "https://github.com/ArshanKhanifar/cairo-by-example" +url = "https://github.com/argentlabs/min-starknet" [[repo]] -url = "https://github.com/ArturVargas/cairo_dca_bot" +url = "https://github.com/argentlabs/starknet-build" [[repo]] -url = "https://github.com/asgarovf/ethprague-frontend" +url = "https://github.com/argentlabs/starknet-off-chain-signature" [[repo]] -url = "https://github.com/aspectco/cairo-lib" +url = "https://github.com/ArkProjectNFTs/ark-lane" [[repo]] -url = "https://github.com/aspectco/oasis-multi-tx" +url = "https://github.com/ArkProjectNFTs/ark-market" [[repo]] -url = "https://github.com/aspectco/starknet-contracts" +url = "https://github.com/arochedy/starklings" [[repo]] -url = "https://github.com/Astraly-Labs/astraly-contracts" +url = "https://github.com/ArshanKhanifar/cairo-by-example" [[repo]] -url = "https://github.com/Astraly-Labs/Empiric" +url = "https://github.com/ArturVargas/cairo_dca_bot" [[repo]] -url = "https://github.com/Astraly-Labs/Pragma" +url = "https://github.com/ArturVargas/juno-dappnode" [[repo]] -url = "https://github.com/auditless/cairo-erc4626" +url = "https://github.com/ArturVargas/stark-vault" [[repo]] -url = "https://github.com/awoyai/zkstark_air_test" +url = "https://github.com/ArturVargas/vault-back" [[repo]] -url = "https://github.com/aymericdelab/cairo-matchbox-hackathon" +url = "https://github.com/ArturVargas/vault-indexer" [[repo]] -url = "https://github.com/aymericdelab/matchbox-hackathon-frontend" +url = "https://github.com/ASaidOguz/Starknet-Cairo" [[repo]] -url = "https://github.com/ayushm2003/starknet-devnet" +url = "https://github.com/asgarovf/ethprague-frontend" [[repo]] -url = "https://github.com/AzmuthSzym/learn_cairo" +url = "https://github.com/Ash20pk/erc20-starknet-cairo-boilerplate" [[repo]] -url = "https://github.com/BakaOtaku/starklayer" +url = "https://github.com/aspectco/cairo-lib" [[repo]] -url = "https://github.com/barbayrak/StarkYield" +url = "https://github.com/aspectco/oasis-multi-tx" [[repo]] -url = "https://github.com/bartekryba/starknet-devnet" +url = "https://github.com/aspectco/starknet-contracts" [[repo]] -url = "https://github.com/beeinger/eth-warsaw" +url = "https://github.com/Astraly-Labs/astraly-contracts" [[repo]] -url = "https://github.com/ben-natan/cairosha256" +url = "https://github.com/Astraly-Labs/astraly-protocol" [[repo]] -url = "https://github.com/BenBro4Web3/Benji" +url = "https://github.com/Astraly-Labs/Empiric" [[repo]] -url = "https://github.com/Bernardstanislas/starklings" +url = "https://github.com/Astraly-Labs/Pragma" [[repo]] -url = "https://github.com/bestxeosx-gm/protostar" +url = "https://github.com/Astraly-Labs/Starknet-VRF" [[repo]] -url = "https://github.com/bhchiang/cairo-tutorials" +url = "https://github.com/Astraly-Labs/StarknetOpenOracle" [[repo]] -url = "https://github.com/BibliothecaDAO/cairo-erc4626" +url = "https://github.com/atorasi/starknet_domain" [[repo]] -url = "https://github.com/BibliothecaDAO/realms-contracts" +url = "https://github.com/attendify-poap/prezent_starknet_contract" [[repo]] -url = "https://github.com/bigsky77/ajax" +url = "https://github.com/auditless/cairo-erc4626" [[repo]] -url = "https://github.com/bigsky77/death-machine" - -[[repo]] -url = "https://github.com/bigsky77/death-machine-contracts" - -[[repo]] -url = "https://github.com/bigsky77/hyperion" - -[[repo]] -url = "https://github.com/bigsky77/tempest" - -[[repo]] -url = "https://github.com/BilkentCrypto/mikro-veri" - -[[repo]] -url = "https://github.com/BitBaseBit/starknet-devnet" - -[[repo]] -url = "https://github.com/bitcoin-stark/khepri" - -[[repo]] -url = "https://github.com/BlakeMScurr/snuggly" - -[[repo]] -url = "https://github.com/bliz-io/bidding-system" - -[[repo]] -url = "https://github.com/bllu404/genesis" - -[[repo]] -url = "https://github.com/block-base/amsterdam-starknet-hackathon" - -[[repo]] -url = "https://github.com/Block-Developers/NFT_Craft" - -[[repo]] -url = "https://github.com/Blockchainpartner/ENCODE-HACKATON-KPMG" - -[[repo]] -url = "https://github.com/Bloinx/bloinx_stark" - -[[repo]] -url = "https://github.com/bonedaddy/protostar" - -[[repo]] -url = "https://github.com/bonedaddy/shartnet" - -[[repo]] -url = "https://github.com/bonedaddy/shartnet_startkit" - -[[repo]] -url = "https://github.com/Bountive/bountive-contracts" - -[[repo]] -url = "https://github.com/BraianVaylet/starknet-react-hardhat-example" - -[[repo]] -url = "https://github.com/BrianCottrell/prime-choice-select" - -[[repo]] -url = "https://github.com/briqNFT/briq-builder" - -[[repo]] -url = "https://github.com/briqNFT/briq-protocol" - -[[repo]] -url = "https://github.com/CairOpen/cairopen-contracts" - -[[repo]] -url = "https://github.com/CairOpen/cairopen-python" - -[[repo]] -url = "https://github.com/Carbonable/carbonable-dapp" - -[[repo]] -url = "https://github.com/Carbonable/carbonable-starknet" - -[[repo]] -url = "https://github.com/CarlosBordachar/starknet-erc721" - -[[repo]] -url = "https://github.com/CarmineOptions/carmine-protocol" - -[[repo]] -url = "https://github.com/cartridge-gg/contracts" - -[[repo]] -url = "https://github.com/cartridge-gg/starknet-indexer" - -[[repo]] -url = "https://github.com/casweeney/Cairo-Started" - -[[repo]] -url = "https://github.com/cchalop1/starkthon-mutlisig-wallet" - -[[repo]] -url = "https://github.com/CeliktepeMurat/Cairo_workshop" - -[[repo]] -url = "https://github.com/Ch1n3du/conway" - -[[repo]] -url = "https://github.com/chain-cpu/starknet-sdk" - -[[repo]] -url = "https://github.com/chain-cpu/vscode-snippets" - -[[repo]] -url = "https://github.com/chaingon/starknet_td" - -[[repo]] -url = "https://github.com/chainstack/docs" - -[[repo]] -url = "https://github.com/chainstack/starknet-cairo-odyssey" - -[[repo]] -url = "https://github.com/ChecksFinance/soul-moment" - -[[repo]] -url = "https://github.com/chee-chyuan/buidl_guild_cairo" - -[[repo]] -url = "https://github.com/chee-chyuan/starknet-bitcoin-tx-relayer" - -[[repo]] -url = "https://github.com/ChiHaoLu/cairo-practice" - -[[repo]] -url = "https://github.com/chococrypto/17daysOfCairo" - -[[repo]] -url = "https://github.com/chyanju/__archived__Medjai" - -[[repo]] -url = "https://github.com/chyanju/__archived__pip-cairo-lang" - -[[repo]] -url = "https://github.com/Circularise/starkdit" - -[[repo]] -url = "https://github.com/clement-ux/Poker-Stark" - -[[repo]] -url = "https://github.com/clementh59/starknet-template" - -[[repo]] -url = "https://github.com/ClementWalter/degensplit" - -[[repo]] -url = "https://github.com/ClementWalter/hello-starknet" - -[[repo]] -url = "https://github.com/ClementWalter/starknet-ctf" - -[[repo]] -url = "https://github.com/codeWhizperer/cairo-learning" - -[[repo]] -url = "https://github.com/Codiumdium/Pixelium" - -[[repo]] -url = "https://github.com/Codiumdium/SnakeTogether" - -[[repo]] -url = "https://github.com/ConsenSys/starknet-snap" - -[[repo]] -url = "https://github.com/cptartur/starknet-devnet" - -[[repo]] -url = "https://github.com/cptartur/starknet.py" - -[[repo]] -url = "https://github.com/cruzfernan/starknet" - -[[repo]] -url = "https://github.com/crypblizz8/starknet-learning" - -[[repo]] -url = "https://github.com/Crypto-happy/ZigZagExchange" - -[[repo]] -url = "https://github.com/cryptoleek-team/starklings" - -[[repo]] -url = "https://github.com/cryptoleek-team/starknet-worldmap-billboard" - -[[repo]] -url = "https://github.com/CryptoWanny/StarkNet-smart-contract" - -[[repo]] -url = "https://github.com/crytic/amarna" - -[[repo]] -url = "https://github.com/crytic/tayt" - -[[repo]] -url = "https://github.com/crytic/vscode-starknet-explorer" +url = "https://github.com/auditless/cairo-template" [[repo]] -url = "https://github.com/cszz12/learn-cairo" +url = "https://github.com/auditless/suna" [[repo]] -url = "https://github.com/ctrlc03/miami-hackathon-starknet-p2e" +url = "https://github.com/avishkarabhishek786/starknet_owner_manager" [[repo]] -url = "https://github.com/CursedAscent/dapp" +url = "https://github.com/avnu-labs/avnu-contracts" [[repo]] -url = "https://github.com/cwkang1998/starkstream-cairo" +url = "https://github.com/avnu-labs/avnu-sdk" [[repo]] -url = "https://github.com/CygnusDAO/starknet-core" +url = "https://github.com/awoyai/zkstark_air_test" [[repo]] -url = "https://github.com/CygnusDAO/starknet-price-oracle" +url = "https://github.com/aymericdelab/cairo-matchbox-hackathon" [[repo]] -url = "https://github.com/czar0/my-starknft-world" +url = "https://github.com/aymericdelab/matchbox-hackathon-frontend" [[repo]] -url = "https://github.com/d-s-i/cairo_tutorials_done" +url = "https://github.com/aymericdelab/starknet_hardhat_utils" [[repo]] -url = "https://github.com/d-s-i/hello_starknet_done" +url = "https://github.com/ayushm2003/starknet-devnet" [[repo]] -url = "https://github.com/danilowhk/cairo-contracts-test" +url = "https://github.com/AzmuthSzym/learn_cairo" [[repo]] -url = "https://github.com/danilowhk/kakarot" +url = "https://github.com/bacharif/kakashi" [[repo]] -url = "https://github.com/dappsar/blockchains-based-on-execution-types" +url = "https://github.com/BakaOtaku/starklayer" [[repo]] -url = "https://github.com/daramir/snhack-yieldbridge" +url = "https://github.com/banch12/Starknet-Cairo" [[repo]] -url = "https://github.com/Darlington02/blog-empiric-oracle" +url = "https://github.com/barbayrak/StarkYield" [[repo]] -url = "https://github.com/Darlington02/blog-first-starknet-contract" +url = "https://github.com/bardon123/starknettransac" [[repo]] -url = "https://github.com/Darlington02/min-starknet" +url = "https://github.com/bartekryba/starknet-auction-house" [[repo]] -url = "https://github.com/Darlington02/protostar" +url = "https://github.com/bartekryba/starknet-connect-5" [[repo]] -url = "https://github.com/Darlington02/starklings-article-solutions" +url = "https://github.com/bartekryba/starknet-devnet" [[repo]] -url = "https://github.com/Darlington02/starklings-solutions" +url = "https://github.com/baruka99/starknet" [[repo]] -url = "https://github.com/Darlington02/starknet-africa-week2" +url = "https://github.com/bastien707/starknet_bootcamp_1" [[repo]] -url = "https://github.com/Darlington02/starknet-africa-week2-feedback" +url = "https://github.com/batudal/deadly-games-app" [[repo]] -url = "https://github.com/Darlington02/starknet-edu-messaging-bridge" +url = "https://github.com/bayesdj/Learning-Cairo" [[repo]] -url = "https://github.com/Darlington02/WTFAcademy" +url = "https://github.com/beeinger/eth-warsaw" [[repo]] -url = "https://github.com/davidmitesh/cairo_starknet_concepts" +url = "https://github.com/ben-natan/cairosha256" [[repo]] -url = "https://github.com/davidmitesh/starknet-cairo-101" +url = "https://github.com/BenBro4Web3/Benji" [[repo]] -url = "https://github.com/daywednes/cairo_learning" +url = "https://github.com/BEON-Tech/poi-starknet" [[repo]] -url = "https://github.com/DDDimatestx/starknetest" +url = "https://github.com/Bernardstanislas/starklings" [[repo]] -url = "https://github.com/dead-mans-switch/dead-mans-switch-frontend" +url = "https://github.com/bestxeosx-gm/protostar" [[repo]] -url = "https://github.com/deadly-games/deadly-games-app" +url = "https://github.com/bhchiang/cairo-tutorials" [[repo]] -url = "https://github.com/DeadStarInc/NoGame-Cairo-contracts" +url = "https://github.com/BibliothecaDAO/cairo-erc4626" [[repo]] -url = "https://github.com/DeadStarInc/NoGame-frontend" +url = "https://github.com/BibliothecaDAO/InstaSwap" [[repo]] -url = "https://github.com/defi-wonderland/egyptian-nxtp" +url = "https://github.com/BibliothecaDAO/realms-contracts" [[repo]] -url = "https://github.com/DeLightFi/Morphine-contracts" +url = "https://github.com/BibliothecaDAO/Starknet-ERC20-bridge" [[repo]] -url = "https://github.com/DeograciousAggrey/Reign" +url = "https://github.com/bigsky77/ajax" [[repo]] -url = "https://github.com/deployerking1/test" +url = "https://github.com/bigsky77/death-machine" [[repo]] -url = "https://github.com/Dervoo/Starknet" +url = "https://github.com/bigsky77/death-machine-contracts" [[repo]] -url = "https://github.com/Det-Tech/Startgate-frontend" +url = "https://github.com/bigsky77/hyperion" [[repo]] -url = "https://github.com/develo-pera/cairo-playground" +url = "https://github.com/bigsky77/tempest" [[repo]] -url = "https://github.com/devon-n/CairoDocs" +url = "https://github.com/bigsmile0128/gen-starknet-wallet" [[repo]] -url = "https://github.com/dfortem/StarkTx" +url = "https://github.com/BilkentCrypto/mikro-veri" [[repo]] -url = "https://github.com/dic0de/storage_clashing" +url = "https://github.com/BitBaseBit/starknet-devnet" [[repo]] -url = "https://github.com/Dip686/pool-together-starknet" +url = "https://github.com/bitcoin-stark/khepri" [[repo]] -url = "https://github.com/dkillen/khito" +url = "https://github.com/blablalf/starknet-101" [[repo]] -url = "https://github.com/dkillen/starknet-contracts" +url = "https://github.com/BlakeMScurr/snuggly" [[repo]] -url = "https://github.com/dkillen/starknet-resources" +url = "https://github.com/BlathanAevon/starknet_dmail" [[repo]] -url = "https://github.com/dmpierre/starkship" +url = "https://github.com/BlathanAevon/starknet_wallets_generator" [[repo]] -url = "https://github.com/donatopellegrino/panda" +url = "https://github.com/BlessingEmah/starknet-contracts" [[repo]] -url = "https://github.com/dontpanicdao/caigo" +url = "https://github.com/bliz-io/bidding-system" [[repo]] -url = "https://github.com/dontpanicdao/dontpanicdao.github.io" +url = "https://github.com/bllu404/genesis" [[repo]] -url = "https://github.com/dontpanicdao/starknet-burner" +url = "https://github.com/block-base/amsterdam-starknet-hackathon" [[repo]] -url = "https://github.com/dopedao/dope-monorepo" +url = "https://github.com/Block-Developers/NFT_Craft" [[repo]] -url = "https://github.com/dopedao/RYO" +url = "https://github.com/BlockchainAsset/cairo-contracts" [[repo]] -url = "https://github.com/dpinones/battle-ship" +url = "https://github.com/Blockchainpartner/ENCODE-HACKATON-KPMG" [[repo]] -url = "https://github.com/dpinones/hello-world-protostar" +url = "https://github.com/Bloinx/bloinx_stark" [[repo]] -url = "https://github.com/dragan2234/starknet-erc20" +url = "https://github.com/bonedaddy/protostar" [[repo]] -url = "https://github.com/dragan2234/starknet-voting" +url = "https://github.com/bonedaddy/shartnet" [[repo]] -url = "https://github.com/drcapybara/Cairo-Lang-init" +url = "https://github.com/bonedaddy/shartnet_startkit" [[repo]] -url = "https://github.com/drknzz/starknet-devnet" +url = "https://github.com/Bountive/bountive-contracts" [[repo]] -url = "https://github.com/EdgarBarrantes/protostar" +url = "https://github.com/BraianVaylet/starknet-react-hardhat-example" [[repo]] -url = "https://github.com/elite-128/starknet" +url = "https://github.com/BrianCottrell/prime-choice-select" [[repo]] -url = "https://github.com/enitrat/aave-starknet-core" +url = "https://github.com/BrilliantBlocks/brilliantblocks-starknet-diamond" [[repo]] -url = "https://github.com/enitrat/cairo-dependencies-graph" +url = "https://github.com/briqNFT/briq-builder" [[repo]] -url = "https://github.com/enitrat/cairo-toolkit" +url = "https://github.com/briqNFT/briq-protocol" [[repo]] -url = "https://github.com/enitrat/starknet-cairo-repo" +url = "https://github.com/briqNFT/k8s-chain-state" [[repo]] -url = "https://github.com/eqlabs/pathfinder" +url = "https://github.com/buxiaozhizi/starknet" [[repo]] -url = "https://github.com/eqlabs/starknet-multisig" +url = "https://github.com/bxdoan/Starknet-Node" [[repo]] -url = "https://github.com/eqlabs/starknet-multisig-ui" +url = "https://github.com/cairo-nix/cairo-nix" [[repo]] -url = "https://github.com/ericnordelo/nile-coverage" +url = "https://github.com/CairOpen/cairopen-contracts" [[repo]] -url = "https://github.com/ermolaeviii/starkin" +url = "https://github.com/CairOpen/cairopen-python" [[repo]] -url = "https://github.com/esdras-santos/Canary-Starknet" +url = "https://github.com/cannsky/Web3-Moba-Game" [[repo]] -url = "https://github.com/ethereum-git-sync/github-issues-archive" +url = "https://github.com/carbonable-labs/whitestark" [[repo]] -url = "https://github.com/eugenioclrc/getsponsoreth" +url = "https://github.com/Carbonable/bridge-juno-to-starknet-backend" [[repo]] -url = "https://github.com/evolF35/Starknet_NILE" +url = "https://github.com/Carbonable/bridge-juno-to-starknet-frontend" [[repo]] -url = "https://github.com/EvolveArt/starkathon-zkpad" +url = "https://github.com/Carbonable/carbonable-dapp" [[repo]] -url = "https://github.com/ExoMonk/cairo-L1L2-swapper" +url = "https://github.com/Carbonable/carbonable-indexer" [[repo]] -url = "https://github.com/ExoMonk/cairo-learn" +url = "https://github.com/Carbonable/carbonable-starknet" [[repo]] -url = "https://github.com/ExoMonk/cairo-nft" +url = "https://github.com/Carbonable/metadata" [[repo]] -url = "https://github.com/ExoMonk/cairo-timestamp-scheduler" +url = "https://github.com/Carbonable/metadata-cairo0" [[repo]] -url = "https://github.com/ExoMonk/starknet-data-bridge" +url = "https://github.com/Carbonable/mint-from-ethereum" [[repo]] -url = "https://github.com/exp-table/TINIH" +url = "https://github.com/CarlosBordachar/starknet-erc721" [[repo]] -url = "https://github.com/exp-table/ying-yang" +url = "https://github.com/CarmineOptions/carmine-protocol" [[repo]] -url = "https://github.com/ExtropyIO/cairo-1-template" +url = "https://github.com/CarmineOptions/governance" [[repo]] -url = "https://github.com/ExtropyIO/cairoWorkshop" +url = "https://github.com/CarmineOptions/keeper-bot" [[repo]] -url = "https://github.com/ExyUzi/STARKNET-MINT-DAPP" +url = "https://github.com/cartridge-gg/contracts" [[repo]] -url = "https://github.com/ExyUzi/STARKNET-PHASER-GAME" +url = "https://github.com/cartridge-gg/starknet-indexer" [[repo]] -url = "https://github.com/fabianschu/toni_starknet" +url = "https://github.com/caseywescott/MusicTools-StarkNet" [[repo]] -url = "https://github.com/FawadHa1der/CairoBlackScholesUI" +url = "https://github.com/casweeney/Cairo-Contracts---Starknet-Programs" [[repo]] -url = "https://github.com/FawadHa1der/cairopal" +url = "https://github.com/casweeney/Cairo-Started" [[repo]] -url = "https://github.com/fcagalj/argent-dashboard" +url = "https://github.com/cchalop1/starkthon-mutlisig-wallet" [[repo]] -url = "https://github.com/feltroidprime/CTF-starknet-cc" +url = "https://github.com/ccolorado/starknet-pioneros-2023" [[repo]] -url = "https://github.com/FilipLaurentiu/cairo-graph-library" +url = "https://github.com/CECILIA-MULANDI/starknet-assignments" [[repo]] -url = "https://github.com/finiam/chicken-bonds-frontend" +url = "https://github.com/CeliktepeMurat/Cairo_workshop" [[repo]] -url = "https://github.com/finiam/matusalem" +url = "https://github.com/Ch1n3du/conway" [[repo]] -url = "https://github.com/finiam/svarknet" +url = "https://github.com/chain-cpu/starknet-sdk" [[repo]] -url = "https://github.com/FlorianRichardSMT/caigo-bug" +url = "https://github.com/chain-cpu/vscode-snippets" [[repo]] -url = "https://github.com/Flydexo/kakarot-eth-aa" +url = "https://github.com/chaingon/starknet_td" [[repo]] -url = "https://github.com/focustree/contracts" +url = "https://github.com/chainstack/docs" [[repo]] -url = "https://github.com/focustree/starkbot" +url = "https://github.com/chainstack/starknet-cairo-odyssey" [[repo]] -url = "https://github.com/focustree/starknet.dart" +url = "https://github.com/chainstacklabs/smart-contract-on-starknet-with-protostar" [[repo]] -url = "https://github.com/foreverglorydev/starkgate_Frontend" +url = "https://github.com/chatstarknet/ChatStarknet-Web" [[repo]] -url = "https://github.com/fracek/starknet-react-workshop" +url = "https://github.com/checkpoint-labs/token-api-checkpoint" [[repo]] -url = "https://github.com/franalgaba/linear-regression-giza-example" +url = "https://github.com/ChecksFinance/soul-moment" [[repo]] -url = "https://github.com/franalgaba/pre-commit-cairo" +url = "https://github.com/chee-chyuan/buidl_guild_cairo" [[repo]] -url = "https://github.com/FuzzingLabs/cairo-fuzzer" +url = "https://github.com/chee-chyuan/starknet-bitcoin-tx-relayer" [[repo]] -url = "https://github.com/FuzzingLabs/thoth" +url = "https://github.com/ChiHaoLu/cairo-practice" [[repo]] -url = "https://github.com/gabsn/starknet.dart" +url = "https://github.com/chingunee/The-Cairo-Programming-Language" [[repo]] -url = "https://github.com/gakonst/awesome-starknet" +url = "https://github.com/chococrypto/17daysOfCairo" [[repo]] -url = "https://github.com/gakonst/starknet-devnet" +url = "https://github.com/ChoyV/DMAIL-starknet" [[repo]] -url = "https://github.com/gallop-data/starknet.py" +url = "https://github.com/chrisalexadams/basecamp7-starklings" [[repo]] -url = "https://github.com/garysdevil/mysolidity" +url = "https://github.com/chyanju/__archived__Medjai" [[repo]] -url = "https://github.com/genius2091/starknet" +url = "https://github.com/chyanju/__archived__pip-cairo-lang" [[repo]] -url = "https://github.com/geometryresearch/starknet-signatures" +url = "https://github.com/cienicera/nft-svg-onchain-poc" [[repo]] -url = "https://github.com/george-shammar/insignia-starknet-app" +url = "https://github.com/Circularise/starkdit" [[repo]] -url = "https://github.com/GerGodfrey/C_Cairo_Web3" +url = "https://github.com/clement-ux/Poker-Stark" [[repo]] -url = "https://github.com/gevsimonyan/Starknet-Staking" +url = "https://github.com/ClementCauffet/deploy-cairo1" [[repo]] -url = "https://github.com/gg-108/first" +url = "https://github.com/ClementCauffet/starknet-erc20" [[repo]] -url = "https://github.com/Godspower-Eze/SR-in-CAIRO" +url = "https://github.com/clementh59/starknet-template" [[repo]] -url = "https://github.com/Godspower-Eze/StarkNet-Online-Class-Week-4" +url = "https://github.com/ClementWalter/degensplit" [[repo]] -url = "https://github.com/goge-goge/stark-nftflow" +url = "https://github.com/ClementWalter/hello-starknet" [[repo]] -url = "https://github.com/greenlucid/chess-cairo" +url = "https://github.com/ClementWalter/starknet-ctf" [[repo]] -url = "https://github.com/greged93/cairo-tuto" +url = "https://github.com/ClementWalter/starknet-nodes" [[repo]] -url = "https://github.com/greged93/mumu-s0" +url = "https://github.com/codeesura/Ethereum-Bridge-Transaction-Tool-zkSync-Starknet" [[repo]] -url = "https://github.com/Guildly/front_end" +url = "https://github.com/codeesura/mintsquare-floor-bot" [[repo]] -url = "https://github.com/guiltygyoza/cairo_exercises" +url = "https://github.com/codeWhizperer/cairo-learning" [[repo]] -url = "https://github.com/guiltygyoza/sns_app" +url = "https://github.com/codeWhizperer/min-cairo" [[repo]] -url = "https://github.com/guiltygyoza/stardisc-contract" +url = "https://github.com/Codiumdium/Pixelium" [[repo]] -url = "https://github.com/guiltygyoza/zeroxstrat_v1_app" +url = "https://github.com/Codiumdium/SnakeTogether" [[repo]] -url = "https://github.com/gwrxuk/CairoContracts" +url = "https://github.com/ColinWttt/pragma-hack-cairo" [[repo]] -url = "https://github.com/Haaroon/paradigm-ctf-2022" +url = "https://github.com/ColinWttt/zap-mint-starknet.id-frontend" [[repo]] -url = "https://github.com/hasselalcala/setting-up-protostar-for-cairo" +url = "https://github.com/ConsenSys/starknet-snap" [[repo]] -url = "https://github.com/hayden4r4/First-Cairo-Contract" +url = "https://github.com/CountryCousin/Starknet-js-frontend-interation" [[repo]] -url = "https://github.com/henri-npx/ODAx" +url = "https://github.com/cptartur/starknet-devnet" [[repo]] -url = "https://github.com/himanshu-Bhatt/aave-starknet-bridge" +url = "https://github.com/cptartur/starknet.py" [[repo]] -url = "https://github.com/hitsuzen-eth/boilerplate-starknet-nile" +url = "https://github.com/credence0x/cairo-damn-vulnerable-defi" [[repo]] -url = "https://github.com/hsouf/starknet-aave-bridge-js" +url = "https://github.com/cruzfernan/starknet" [[repo]] -url = "https://github.com/hubsmoke/starknet-tx-hash-demo" +url = "https://github.com/crypblizz8/starknet-learning" [[repo]] -url = "https://github.com/Hug0x0/my-starklings" +url = "https://github.com/Crypto-happy/ZigZagExchange" [[repo]] -url = "https://github.com/Hug0x0/try-empiric-oracle" +url = "https://github.com/cryptocaju/starknet" [[repo]] -url = "https://github.com/i1011/CTF" +url = "https://github.com/cryptoleek-eth/hello-starknet-with-protostar" [[repo]] -url = "https://github.com/iamreadyi/cairo-synthetic-staking-and-lottery" +url = "https://github.com/cryptoleek-team/starklings" [[repo]] -url = "https://github.com/iamreadyi/synthetic_staking_lottery_cairo" +url = "https://github.com/cryptoleek-team/starknet-worldmap-billboard" [[repo]] -url = "https://github.com/Illyism/starklings" +url = "https://github.com/CryptoTransformator/starknet_seed_to_private_key" [[repo]] -url = "https://github.com/immutable/imx-core-sdk-golang" +url = "https://github.com/CryptoWanny/StarkNet-smart-contract" [[repo]] -url = "https://github.com/immutable/imx-starknet" +url = "https://github.com/crytic/amarna" [[repo]] -url = "https://github.com/inaridiy/protostar-tutorial" +url = "https://github.com/crytic/caracal" [[repo]] -url = "https://github.com/inaridiy/test" +url = "https://github.com/crytic/tayt" [[repo]] -url = "https://github.com/influenceth/cairo-math-64x61" +url = "https://github.com/crytic/vscode-starknet-explorer" [[repo]] -url = "https://github.com/influenceth/cairo-rand-64x61" +url = "https://github.com/cssavi/Starktree_Cairo" [[repo]] -url = "https://github.com/infosec-us-team/Immunefi-Bug-Bounty-Programs-Unofficial" +url = "https://github.com/cszz12/learn-cairo" [[repo]] -url = "https://github.com/iRhonin/ZK-Encode-Bootcamp" +url = "https://github.com/ctrlc03/miami-hackathon-starknet-p2e" [[repo]] -url = "https://github.com/irisdv/Kubri" +url = "https://github.com/CuongDuong2710/learning_starknet_cairo" [[repo]] -url = "https://github.com/ironsoul0/voting-starkware" +url = "https://github.com/CursedAscent/dapp" [[repo]] -url = "https://github.com/ishitarastogi/Cairo-programs" +url = "https://github.com/CursedAscent/starknet-contracts" [[repo]] -url = "https://github.com/iskdrews/exploring-cairo" +url = "https://github.com/cwkang1998/starkstream-cairo" [[repo]] -url = "https://github.com/itublockchain/ethprague-frontend" +url = "https://github.com/CygnusDAO/starknet-core" [[repo]] -url = "https://github.com/ivanesmeral98/cairo" +url = "https://github.com/CygnusDAO/starknet-periphery" [[repo]] -url = "https://github.com/janek26/json-py-js-tests" +url = "https://github.com/CygnusDAO/starknet-price-oracle" [[repo]] -url = "https://github.com/janek26/workshop" +url = "https://github.com/czar0/my-starknft-world" [[repo]] -url = "https://github.com/jarednielsen/cairo-tutorial" +url = "https://github.com/czbag/starknet" [[repo]] -url = "https://github.com/jaydippatel83/starknet_cairo" +url = "https://github.com/d-s-i/cairo_tutorials_done" [[repo]] -url = "https://github.com/jediswaplabs/jediswap-interface" +url = "https://github.com/d-s-i/hello_starknet_done" [[repo]] -url = "https://github.com/JejomStark/SymbOnStark" +url = "https://github.com/d-s-i/nft-amm-starknet" [[repo]] -url = "https://github.com/jfarid27/cairo-test-1" +url = "https://github.com/d-s-i/starknet-unpack-data" [[repo]] -url = "https://github.com/jfsgomes/svarknet" +url = "https://github.com/d4rk4444/starknet-bridge" [[repo]] -url = "https://github.com/jhondev/demo-cairo-lang" +url = "https://github.com/d4rk4444/starknet-wallet" [[repo]] -url = "https://github.com/jmonteer/ystarkdebtallocator" +url = "https://github.com/dadsec-dev/Cairo-ERC20-Contract" [[repo]] -url = "https://github.com/joaoolucas/cairo101-solution" +url = "https://github.com/dalmasonto/starknet-learning" [[repo]] -url = "https://github.com/joaoolucas/init-demo" +url = "https://github.com/danilowhk/cairo-contracts-test" [[repo]] -url = "https://github.com/joaoolucas/protostar-tests" +url = "https://github.com/danilowhk/kakarot" [[repo]] -url = "https://github.com/joaoolucas/solutions-starknetedu" +url = "https://github.com/dappsar/blockchains-based-on-execution-types" [[repo]] -url = "https://github.com/joaoolucas/starknet-dapp-template" +url = "https://github.com/daramir/snhack-yieldbridge" [[repo]] -url = "https://github.com/joestakey/hackathon-starknet" +url = "https://github.com/Darlington02/blog-empiric-oracle" [[repo]] -url = "https://github.com/jonasbostoen/cairo-amm" +url = "https://github.com/Darlington02/blog-first-starknet-contract" [[repo]] -url = "https://github.com/JorikSchellekens/starknet-devnet" +url = "https://github.com/Darlington02/flashloan" [[repo]] -url = "https://github.com/joshualyguessennd/Proof-Of-Reserve-Starknet" +url = "https://github.com/Darlington02/L1-L2-Starknet-Messaging" [[repo]] -url = "https://github.com/joshualyguessennd/starknet-devnet" +url = "https://github.com/Darlington02/min-starknet" [[repo]] -url = "https://github.com/jpraynaud/cairo-demo" +url = "https://github.com/Darlington02/NFTMarket" [[repo]] -url = "https://github.com/jrcarlos2000/Stark-Stream" +url = "https://github.com/Darlington02/protostar" [[repo]] -url = "https://github.com/jrcarlos2000/StarknetBuildGuild" +url = "https://github.com/Darlington02/starklings-article-solutions" [[repo]] -url = "https://github.com/jrcarlos2000/StarknetHackParis" +url = "https://github.com/Darlington02/starklings-solutions" [[repo]] -url = "https://github.com/julianjca/learn-cairo" +url = "https://github.com/Darlington02/starknet-africa-week2" [[repo]] -url = "https://github.com/KadinD/Cairo" +url = "https://github.com/Darlington02/starknet-africa-week2-feedback" [[repo]] -url = "https://github.com/kaliberpoziomka/hello-cairo" +url = "https://github.com/Darlington02/starknet-africa-week3-feedback" [[repo]] -url = "https://github.com/KalvinSon/starknet.js" +url = "https://github.com/Darlington02/starknet-edu-ERC20" [[repo]] -url = "https://github.com/kariy/starknet-probe" +url = "https://github.com/Darlington02/starknet-edu-messaging-bridge" [[repo]] -url = "https://github.com/kasteph/kakarot" +url = "https://github.com/Darlington02/starknet-indexer" [[repo]] -url = "https://github.com/keep-starknet-strange/.github" +url = "https://github.com/Darlington02/starknet-js-tutorial" [[repo]] -url = "https://github.com/keep-starknet-strange/abi-wan-kanabi" +url = "https://github.com/Darlington02/starknetAccounts" [[repo]] -url = "https://github.com/keep-starknet-strange/alexandria" +url = "https://github.com/Darlington02/StarknetAccounts-Cairo1" [[repo]] -url = "https://github.com/keep-starknet-strange/backlog" +url = "https://github.com/Darlington02/starknetkit-examples" [[repo]] -url = "https://github.com/keep-starknet-strange/beerus" +url = "https://github.com/Darlington02/starknetkit-sr-template" [[repo]] -url = "https://github.com/keep-starknet-strange/bifrost" +url = "https://github.com/Darlington02/starknetkit-vanilla-template" [[repo]] -url = "https://github.com/keep-starknet-strange/cairo-rs" +url = "https://github.com/Darlington02/WTFAcademy" [[repo]] -url = "https://github.com/keep-starknet-strange/garaga" +url = "https://github.com/datben/concentrated-juice" [[repo]] -url = "https://github.com/keep-starknet-strange/go-ethereum" +url = "https://github.com/davidmitesh/aave-in-starknet" [[repo]] -url = "https://github.com/keep-starknet-strange/heimdall" +url = "https://github.com/davidmitesh/cairo_starknet_concepts" [[repo]] -url = "https://github.com/keep-starknet-strange/kaioshin" +url = "https://github.com/davidmitesh/starknet-cairo-101" [[repo]] -url = "https://github.com/keep-starknet-strange/madara" +url = "https://github.com/daywednes/cairo_learning" [[repo]] -url = "https://github.com/keep-starknet-strange/madara-app" +url = "https://github.com/dbejarano820/cairo_projects" [[repo]] -url = "https://github.com/keep-starknet-strange/madara-docs" +url = "https://github.com/dbejarano820/starknet-cairo-test" [[repo]] -url = "https://github.com/keep-starknet-strange/poseidon-rs" +url = "https://github.com/dbejarano820/starknet_homepage" [[repo]] -url = "https://github.com/keep-starknet-strange/quaireaux" +url = "https://github.com/DDDimatestx/starknetest" [[repo]] -url = "https://github.com/keep-starknet-strange/shenlong" +url = "https://github.com/dead-mans-switch/dead-mans-switch-frontend" [[repo]] -url = "https://github.com/keep-starknet-strange/starknet-rs" +url = "https://github.com/deadly-games/deadly-games-app" [[repo]] -url = "https://github.com/keep-starknet-strange/substrate" +url = "https://github.com/DeadStarInc/NoGame-Cairo-contracts" [[repo]] -url = "https://github.com/keep-starknet-strange/zaun" +url = "https://github.com/DeadStarInc/NoGame-frontend" [[repo]] -url = "https://github.com/KeFuCode/cairo-by-example" +url = "https://github.com/defi-wonderland/egyptian-nxtp" [[repo]] -url = "https://github.com/kelemeno/cvote" +url = "https://github.com/DeLightFi/Morphine-contracts" [[repo]] -url = "https://github.com/kevinz917/starkware-examples" +url = "https://github.com/Denend/starknet10k" [[repo]] -url = "https://github.com/khawlahssn/cairo-bootcamp-hws" +url = "https://github.com/Dennisic/starknet-test525-1" [[repo]] -url = "https://github.com/KillariDev/STARK-Combat" +url = "https://github.com/DeograciousAggrey/Reign" [[repo]] -url = "https://github.com/kkrt-labs/kakarot" +url = "https://github.com/deployerking1/test" [[repo]] -url = "https://github.com/koloz193/ERC4626" +url = "https://github.com/derr-stack/StarkConnect" [[repo]] -url = "https://github.com/kongtaoxing/Cairo-sample" +url = "https://github.com/Dervoo/Starknet" [[repo]] -url = "https://github.com/konradstrachan/starknet_amsterdam_hackathon" +url = "https://github.com/Det-Tech/Startgate-frontend" [[repo]] -url = "https://github.com/kootsZhin/warp-to-cairo" +url = "https://github.com/Dev43/starknet-bootcamp-cairo1" [[repo]] -url = "https://github.com/Koushith/argent-x-extension" +url = "https://github.com/develo-pera/cairo-playground" [[repo]] -url = "https://github.com/kvaillant/cairoBootcamp" +url = "https://github.com/devenmatthews/starknet-governance-docs" [[repo]] -url = "https://github.com/lambdaclass/cairo-rs" +url = "https://github.com/devnet0x/Proto_build" [[repo]] -url = "https://github.com/lambdaclass/cairo-rs-py" +url = "https://github.com/devnet0x/Starknet-Security-Challenges-Factory" [[repo]] -url = "https://github.com/lambdaclass/cairo-rs-wasm" +url = "https://github.com/devnet0x/Starknet-Security-Challenges-Repo" [[repo]] -url = "https://github.com/lambdaclass/kakarot" +url = "https://github.com/devnet0x/Starknet_build" [[repo]] -url = "https://github.com/lambdaclass/starknet-devnet" +url = "https://github.com/devon-n/CairoDocs" [[repo]] -url = "https://github.com/lambdaclass/starknet_in_rust" +url = "https://github.com/dfortem/StarkTx" [[repo]] -url = "https://github.com/LAVRO/ClarkFinance" +url = "https://github.com/dhruvkelawala/starknet-ledger-test" [[repo]] -url = "https://github.com/LedgerHQ/ApduGenerator" +url = "https://github.com/dhruvkelawala/starknet-wasm" [[repo]] -url = "https://github.com/leeederek/starknet-erc20" +url = "https://github.com/dhruvkelawala/vote-on-starknet" [[repo]] -url = "https://github.com/Lev-Stambler/bulletproof-cairo" +url = "https://github.com/dhtong/starknet-erc721" [[repo]] -url = "https://github.com/Lev-Stambler/cairo-tutorial" +url = "https://github.com/dic0de/storage_clashing" [[repo]] -url = "https://github.com/lflsphere/starcombo" +url = "https://github.com/dimanchezzz/starknet" [[repo]] -url = "https://github.com/liamzebedee/goliath-blockchain" +url = "https://github.com/Dip686/pool-together-starknet" [[repo]] -url = "https://github.com/lightshiftdev/starknet-bootcamp" +url = "https://github.com/dipdup-io/starknet-go-api" [[repo]] -url = "https://github.com/lilyanB/Hackaton-Starknet" +url = "https://github.com/dipdup-io/starknet-id" [[repo]] -url = "https://github.com/llPorZall/starklings" +url = "https://github.com/dipdup-io/starknet-indexer" [[repo]] -url = "https://github.com/lostincairo/protocol" +url = "https://github.com/distributed-lab/starknet-smart-contract" [[repo]] -url = "https://github.com/lth-elm/starknet-edu" +url = "https://github.com/Dkh999/StarkNet" [[repo]] -url = "https://github.com/ltoussaint/starknet-react-repro" +url = "https://github.com/dkillen/khito" [[repo]] -url = "https://github.com/lucadonnoh/axelrod" +url = "https://github.com/dkillen/starknet-contracts" [[repo]] -url = "https://github.com/lucadonnoh/graphiro" +url = "https://github.com/dkillen/starknet-resources" [[repo]] -url = "https://github.com/lucadonnoh/learning-cairo" +url = "https://github.com/dmpierre/starkship" [[repo]] -url = "https://github.com/lucadonnoh/starkblocks" +url = "https://github.com/dohoiwqel/starknet_dmail" [[repo]] -url = "https://github.com/lucadonnoh/starklings" +url = "https://github.com/dojoengine/create-burner" [[repo]] -url = "https://github.com/lucadonnoh/starknet-data-availability-cost" +url = "https://github.com/dojoengine/dojo" [[repo]] -url = "https://github.com/lukaske/stark-casino" +url = "https://github.com/dojoengine/katana" [[repo]] -url = "https://github.com/maciejka/warp-experiments" +url = "https://github.com/dolven-labs-catalyst/starknet-social" [[repo]] -url = "https://github.com/MakC-Ukr/aave-starknet-governance-bridge" +url = "https://github.com/dolvin17/starklings_sol" [[repo]] -url = "https://github.com/MakC-Ukr/Merkle-Tree-in-Cairo" +url = "https://github.com/donatopellegrino/panda" [[repo]] -url = "https://github.com/MakC-Ukr/Starknet-Gas-Price" +url = "https://github.com/dontpanicdao/caigo" [[repo]] -url = "https://github.com/makerdao/starknet-dai-bridge" +url = "https://github.com/dontpanicdao/dontpanicdao.github.io" [[repo]] -url = "https://github.com/makerdao/starknet-spells-goerli" +url = "https://github.com/dontpanicdao/starknet-burner" [[repo]] -url = "https://github.com/makerdao/starknet-spells-mainnet" +url = "https://github.com/dontpanicdao/starknet-da" [[repo]] -url = "https://github.com/Marchand-Nicolas/cairo-proxy-contract-example" +url = "https://github.com/dopedao/dope-monorepo" [[repo]] -url = "https://github.com/Marchand-Nicolas/carbonable-badge-minter" +url = "https://github.com/dopedao/RYO" [[repo]] -url = "https://github.com/Marchand-Nicolas/quest-contract" +url = "https://github.com/dpinones/battle-ship" [[repo]] -url = "https://github.com/Marchand-Nicolas/starknet-quest-contract" +url = "https://github.com/dpinones/hello-world-protostar" [[repo]] -url = "https://github.com/Marchand-Nicolas/tribe-contract" +url = "https://github.com/dpinones/hello_world_starknet_forge" [[repo]] -url = "https://github.com/marcinek89xl/kakarot" +url = "https://github.com/dpinones/starknet-debug-protostar" [[repo]] -url = "https://github.com/marciob/cairo-basics" +url = "https://github.com/dpinones/starknet-erc721-protostar" [[repo]] -url = "https://github.com/martinheidegger/cairo_playground" +url = "https://github.com/dpinones/starknet-forms" [[repo]] -url = "https://github.com/maryhu-2020/starknet" +url = "https://github.com/dragan2234/starknet-erc20" [[repo]] -url = "https://github.com/maryhu-2020/web3" +url = "https://github.com/dragan2234/starknet-learning" [[repo]] -url = "https://github.com/Matchbox-DAO/starknet-dotnet" +url = "https://github.com/dragan2234/starknet-voting" [[repo]] -url = "https://github.com/matias-gonz/starklings" +url = "https://github.com/drcapybara/Cairo-Lang-init" [[repo]] -url = "https://github.com/matilote/warp" +url = "https://github.com/drknzz/starknet-devnet" [[repo]] -url = "https://github.com/Matth26/soulbound_token" +url = "https://github.com/dsukruth/Layer1-to-Layer2-messaging-using-starknet" [[repo]] -url = "https://github.com/Matth26/starknet-dapp-template" +url = "https://github.com/dtdang/starknet-demo" [[repo]] -url = "https://github.com/Matth26/starknet-prono-front" +url = "https://github.com/dubzn/starknet-forge-test" [[repo]] -url = "https://github.com/matthieuauger/starklinks" +url = "https://github.com/dubzn/starknet_contract_example" [[repo]] -url = "https://github.com/Matthlib/Cairo" +url = "https://github.com/edbertkwesiek/cairo" [[repo]] -url = "https://github.com/maxgillett/starknet-attestations" +url = "https://github.com/EdgarBarrantes/protostar" [[repo]] -url = "https://github.com/mfbevan/cairo-playground" +url = "https://github.com/EdgarBarrantes/starkfees" [[repo]] -url = "https://github.com/mganeshan29/hello-cairo" +url = "https://github.com/EkuboProtocol/governance" [[repo]] -url = "https://github.com/mgayatri77/Cairo_Examples" +url = "https://github.com/elielnfinic/learning-cairo" [[repo]] -url = "https://github.com/Mhammad-riyaz/First-cairo-contract" +url = "https://github.com/elielnfinic/starknet-identity" [[repo]] -url = "https://github.com/michael-vascue/test-starknet" +url = "https://github.com/elielnfinic/starknet-week-ends" [[repo]] -url = "https://github.com/miguelmota/cairo-learning" +url = "https://github.com/elielnfinic/starknet-ztransform" [[repo]] -url = "https://github.com/miguelmota/dotfiles" +url = "https://github.com/elielnfinic/storage-starknet" [[repo]] -url = "https://github.com/MikeSpa/cairo" +url = "https://github.com/elite-128/starknet" [[repo]] -url = "https://github.com/MikeSpa/starknet-test" +url = "https://github.com/enitrat/aave-starknet-core" [[repo]] -url = "https://github.com/mikiw/SmartContracts" +url = "https://github.com/enitrat/cairo-dependencies-graph" [[repo]] -url = "https://github.com/milancermak/pre-commit-cairo" +url = "https://github.com/enitrat/cairo-toolkit" [[repo]] -url = "https://github.com/minaminao/ctf-blockchain" +url = "https://github.com/enitrat/starknet-cairo-repo" [[repo]] -url = "https://github.com/mohammadreza-ashouri/ByteScanToken-ERC20token-Cairo-StarkNet" +url = "https://github.com/enitrat/starknetcc-workshop" [[repo]] -url = "https://github.com/mortimr/l2ob" +url = "https://github.com/eqlabs/pathfinder" [[repo]] -url = "https://github.com/mortimr/qasr" +url = "https://github.com/eqlabs/starknet-multisig" [[repo]] -url = "https://github.com/motemotech/week2-starknet-africa" +url = "https://github.com/eqlabs/starknet-multisig-ui" [[repo]] -url = "https://github.com/motemotech/week3-starknet-africa" +url = "https://github.com/erayack/encode-hackathon" [[repo]] -url = "https://github.com/motemotech/week5-Starknet-Africa" +url = "https://github.com/ericnordelo/nile-coverage" [[repo]] -url = "https://github.com/mrhouzlane/Swapnet" +url = "https://github.com/ermolaeviii/starkin" [[repo]] -url = "https://github.com/msaug/cairo-dependencies-graph" +url = "https://github.com/esdras-santos/Canary-Starknet" [[repo]] -url = "https://github.com/msaug/cairo-graphs" +url = "https://github.com/esdras-santos/diamond-proxy-starknet" [[repo]] -url = "https://github.com/msaug/cairo-toolkit" +url = "https://github.com/ethereum-git-sync/github-issues-archive" [[repo]] -url = "https://github.com/msaug/starknet-cairo-repo" +url = "https://github.com/eugenioclrc/getsponsoreth" [[repo]] -url = "https://github.com/mthinh/starknet-ws" +url = "https://github.com/evolF35/Starknet_NILE" [[repo]] -url = "https://github.com/myBraavos/starknet-devnet" +url = "https://github.com/EvolveArt/starkathon-zkpad" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Docker-Starknet-TEST" +url = "https://github.com/ExoMonk/cairo-L1L2-swapper" [[repo]] -url = "https://github.com/Nadai2010/Nadai-NaiProxyV2-Starknet-ERC20" +url = "https://github.com/ExoMonk/cairo-learn" [[repo]] -url = "https://github.com/Nadai2010/Nadai-SHARP-Starknet" +url = "https://github.com/ExoMonk/cairo-nft" [[repo]] -url = "https://github.com/naelob/cairo-lang-official-exercices" +url = "https://github.com/ExoMonk/cairo-timestamp-scheduler" [[repo]] -url = "https://github.com/naelob/Cairo_Learning" +url = "https://github.com/ExoMonk/starknet-data-bridge" [[repo]] -url = "https://github.com/naelob/hello-cairo" +url = "https://github.com/exp-table/TINIH" [[repo]] -url = "https://github.com/naelob/hello-starknet" +url = "https://github.com/exp-table/ying-yang" [[repo]] -url = "https://github.com/naelob/playing-with-protostar" +url = "https://github.com/extrimian/starknet-balance" [[repo]] -url = "https://github.com/naelob/RYO" +url = "https://github.com/extrimian/starknet-contracts" [[repo]] -url = "https://github.com/naelob/StarkQuestDemo" +url = "https://github.com/ExtropyIO/cairo-1-template" [[repo]] -url = "https://github.com/nathankoerschner/Mirror.XYZ-Scraper" +url = "https://github.com/ExtropyIO/cairoWorkshop" [[repo]] -url = "https://github.com/neerajreddy1850/Cairo-ERC20" +url = "https://github.com/ExyUzi/STARKNET-CAIRO-ERC721" [[repo]] -url = "https://github.com/NethermindEth/horus-compile" +url = "https://github.com/ExyUzi/STARKNET-MINT-DAPP" [[repo]] -url = "https://github.com/NethermindEth/juno" +url = "https://github.com/ExyUzi/STARKNET-PHASER-GAME" [[repo]] -url = "https://github.com/NethermindEth/warp" +url = "https://github.com/ExyUzi/YT-DEPLOY-STARKNET-CAIRO" [[repo]] -url = "https://github.com/NFTChief/nftcollectionlauncher" +url = "https://github.com/fabianschu/toni_starknet" [[repo]] -url = "https://github.com/Niceboy0829/Realms-Contracts" +url = "https://github.com/fabius8/starknet_mission_check" [[repo]] -url = "https://github.com/NicolasMassart/starklings" +url = "https://github.com/Falco90/go" [[repo]] -url = "https://github.com/nicon44/starknet-forms" +url = "https://github.com/fareeha25/starkNet-cairo-erc" [[repo]] -url = "https://github.com/NicsTr/Starknet2022-WriteUps" +url = "https://github.com/FawadHa1der/CairoBlackScholesUI" [[repo]] -url = "https://github.com/nmalzieu/protostar" +url = "https://github.com/FawadHa1der/cairopal" [[repo]] -url = "https://github.com/nmalzieu/starky" +url = "https://github.com/fcagalj/argent-dashboard" [[repo]] -url = "https://github.com/nuel-ikwuoma/starkling-solutions" +url = "https://github.com/Felabs1/StarkDice" [[repo]] -url = "https://github.com/nulven/EthDataMarketplace" +url = "https://github.com/Felabs1/Starknet-cohort-assignments" [[repo]] -url = "https://github.com/Nysm-Inc/Encode-Hackathon-Starknet" +url = "https://github.com/Felabs1/starknet-crud-app" [[repo]] -url = "https://github.com/Nysm-Inc/phi-frontend" +url = "https://github.com/FelixGibson/starknet-accounts-cairo1" [[repo]] -url = "https://github.com/Nysm-Inc/philand-demo" +url = "https://github.com/feltroidprime/CTF-starknet-cc" [[repo]] -url = "https://github.com/ofux/protostar" +url = "https://github.com/feyzikesim/starknet-full-node" [[repo]] -url = "https://github.com/ofux/starknet-migrations-poc" +url = "https://github.com/Fibrous-Finance/router-sdk" [[repo]] -url = "https://github.com/OilerNetwork/fossil-starknet-101" +url = "https://github.com/FilipLaurentiu/cairo-graph-library" [[repo]] -url = "https://github.com/okekefrancis112/test-cairo" +url = "https://github.com/FilipLaurentiu/starknet-event-indexer" [[repo]] -url = "https://github.com/Olanetsoft/deploy-erc2o-token-with-Starknet" +url = "https://github.com/finiam/chicken-bonds-frontend" [[repo]] -url = "https://github.com/omarespejel/walking-with-starknet" +url = "https://github.com/finiam/matusalem" [[repo]] -url = "https://github.com/onlydustxyz/kaaper" +url = "https://github.com/finiam/svarknet" [[repo]] -url = "https://github.com/onlydustxyz/marketplace" +url = "https://github.com/flavien-ro/starknet-quiz" [[repo]] -url = "https://github.com/onlydustxyz/marketplace-starknet" +url = "https://github.com/flexter1/starknet-grill" [[repo]] -url = "https://github.com/onlydustxyz/starklings" +url = "https://github.com/FlorianRichardSMT/caigo-bug" [[repo]] -url = "https://github.com/open-dust/cairo-foundry" +url = "https://github.com/Flydexo/kakarot-eth-aa" [[repo]] -url = "https://github.com/open3x/meta-material-frontend" +url = "https://github.com/focustree/contracts" [[repo]] -url = "https://github.com/OpenZeppelin/cairo-contracts" +url = "https://github.com/focustree/starkbot" [[repo]] -url = "https://github.com/OpenZeppelin/nile" +url = "https://github.com/focustree/starknet.dart" [[repo]] -url = "https://github.com/OpenZeppelin/openzeppelin-nile-upgrades" +url = "https://github.com/foreverglorydev/starkgate_Frontend" [[repo]] -url = "https://github.com/Optio-Finance/spark-boilerplate" +url = "https://github.com/foundry-rs/starknet-foundry" [[repo]] -url = "https://github.com/orexcoder/starknet_smart" +url = "https://github.com/foundry-rs/starknet_forge_template" [[repo]] -url = "https://github.com/orf/pypi-data" +url = "https://github.com/fracek/starknet-react-workshop" [[repo]] -url = "https://github.com/OriginProtocol/originators" +url = "https://github.com/fraggdiller/generate-starknet-wallets" [[repo]] -url = "https://github.com/OthmanSefraoui/StarkGuru" +url = "https://github.com/franalgaba/linear-regression-giza-example" [[repo]] -url = "https://github.com/owanikin/cairo_works" +url = "https://github.com/franalgaba/neural-network-cairo" [[repo]] -url = "https://github.com/oxlime/nogamed_cairo" +url = "https://github.com/franalgaba/pre-commit-cairo" [[repo]] -url = "https://github.com/panoptisDev/sunflower-nft-game" +url = "https://github.com/frankomosh/starknet-cohort" [[repo]] -url = "https://github.com/parketh/scaffold-stark" +url = "https://github.com/FuzzingLabs/cairo-fuzzer" [[repo]] -url = "https://github.com/paulmillr/micro-starknet" +url = "https://github.com/FuzzingLabs/thoth" [[repo]] -url = "https://github.com/pedrobeirao/cairo-math" +url = "https://github.com/gabsn/starknet.dart" [[repo]] -url = "https://github.com/pedrobergamini/starknet-staking" +url = "https://github.com/gakonst/awesome-starknet" [[repo]] -url = "https://github.com/perama-v/perama-v.github.io" +url = "https://github.com/gakonst/starknet-devnet" [[repo]] -url = "https://github.com/Pet3ris/gas-estimation-example" +url = "https://github.com/gallop-data/starknet.py" [[repo]] -url = "https://github.com/PhilippeR26/Account-Abstraction-for-Starknet-Hardhat" +url = "https://github.com/Gamlet-Gam/StarkNet" [[repo]] -url = "https://github.com/PhilippeR26/AskYourParents-contracts" +url = "https://github.com/garysdevil/mysolidity" [[repo]] -url = "https://github.com/PierDev/Pi-Protocol" +url = "https://github.com/genius2091/starknet" [[repo]] -url = "https://github.com/Pikkuherkko/Starknet-Account-Verifier" +url = "https://github.com/geometryresearch/starknet-signatures" [[repo]] -url = "https://github.com/PinkDiamond1/astraly-contracts" +url = "https://github.com/george-shammar/insignia-starknet-app" [[repo]] -url = "https://github.com/PinkDiamond1/protostar" +url = "https://github.com/GerGodfrey/C_Cairo_Web3" [[repo]] -url = "https://github.com/PinkDiamond1/starknet-devnet" +url = "https://github.com/gershon/starknet-react-cartridge-demo" [[repo]] -url = "https://github.com/PinkDiamond1/warp" +url = "https://github.com/gevsimonyan/Starknet-Staking" [[repo]] -url = "https://github.com/Pirate2Pirate/EthOnline" +url = "https://github.com/geyu210/starknet_Basecamp_Homework" [[repo]] -url = "https://github.com/pmuens/cairo-by-example.org" +url = "https://github.com/gg-108/first" [[repo]] -url = "https://github.com/pmuens/cairoground" +url = "https://github.com/gianalarcon/Ownable-Starknet" [[repo]] -url = "https://github.com/pmuens/hello-cairo" +url = "https://github.com/gianalarcon/SimpleStorage_Cairo1" [[repo]] -url = "https://github.com/pmuens/hello-starknet" +url = "https://github.com/gianalarcon/vote-contract" [[repo]] -url = "https://github.com/polyackiy/Protostar" +url = "https://github.com/glihm/potara-fs" [[repo]] -url = "https://github.com/ponderingdemocritus/protostar" +url = "https://github.com/glihm/protostar-test" [[repo]] -url = "https://github.com/princearoragithub/starknet.py" +url = "https://github.com/glihm/starknet-abigen-rs" [[repo]] -url = "https://github.com/pscott/StarknetCC-CTF" +url = "https://github.com/Gloria6020/Starknet-cohort-assignments" [[repo]] -url = "https://github.com/ptisserand/starknet-cc-ctf" +url = "https://github.com/Godspower-Eze/Full-stack-Dapp-on-StarkNet-Tutorial" [[repo]] -url = "https://github.com/qplqpl123/g-genesis" +url = "https://github.com/Godspower-Eze/SR-in-CAIRO" [[repo]] -url = "https://github.com/Quadratic-Labs/Moloch-on-Starknet" +url = "https://github.com/Godspower-Eze/StarkNet-Online-Class-Week-4" [[repo]] -url = "https://github.com/Quadratic-Labs/Moloch-on-Starknet-indexer" +url = "https://github.com/Godspower-Eze/starknet-superfluidv2-demo-backend" [[repo]] -url = "https://github.com/racso2609/cairo-boilerplate" +url = "https://github.com/Godspower-Eze/starknet-superfluidv2-demo-ui" [[repo]] -url = "https://github.com/racso2609/cairo-contract-template" +url = "https://github.com/goge-goge/stark-nftflow" [[repo]] -url = "https://github.com/RafaBlockDev/StarkNet-Research" +url = "https://github.com/goksualc/Cairo_Giris" [[repo]] -url = "https://github.com/raghav-rama/spiritual-dao" +url = "https://github.com/greenlucid/chess-cairo" [[repo]] -url = "https://github.com/rainerenglisch/cairo1" +url = "https://github.com/greged93/cairo-tuto" [[repo]] -url = "https://github.com/randomfeedooooor/cairo-contracts" +url = "https://github.com/greged93/mumu-s0" [[repo]] -url = "https://github.com/randomfeedooooor/frontend" +url = "https://github.com/gregoryguillou/starknet-coding-101" [[repo]] -url = "https://github.com/Ratimon/Cairo-smartcontract-template" +url = "https://github.com/grillolepic/tuxit_starknet_tech_demos_contracts" [[repo]] -url = "https://github.com/RayXpub/cairo" +url = "https://github.com/Guildly/front_end" [[repo]] -url = "https://github.com/recursive-research/rift-cairo-sandbox" +url = "https://github.com/guiltygyoza/cairo_exercises" [[repo]] -url = "https://github.com/RedBlood639/StarkNet-Cario" +url = "https://github.com/guiltygyoza/sns_app" [[repo]] -url = "https://github.com/Redfur/learn-proto" +url = "https://github.com/guiltygyoza/stardisc-contract" [[repo]] -url = "https://github.com/refcell/cairo-by-example" +url = "https://github.com/guiltygyoza/zeroxstrat_v1_app" [[repo]] -url = "https://github.com/refcell/cairomate" +url = "https://github.com/gwrxuk/CairoContracts" [[repo]] -url = "https://github.com/refcell/cairopal" +url = "https://github.com/gyan0890/StarkNet-ERC721-Assignment" [[repo]] -url = "https://github.com/renegade-fi/renegade-contracts" +url = "https://github.com/gyan0890/StarkNetTurkey_HERDAO" [[repo]] -url = "https://github.com/Riad-Quadratic/kakarot" +url = "https://github.com/haardikk21/starknet-account-recovery" [[repo]] -url = "https://github.com/richwarner/cairo-workshop" +url = "https://github.com/Haaroon/paradigm-ctf-2022" [[repo]] -url = "https://github.com/robertkodra/protostar" +url = "https://github.com/habbas33/starkstation" [[repo]] -url = "https://github.com/Rog3rSm1th/CairoExperiments" +url = "https://github.com/hakanmetu/starknet" [[repo]] -url = "https://github.com/rpruizc/cairo_examples" +url = "https://github.com/hakymulla/StarkNet-Basecamp-Cohort-2" [[repo]] -url = "https://github.com/rvorias/starkdew-valley" +url = "https://github.com/hanerkoca/Starknet-Cairo1" [[repo]] -url = "https://github.com/rzmahmood/StarkNet-NFT-Template" +url = "https://github.com/happyhackerbird/kakarot-starknet-hh" [[repo]] -url = "https://github.com/Sagar133/astraly-contracts" +url = "https://github.com/harshnambiar/demo" [[repo]] -url = "https://github.com/said017/ciriverse-starknet-contract" +url = "https://github.com/harshnambiar/hello_stknt" [[repo]] -url = "https://github.com/sajjadium/ctf-archives" +url = "https://github.com/hashcloak/Lokum" [[repo]] -url = "https://github.com/Salvatorenodes/Starknet-Test" +url = "https://github.com/hasselalcala/setting-up-protostar-for-cairo" [[repo]] -url = "https://github.com/sam0110/cairo-collatz-conjecture" +url = "https://github.com/hasselalcala/workshop_ERC721_Starknet" [[repo]] -url = "https://github.com/sambarnes/cairo-bloom" +url = "https://github.com/haycarlitos/cosecha-ERC721-starknet" [[repo]] -url = "https://github.com/sambarnes/cairo-dutch" +url = "https://github.com/haycarlitos/cosecha-starknet" [[repo]] -url = "https://github.com/sambarnes/cairo-multisig" +url = "https://github.com/haycarlitos/stark-waveportal" [[repo]] -url = "https://github.com/sambarnes/fullstack-starknet" +url = "https://github.com/hayden4r4/First-Cairo-Contract" [[repo]] -url = "https://github.com/sambarnes/prototype" +url = "https://github.com/hellooo-stack/starknet-j" [[repo]] -url = "https://github.com/satyvm/nftrokz" +url = "https://github.com/henri-npx/ODAx" [[repo]] -url = "https://github.com/satyvm/nftswap_frontend" +url = "https://github.com/henryf10h/multicall_cairo" [[repo]] -url = "https://github.com/sayajin-labs/kakarot" +url = "https://github.com/henryf10h/staknet-edu-erc20" [[repo]] -url = "https://github.com/scio-labs/awesome-name-services" +url = "https://github.com/henryf10h/starknet-edu-erc721" [[repo]] -url = "https://github.com/sdgalvan/data-structures-cairo" +url = "https://github.com/HerodotusDev/StarkBadge" [[repo]] -url = "https://github.com/SerhiiSol1/cairo-repo" +url = "https://github.com/himanshu-Bhatt/aave-starknet-bridge" [[repo]] -url = "https://github.com/seritalien/StarkNet-Dev-Container" +url = "https://github.com/hitsuzen-eth/boilerplate-starknet-nile" [[repo]] -url = "https://github.com/seshanthS/starknetIndia_2022" +url = "https://github.com/HogenYuan/starknet_check" [[repo]] -url = "https://github.com/Shard-Labs/starknet-devnet" +url = "https://github.com/holyaustin/StarkNet_Cairo_Bootcamp" [[repo]] -url = "https://github.com/Shard-Labs/starknet-hardhat-example" +url = "https://github.com/hotaka052/starknet-dev" [[repo]] -url = "https://github.com/Shard-Labs/starknet-hardhat-plugin" +url = "https://github.com/HrikB/starknet-explore" [[repo]] -url = "https://github.com/Shard-Labs/starknet-marbles" +url = "https://github.com/hsouf/starknet-aave-bridge-js" [[repo]] -url = "https://github.com/Shinwari536/cairo-Aug29" +url = "https://github.com/hubsmoke/starknet-tx-hash-demo" [[repo]] -url = "https://github.com/Shinwari536/cairo-hints-Aug30" +url = "https://github.com/Hug0x0/my-starklings" [[repo]] -url = "https://github.com/Shinwari536/contract-balance" +url = "https://github.com/Hug0x0/starknet-devnet-page" [[repo]] -url = "https://github.com/Shr1ftyy/cairo-stark-learning" +url = "https://github.com/Hug0x0/try-empiric-oracle" [[repo]] -url = "https://github.com/shramee/cairo0-wasm" +url = "https://github.com/huseyin-donmez/starknet-nft-mint-tool" [[repo]] -url = "https://github.com/shramee/creative-cairo" +url = "https://github.com/hvbr1s/starknet_erc20_deployer" [[repo]] -url = "https://github.com/shramee/starknet-dapp-with-docker" +url = "https://github.com/hvbr1s/starknet_journey" [[repo]] -url = "https://github.com/shramee/starknet-hardhat-template" +url = "https://github.com/hxfjsw/starknet_web_demo" [[repo]] -url = "https://github.com/shramee/trustless-sockets" +url = "https://github.com/i1011/CTF" [[repo]] -url = "https://github.com/ShubhamChndrvnshi/zk-curve" +url = "https://github.com/iamreadyi/cairo-synthetic-staking-and-lottery" [[repo]] -url = "https://github.com/sidarth16/ZkP-Workbook" +url = "https://github.com/iamreadyi/synthetic_staking_lottery_cairo" [[repo]] -url = "https://github.com/simidawalang/cairo-intro" +url = "https://github.com/iemarjay/starknetjs-example" [[repo]] -url = "https://github.com/skia-wallet/ExampleDapp" +url = "https://github.com/iGUaiSoft/starknet-soft-free" [[repo]] -url = "https://github.com/sleepyqadir/Encode-zk-bootcamp" +url = "https://github.com/illiashenkoo/crypto-starknet-test" [[repo]] -url = "https://github.com/Slovenia-team/starknet-erc721-storage" +url = "https://github.com/Illyism/starklings" [[repo]] -url = "https://github.com/slushsdk/slush" +url = "https://github.com/immutable/imx-core-sdk-golang" [[repo]] -url = "https://github.com/smartcontractkit/chainlink-starknet" +url = "https://github.com/immutable/imx-starknet" [[repo]] -url = "https://github.com/snapshot-labs/sx-ui" +url = "https://github.com/immutable/StarkNetCourseContent" [[repo]] -url = "https://github.com/softdevpro7/TypeChain" +url = "https://github.com/inaridiy/protostar-tutorial" [[repo]] -url = "https://github.com/software-mansion-labs/protostar-cairo-py" +url = "https://github.com/inaridiy/test" [[repo]] -url = "https://github.com/software-mansion-labs/starknet-workshops-ethwarsaw" +url = "https://github.com/Indeoo/starknet-py" [[repo]] -url = "https://github.com/software-mansion-labs/starkstonks" +url = "https://github.com/influenceth/cairo-math-64x61" [[repo]] -url = "https://github.com/software-mansion/protostar" +url = "https://github.com/influenceth/cairo-rand-64x61" [[repo]] -url = "https://github.com/software-mansion/scarb" +url = "https://github.com/influenceth/ibis" [[repo]] -url = "https://github.com/software-mansion/starknet-jvm" +url = "https://github.com/infosec-us-team/Immunefi-Bug-Bounty-Programs-Unofficial" [[repo]] -url = "https://github.com/software-mansion/starknet.py" +url = "https://github.com/iRhonin/ZK-Encode-Bootcamp" [[repo]] -url = "https://github.com/Solpatium/starknet-devnet" +url = "https://github.com/irisdv/Kubri" [[repo]] -url = "https://github.com/sphinx-dex/sphinx-crosschain" +url = "https://github.com/ironsoul0/voting-starkware" [[repo]] -url = "https://github.com/sphinx-dex/starkx-front-end" +url = "https://github.com/isabelatravaglia/-starknet-accounts" [[repo]] -url = "https://github.com/sprtd/cairo-ownable-integration" +url = "https://github.com/isabelatravaglia/cairo-docker-devenv" [[repo]] -url = "https://github.com/sprtd/gm-cairo" +url = "https://github.com/isabelatravaglia/starknet-cairo1-101" [[repo]] -url = "https://github.com/ss044/work" +url = "https://github.com/isabelatravaglia/starknet-erc20" [[repo]] -url = "https://github.com/stark-mfer/cairo-contracts" +url = "https://github.com/isabelatravaglia/starknet-project" [[repo]] -url = "https://github.com/stark-mfer/frontend" +url = "https://github.com/ishitarastogi/Battleship-starknet-contract" [[repo]] -url = "https://github.com/StarkBoard/starkboard-back" +url = "https://github.com/ishitarastogi/Cairo-programs" [[repo]] -url = "https://github.com/StarkMaze/starkmaze-frontend" +url = "https://github.com/ishitarastogi/Starknet-game" [[repo]] -url = "https://github.com/starknet-chimp/contract" +url = "https://github.com/ishitarastogi/voting-system-starknet" [[repo]] -url = "https://github.com/starknet-edu/basecamp" +url = "https://github.com/iskdrews/exploring-cairo" [[repo]] -url = "https://github.com/starknet-edu/cairo-coverage" +url = "https://github.com/itublockchain/ethprague-frontend" [[repo]] -url = "https://github.com/starknet-edu/starknet-cairo-101" +url = "https://github.com/ivanesmeral98/cairo" [[repo]] -url = "https://github.com/starknet-edu/starknet-cc-ctf-challenges" +url = "https://github.com/Jacobgijah/Starknet-cohort-assignments" [[repo]] -url = "https://github.com/starknet-edu/starknet-debug" +url = "https://github.com/James-wasonga/Starknet_cohort_assignment" [[repo]] -url = "https://github.com/starknet-edu/starknet-edu.github.io" +url = "https://github.com/JameWade/starkj" [[repo]] -url = "https://github.com/starknet-edu/starknet-erc721" +url = "https://github.com/janek26/json-py-js-tests" [[repo]] -url = "https://github.com/starknet-edu/starknet-messaging-bridge" +url = "https://github.com/janek26/my-starknet-app" [[repo]] -url = "https://github.com/starknet-edu/ultimate-env" +url = "https://github.com/janek26/workshop" [[repo]] -url = "https://github.com/starknet-edu/walking-with-starknet" +url = "https://github.com/jarednielsen/cairo-tutorial" [[repo]] -url = "https://github.com/starknet-id/app.starknet.id" +url = "https://github.com/javiovi/WorkshopStarknet" [[repo]] -url = "https://github.com/starknet-id/contract" +url = "https://github.com/Jayakumar2812/starknet_reader" [[repo]] -url = "https://github.com/starknet-id/indexer" +url = "https://github.com/jaydippatel83/starknet_cairo" [[repo]] -url = "https://github.com/starknet-id/naming_contract" +url = "https://github.com/jediswaplabs/jediswap-interface" [[repo]] -url = "https://github.com/starknet-id/starknet.id" +url = "https://github.com/JejomStark/SymbOnStark" [[repo]] -url = "https://github.com/starknet-id/stats.starknet.id" +url = "https://github.com/jfarid27/cairo-test-1" [[repo]] -url = "https://github.com/starknet-io/builders-council" +url = "https://github.com/jfsgomes/svarknet" [[repo]] -url = "https://github.com/starknet-io/get-starknet" +url = "https://github.com/jhondev/demo-cairo-lang" [[repo]] -url = "https://github.com/starknet-io/SNIPs" +url = "https://github.com/jiayi-boot/starknet" [[repo]] -url = "https://github.com/starknet-io/starkgate-frontend" +url = "https://github.com/jmonteer/ystarkdebtallocator" [[repo]] -url = "https://github.com/starknet-io/StarkNet-Token" +url = "https://github.com/joaoolucas/cairo101-solution" [[repo]] -url = "https://github.com/starknet-io/starknet-website" +url = "https://github.com/joaoolucas/init-demo" [[repo]] -url = "https://github.com/starknetdev/shared_wallet" +url = "https://github.com/joaoolucas/protostar-tests" [[repo]] -url = "https://github.com/starknetdev/starknet_liquidity_pool" +url = "https://github.com/joaoolucas/solutions-starknetedu" [[repo]] -url = "https://github.com/starknetwiki/stiki-frontend" +url = "https://github.com/joaoolucas/starknet-dapp-template" [[repo]] -url = "https://github.com/starkpay-labs/starkpay-v1" +url = "https://github.com/joaoolucas/starknet-erc721-solution" [[repo]] -url = "https://github.com/starkpunks/contracts" +url = "https://github.com/joaoolucas/starknet-messaging-bridge-solution" [[repo]] -url = "https://github.com/StarkQuest/frontend" +url = "https://github.com/joaoolucas/starknet-nft-bridging" [[repo]] -url = "https://github.com/starkscan/starkscan-verifier" +url = "https://github.com/jobez/bw-tictactoe" [[repo]] -url = "https://github.com/starkware-libs/cairo" +url = "https://github.com/joellai/Starknet.unity" [[repo]] -url = "https://github.com/starkware-libs/starknet-api" +url = "https://github.com/joestakey/hackathon-starknet" [[repo]] -url = "https://github.com/Starkware-Naming-Service/cairo-contracts" +url = "https://github.com/jonasbostoen/cairo-amm" [[repo]] -url = "https://github.com/StarkWareHackathon/starknet-IoT-DAO" +url = "https://github.com/JorikSchellekens/starknet-devnet" [[repo]] -url = "https://github.com/starwalker00/ogame-starknet" +url = "https://github.com/JorikSchellekens/starknet-workshop" [[repo]] -url = "https://github.com/Stash-Ex/stash-extension" +url = "https://github.com/josepchetrit12/starknet-bootcamp-encode-club" [[repo]] -url = "https://github.com/Stash-Ex/stash-protocol" +url = "https://github.com/joshualyguessennd/Proof-Of-Reserve-Starknet" [[repo]] -url = "https://github.com/stefanalfbo/cairo-by-examples" +url = "https://github.com/joshualyguessennd/starknet-devnet" [[repo]] -url = "https://github.com/stefanalfbo/cairo-dev-container" +url = "https://github.com/jpraynaud/cairo-demo" [[repo]] -url = "https://github.com/stompesi/starkware-hackathon" +url = "https://github.com/jrcarlos2000/Stark-Stream" [[repo]] -url = "https://github.com/subzet/cairo-workshop" +url = "https://github.com/jrcarlos2000/StarknetBuildGuild" [[repo]] -url = "https://github.com/SupremeSingh/Awesome-ZK" +url = "https://github.com/jrcarlos2000/StarknetHackParis" [[repo]] -url = "https://github.com/SupremeSingh/starknet-js-tutorial" +url = "https://github.com/JSeam2/EZKL-Starknet-Test" [[repo]] -url = "https://github.com/swapnilraj/protostar-verify-test" +url = "https://github.com/julianjca/learn-cairo" [[repo]] -url = "https://github.com/switch-recover/switch" +url = "https://github.com/juliusjulyp/Revolutionasing-learning-system-with-starknet" [[repo]] -url = "https://github.com/tadad/imx-starknet" +url = "https://github.com/juliusjulyp/Starknet" [[repo]] -url = "https://github.com/tadad/starknet_amm" +url = "https://github.com/justinnout/aa" [[repo]] -url = "https://github.com/taijusanagi/starknet-sandbox" +url = "https://github.com/justinwangx/dojo-slot-machine" [[repo]] -url = "https://github.com/TamaraRingas/CairoBootcamp" +url = "https://github.com/KadinD/Cairo" [[repo]] -url = "https://github.com/tarrencev/protostar" +url = "https://github.com/Kagwep/Akiba-Starknet" [[repo]] -url = "https://github.com/tarrencev/starknet-scaffold" +url = "https://github.com/Kagwep/Erc20-starknet" [[repo]] -url = "https://github.com/team-brewery/wallet-app-store" +url = "https://github.com/Kagwep/starknet-intro" [[repo]] -url = "https://github.com/Tecatech/information-security-training" +url = "https://github.com/Kagwep/starknetstarter" [[repo]] -url = "https://github.com/tempusfinance/starknet-devnet" +url = "https://github.com/kaizokulabs/argus" [[repo]] -url = "https://github.com/testevgen/StarkNet" +url = "https://github.com/kaliberpoziomka/hello-cairo" [[repo]] -url = "https://github.com/tgyf007/debugpkg" +url = "https://github.com/KalvinSon/starknet.js" [[repo]] -url = "https://github.com/Th0rgal/guildsweb" +url = "https://github.com/Kalzak/StarknetBasecamp" [[repo]] -url = "https://github.com/Th0rgal/starkbot" +url = "https://github.com/KanizoRGB/Starknet" [[repo]] -url = "https://github.com/thanapongsj1996/starknet-frontend" +url = "https://github.com/KanizoRGB/Starknet-project" [[repo]] -url = "https://github.com/the-candy-shop/starksheet-monorepo" +url = "https://github.com/kariy/jin" [[repo]] -url = "https://github.com/the-ninth/cairo-contracts" +url = "https://github.com/kariy/rika-chan" [[repo]] -url = "https://github.com/TheKnightCoder/ZKSpark-StarkNet-Bootcamp" +url = "https://github.com/kariy/starknet-probe" [[repo]] -url = "https://github.com/THenry14/starknet-devnet" +url = "https://github.com/kariy/starknet-tx-viewer" [[repo]] -url = "https://github.com/thomas-quadratic/kakarot" +url = "https://github.com/kariy/starknet-vanity-contract-address" [[repo]] -url = "https://github.com/threepwave/crypts-realms" +url = "https://github.com/kasteph/kakarot" [[repo]] -url = "https://github.com/timPrachasri/starknet-hardhat-lab-1" +url = "https://github.com/KayaKerem/tokenstalk-starknethh" [[repo]] -url = "https://github.com/TokenFlowInsights/StarkTx" +url = "https://github.com/Kds-JS/wallet_Dapp_Starknet" [[repo]] -url = "https://github.com/topology-gg/isaac" +url = "https://github.com/keep-starknet-strange/.github" [[repo]] -url = "https://github.com/topology-gg/isaac-space-view" +url = "https://github.com/keep-starknet-strange/abi-wan-kanabi" [[repo]] -url = "https://github.com/topology-gg/isaac-station-view" +url = "https://github.com/keep-starknet-strange/alexandria" [[repo]] -url = "https://github.com/topology-gg/isaac-working-view" +url = "https://github.com/keep-starknet-strange/backlog" [[repo]] -url = "https://github.com/topology-gg/mumu-cairo" +url = "https://github.com/keep-starknet-strange/beerus" [[repo]] -url = "https://github.com/topology-gg/s2m2-view" +url = "https://github.com/keep-starknet-strange/bifrost" [[repo]] -url = "https://github.com/topology-gg/stardisc-view" +url = "https://github.com/keep-starknet-strange/cairo-rs" [[repo]] -url = "https://github.com/tradeflows/v1-core-starknet" +url = "https://github.com/keep-starknet-strange/edo-tensei" [[repo]] -url = "https://github.com/trangnv/100daysCairo" +url = "https://github.com/keep-starknet-strange/garaga" [[repo]] -url = "https://github.com/trangnv/empiric-eth-price-prediction" +url = "https://github.com/keep-starknet-strange/go-ethereum" [[repo]] -url = "https://github.com/trangnv/linear-regression-starknet" +url = "https://github.com/keep-starknet-strange/gomu-gomu-no-gatling" [[repo]] -url = "https://github.com/trentrand/PaintToEarn.eth" +url = "https://github.com/keep-starknet-strange/heimdall" [[repo]] -url = "https://github.com/tserg/vyro" +url = "https://github.com/keep-starknet-strange/kaioshin" [[repo]] -url = "https://github.com/TumTum23/cairo-erc4626" +url = "https://github.com/keep-starknet-strange/madara" [[repo]] -url = "https://github.com/Turbo8282/sns-copy" +url = "https://github.com/keep-starknet-strange/madara-app" [[repo]] -url = "https://github.com/udayj/starknet_prediction_market" +url = "https://github.com/keep-starknet-strange/madara-docs" [[repo]] -url = "https://github.com/udayj/token_gated_account" +url = "https://github.com/keep-starknet-strange/madara-website" [[repo]] -url = "https://github.com/udayj/votex_v1" +url = "https://github.com/keep-starknet-strange/poseidon-rs" [[repo]] -url = "https://github.com/Ultra-Tech-code/Cairo-Test-Project" +url = "https://github.com/keep-starknet-strange/quaireaux" [[repo]] -url = "https://github.com/unparalleled-js/ape-demo-project" +url = "https://github.com/keep-starknet-strange/satoru" [[repo]] -url = "https://github.com/Upilassi/contract-cairo" +url = "https://github.com/keep-starknet-strange/satoru-website" [[repo]] -url = "https://github.com/uqbar-dao/sirens-of-uqbar" +url = "https://github.com/keep-starknet-strange/shenlong" [[repo]] -url = "https://github.com/vaibhavgeek/game-clock" +url = "https://github.com/keep-starknet-strange/starknet-rs" [[repo]] -url = "https://github.com/vanhuy170496/chimpion-contract" +url = "https://github.com/keep-starknet-strange/substrate" [[repo]] -url = "https://github.com/vantwoutmaarten/Starknet" +url = "https://github.com/keep-starknet-strange/tsubasa" [[repo]] -url = "https://github.com/vikions/starkKasino" +url = "https://github.com/keep-starknet-strange/tsubasa-website" [[repo]] -url = "https://github.com/vikkydataseo/starklings-solutions" +url = "https://github.com/keep-starknet-strange/zaun" [[repo]] -url = "https://github.com/vishnuc77/voting-starkware" +url = "https://github.com/KeFuCode/cairo-by-example" [[repo]] -url = "https://github.com/Vishvesh-rao/Truffle-Starknet-Box" +url = "https://github.com/kelemeno/cvote" [[repo]] -url = "https://github.com/Vitali-workspace/Crypto-Testnet-Faucet" +url = "https://github.com/kenkomu/foundry-rs_Starknet" [[repo]] -url = "https://github.com/vmmuthu31/NFT_Craft" +url = "https://github.com/kevinz917/starkware-examples" [[repo]] -url = "https://github.com/vomira/dao-upwork" +url = "https://github.com/khaeljy/swappy" [[repo]] -url = "https://github.com/wallace-df/nft-launcher-dapp" +url = "https://github.com/khalilsiu/starknet-hackathon-vascue" [[repo]] -url = "https://github.com/wallace-df/virtap-webapp" +url = "https://github.com/khawlahssn/cairo-bootcamp-hws" [[repo]] -url = "https://github.com/wandcrafting/cairo-fsm" +url = "https://github.com/KillariDev/STARK-Combat" [[repo]] -url = "https://github.com/Wanying-He/starknet-dnn-demo" +url = "https://github.com/kkovaacs/starknet-crypto" [[repo]] -url = "https://github.com/WardrobeAI/starknet-nft-marketplace" +url = "https://github.com/kkrt-labs/kakarot" [[repo]] -url = "https://github.com/Wave-95/anvil-contracts" +url = "https://github.com/kkrt-labs/kakarot-ssj" [[repo]] -url = "https://github.com/Wave-95/cairo-learning" +url = "https://github.com/koloz193/ERC4626" [[repo]] -url = "https://github.com/Wave-95/hello-cairo" +url = "https://github.com/kongtaoxing/Cairo-sample" [[repo]] -url = "https://github.com/Wave-95/hello-starknet" +url = "https://github.com/kongtaoxing/Starknet-sample" [[repo]] -url = "https://github.com/Wave-95/proovy-ui" +url = "https://github.com/kongtaoxing/WTFStarknetPartFive" [[repo]] -url = "https://github.com/web3-byoa/react-byoa-sdk" +url = "https://github.com/konradstrachan/starknet_amsterdam_hackathon" [[repo]] -url = "https://github.com/web3magnetic/starknet-tutorials" +url = "https://github.com/kootsZhin/warp-to-cairo" [[repo]] -url = "https://github.com/whatthedev-eth/hello_starknet" +url = "https://github.com/Koushith/argent-x-extension" [[repo]] -url = "https://github.com/wiringbits/block-explorer" +url = "https://github.com/kvaillant/cairoBootcamp" [[repo]] -url = "https://github.com/WTFAcademy/WTF-Cairo" +url = "https://github.com/lambdaclass/cairo-rs" [[repo]] -url = "https://github.com/xan-crypto/CurveZero-FrontEnd" +url = "https://github.com/lambdaclass/cairo-rs-py" [[repo]] -url = "https://github.com/xavier-alexandre/hello-cairo" +url = "https://github.com/lambdaclass/cairo-rs-wasm" [[repo]] -url = "https://github.com/xavier-alexandre/hello-starknet" +url = "https://github.com/lambdaclass/cairo-vm-py" [[repo]] -url = "https://github.com/Xenosense/xenotracer" +url = "https://github.com/lambdaclass/kakarot" [[repo]] -url = "https://github.com/xJonathanLEI/oriac" +url = "https://github.com/lambdaclass/madara_explorer" [[repo]] -url = "https://github.com/xJonathanLEI/pedersen-bench" +url = "https://github.com/lambdaclass/starknet-devnet" [[repo]] -url = "https://github.com/xJonathanLEI/starkli" +url = "https://github.com/lambdaclass/starknet_in_rust" [[repo]] -url = "https://github.com/xJonathanLEI/starknet-l1-contracts" +url = "https://github.com/lambdaclass/starknet_rollup_on_bitcoin" [[repo]] -url = "https://github.com/xJonathanLEI/starknet-rs" +url = "https://github.com/lambdaclass/starknet_stack" [[repo]] -url = "https://github.com/xwing-india/cairo-devcontainer" +url = "https://github.com/lambdaclass/starknet_tendermint_sequencer" [[repo]] -url = "https://github.com/yanytsky19/Starknet" +url = "https://github.com/lambdaclass/yet-another-swap" [[repo]] -url = "https://github.com/YaroslavGridnev/BLAGO-DAO" +url = "https://github.com/Laplace5079/starknet-tarot" [[repo]] -url = "https://github.com/yoanslvy/StarknetBlockslab42" +url = "https://github.com/Lapo9/Layer-2-Blockchains-for-Videogames" [[repo]] -url = "https://github.com/yogh333/starknetjs-signer-ledger" +url = "https://github.com/LAVRO/ClarkFinance" [[repo]] -url = "https://github.com/yum0e/starklings" +url = "https://github.com/LayerAkira/kurosawa_akira" [[repo]] -url = "https://github.com/Yuriicaezar/starknet" +url = "https://github.com/leanazlak/starknet" [[repo]] -url = "https://github.com/zeapherine/starknet-js" +url = "https://github.com/leary423/proj-starknet-122" [[repo]] -url = "https://github.com/zeapherine/Starknet-lesson" +url = "https://github.com/leary423/Starknet-pro123" [[repo]] -url = "https://github.com/ZeroSync/ZeroSync" +url = "https://github.com/leary423/starknet_pro" [[repo]] -url = "https://github.com/zetsuboii/cairo-projects" +url = "https://github.com/leary423/starknet_pro12" [[repo]] -url = "https://github.com/ZK-Graph/mirror-starknet-zkgraph-protocol" +url = "https://github.com/LedgerHQ/ApduGenerator" [[repo]] -url = "https://github.com/zoeAD/basic-solver" +url = "https://github.com/LedgerHQ/ledger-cairo-contracts" [[repo]] -url = "https://github.com/zorro-project/zorro" +url = "https://github.com/LedgerHQ/nano-capp-starknet" [[repo]] -url = "https://github.com/Small-Indie-Cryptofactory/starknet_semolina_code" +url = "https://github.com/LedgerHQ/plugin-erc20" [[repo]] -url = "https://github.com/Kagwep/Erc20-starknet" +url = "https://github.com/LedgerHQ/StarkCheck" [[repo]] -url = "https://github.com/milancermak/graffiti" +url = "https://github.com/LedgerHQ/starknet-apdu-generator" [[repo]] -url = "https://github.com/harshnambiar/demo" +url = "https://github.com/LedgerHQ/starknet-js-client" [[repo]] -url = "https://github.com/Darlington02/starknetkit-sr-template" +url = "https://github.com/LedgerHQ/starknet-plugin-store" [[repo]] -url = "https://github.com/Darlington02/starknetkit-vanilla-template" +url = "https://github.com/LedgerHQ/starknet-sdk" [[repo]] -url = "https://github.com/chrisalexadams/basecamp7-starklings" +url = "https://github.com/LedgerHQ/starknet-watcher" [[repo]] -url = "https://github.com/StarkSharpSDK/StarkSharp" +url = "https://github.com/leecobaby/study-starknet" [[repo]] -url = "https://github.com/0xRockW3/hello_starknet" +url = "https://github.com/leeederek/starknet-erc20" [[repo]] -url = "https://github.com/czbag/starknet" +url = "https://github.com/Lev-Stambler/bulletproof-cairo" [[repo]] -url = "https://github.com/starknet-id/docs.starknet.id" +url = "https://github.com/Lev-Stambler/cairo-tutorial" [[repo]] -url = "https://github.com/ASaidOguz/Starknet-Cairo" +url = "https://github.com/lflsphere/starcombo" [[repo]] -url = "https://github.com/Kagwep/Akiba-Starknet" +url = "https://github.com/liamzebedee/goliath-blockchain" [[repo]] -url = "https://github.com/rcatalan98/simple-erc20-starknet" +url = "https://github.com/lightshiftdev/starknet-bootcamp" [[repo]] -url = "https://github.com/khaeljy/swappy" +url = "https://github.com/lilyanB/Hackaton-Starknet" [[repo]] -url = "https://github.com/sybil-v-zakone/starknet-pk-extractor" +url = "https://github.com/lindy-labs/cairo-accesscontrol" [[repo]] -url = "https://github.com/atorasi/starknet_domain" +url = "https://github.com/liobrasil/starknet-cairo-101" [[repo]] -url = "https://github.com/Darlington02/starknetkit-examples" +url = "https://github.com/llPorZall/starklings" [[repo]] -url = "https://github.com/kenkomu/foundry-rs_Starknet" +url = "https://github.com/lostincairo/protocol" [[repo]] -url = "https://github.com/iGUaiSoft/starknet-soft-free" +url = "https://github.com/lth-elm/starknet-edu" [[repo]] -url = "https://github.com/sybil-v-zakone/starknet-short-addresses-extractor" +url = "https://github.com/ltoussaint/starknet-react-repro" [[repo]] -url = "https://github.com/prix0007/starknet-scarb-starter-boilerplate" +url = "https://github.com/lucadonnoh/axelrod" [[repo]] -url = "https://github.com/Indeoo/starknet-py" +url = "https://github.com/lucadonnoh/graphiro" [[repo]] -url = "https://github.com/z-korp/zrisk-contracts" +url = "https://github.com/lucadonnoh/learning-cairo" [[repo]] -url = "https://github.com/Falco90/go" +url = "https://github.com/lucadonnoh/starkblocks" [[repo]] -url = "https://github.com/s-davv/Starknet" +url = "https://github.com/lucadonnoh/starklings" [[repo]] -url = "https://github.com/hotaka052/starknet-dev" +url = "https://github.com/lucadonnoh/starknet-data-availability-cost" [[repo]] -url = "https://github.com/thasipablo/starknet_communities" +url = "https://github.com/lukaske/stark-casino" [[repo]] -url = "https://github.com/juliusjulyp/Revolutionasing-learning-system-with-starknet" +url = "https://github.com/LvisWang/Starknet" [[repo]] -url = "https://github.com/timothyAgevi/starknet_forge_template_sample" +url = "https://github.com/Lynette7/starknet-project" [[repo]] -url = "https://github.com/plushkinv/starknet_bridge" +url = "https://github.com/Lynette7/Starknet_assignments" [[repo]] -url = "https://github.com/starknet-id/starknetid.rs" +url = "https://github.com/m-kus/tz-starks" [[repo]] -url = "https://github.com/Aliceonly/Starknet-Dapp" +url = "https://github.com/maciejka/forked-devnet-poc" [[repo]] -url = "https://github.com/xsfunc/starknet-tool" +url = "https://github.com/maciejka/warp-experiments" [[repo]] -url = "https://github.com/KanizoRGB/Starknet-project" +url = "https://github.com/mail4metablocks/starknet-indexer" [[repo]] -url = "https://github.com/yangyaczz/PublishStation-Starknet" +url = "https://github.com/MakC-Ukr/aave-starknet-governance-bridge" [[repo]] -url = "https://github.com/keep-starknet-strange/satoru-website" +url = "https://github.com/MakC-Ukr/Merkle-Tree-in-Cairo" [[repo]] -url = "https://github.com/bigsmile0128/gen-starknet-wallet" +url = "https://github.com/MakC-Ukr/Starknet-Gas-Price" [[repo]] -url = "https://github.com/wenzhenxiang/starknet_simple_token" +url = "https://github.com/MakC-Ukr/starknet-oracle-research" [[repo]] -url = "https://github.com/ChoyV/DMAIL-starknet" +url = "https://github.com/makerdao/starknet-dai-bridge" [[repo]] -url = "https://github.com/rejep10/nft_mint_starknet" +url = "https://github.com/makerdao/starknet-dss-bridge-tests" [[repo]] -url = "https://github.com/rejep10/my_swap_starknet" +url = "https://github.com/makerdao/starknet-spells-goerli" [[repo]] -url = "https://github.com/rejep10/Dmail_starknet" +url = "https://github.com/makerdao/starknet-spells-mainnet" [[repo]] -url = "https://github.com/justinwangx/dojo-slot-machine" +url = "https://github.com/makluganteng/Starky" [[repo]] -url = "https://github.com/0xAsten/dojo-xyz" +url = "https://github.com/Marchand-Nicolas/cairo-proxy-contract-example" [[repo]] -url = "https://github.com/TianM/starknet.github.io" +url = "https://github.com/Marchand-Nicolas/carbonable-badge-minter" [[repo]] -url = "https://github.com/TianM/starknet-generate" +url = "https://github.com/Marchand-Nicolas/quest-contract" [[repo]] -url = "https://github.com/starknet-id/api.sales.starknet.id" +url = "https://github.com/Marchand-Nicolas/starknet-id-og-bot" [[repo]] -url = "https://github.com/JorikSchellekens/starknet-workshop" +url = "https://github.com/Marchand-Nicolas/starknet-quest-contract" [[repo]] -url = "https://github.com/d4rk4444/starknet-wallet" +url = "https://github.com/Marchand-Nicolas/starknet-quest-front" [[repo]] -url = "https://github.com/CryptoTransformator/starknet_seed_to_private_key" +url = "https://github.com/Marchand-Nicolas/starknetId-odyssey-website" [[repo]] -url = "https://github.com/glihm/starknet-abigen-rs" +url = "https://github.com/Marchand-Nicolas/tribe-contract" [[repo]] -url = "https://github.com/Mehul20/StarknetContracts" +url = "https://github.com/marcinek89xl/kakarot" [[repo]] -url = "https://github.com/cssavi/Starktree_Cairo" +url = "https://github.com/marciob/BLPortfolioDAO" [[repo]] -url = "https://github.com/tony1908/starknet-demo" +url = "https://github.com/marciob/cairo-basics" [[repo]] -url = "https://github.com/haardikk21/starknet-account-recovery" +url = "https://github.com/marciob/StarknetCC-India" [[repo]] -url = "https://github.com/SYBIL-MAFIA/starknet-nft-minter" +url = "https://github.com/marcuspang/starknet-data-aggregator" [[repo]] -url = "https://github.com/vova2244/https---github.com-SYBIL-MAFIA-starknet-soft-retrodrops" +url = "https://github.com/marissaposner/Comet" [[repo]] -url = "https://github.com/RedVelvetZip/starknet-bc" +url = "https://github.com/martinheidegger/cairo_playground" [[repo]] -url = "https://github.com/munris-vlad/starknet-quantum" +url = "https://github.com/maryhu-2020/starknet" [[repo]] -url = "https://github.com/marciob/BLPortfolioDAO" +url = "https://github.com/maryhu-2020/web3" [[repo]] -url = "https://github.com/Noeljarillo/starknetproject" +url = "https://github.com/Matchbox-DAO/starknet-dotnet" [[repo]] -url = "https://github.com/derr-stack/StarkConnect" +url = "https://github.com/matias-gonz/starklings" [[repo]] -url = "https://github.com/Lynette7/starknet-project" +url = "https://github.com/matilote/warp" [[repo]] -url = "https://github.com/tranbamanh229289/gauss" +url = "https://github.com/Matth26/soulbound_token" [[repo]] -url = "https://github.com/Felabs1/StarkDice" +url = "https://github.com/Matth26/starknet-dapp-template" [[repo]] -url = "https://github.com/nestorbonilla/starknet-accounts-cairo-1" +url = "https://github.com/Matth26/starknet-frontend-template" [[repo]] -url = "https://github.com/sigridjineth/ethereum-etl-storage-proof" +url = "https://github.com/Matth26/starknet-prono-front" [[repo]] -url = "https://github.com/0xTrinityy/Kaiji" +url = "https://github.com/Matth26/starknet-prono-sc" [[repo]] -url = "https://github.com/flexter1/starknet-grill" +url = "https://github.com/matthieuauger/starklinks" [[repo]] -url = "https://github.com/szymcio32/apibara-starknet" +url = "https://github.com/Matthlib/Cairo" [[repo]] -url = "https://github.com/raznorabochiy/starknet-stats" +url = "https://github.com/maxgillett/starknet-attestations" [[repo]] -url = "https://github.com/Starknopoly/contracts" +url = "https://github.com/Medvedevalaska/Starknet-test" [[repo]] -url = "https://github.com/elielnfinic/starknet-week-ends" +url = "https://github.com/Mehul20/StarknetContracts" [[repo]] -url = "https://github.com/adolyb/stark" +url = "https://github.com/mesh-finance/defi-pooling-starknet" [[repo]] -url = "https://github.com/zkLinkProtocol/zklink-starknet-contract-test" +url = "https://github.com/metaforo/starknet_governance" [[repo]] -url = "https://github.com/windupbird66/starknet_hunter" +url = "https://github.com/mfbevan/cairo-playground" [[repo]] -url = "https://github.com/joellai/Starknet.unity" +url = "https://github.com/mganeshan29/hello-cairo" [[repo]] -url = "https://github.com/sybil-v-zakone/starknet-wallets-generator" +url = "https://github.com/mgayatri77/Cairo_Examples" [[repo]] -url = "https://github.com/NethermindEth/starknet.unity" +url = "https://github.com/mgayatri77/Starknet_Go" [[repo]] -url = "https://github.com/wenzhenxiang/starknet_account" +url = "https://github.com/mgpwnz/starknet" [[repo]] -url = "https://github.com/0xKubitus/Cairo-Loto_PoC_frontend" +url = "https://github.com/Mhammad-riyaz/First-cairo-contract" [[repo]] -url = "https://github.com/rkdud007/rifle" +url = "https://github.com/michael-vascue/test-starknet" [[repo]] -url = "https://github.com/LedgerHQ/ledger-cairo-contracts" +url = "https://github.com/miguelmota/cairo-learning" [[repo]] -url = "https://github.com/LayerAkira/kurosawa_akira" +url = "https://github.com/miguelmota/dotfiles" [[repo]] -url = "https://github.com/gianalarcon/vote-contract" +url = "https://github.com/MikeSpa/cairo" [[repo]] -url = "https://github.com/0x-bridge-lending/0x-bridge-contracts" +url = "https://github.com/MikeSpa/starknet-test" [[repo]] -url = "https://github.com/Felabs1/starknet-crud-app" +url = "https://github.com/mikiw/SmartContracts" [[repo]] -url = "https://github.com/KanizoRGB/Starknet" +url = "https://github.com/milancermak/graffiti" [[repo]] -url = "https://github.com/BlathanAevon/starknet_wallets_generator" +url = "https://github.com/milancermak/pre-commit-cairo" [[repo]] -url = "https://github.com/NeedWings/Starknet_deployer" +url = "https://github.com/minaminao/ctf-blockchain" [[repo]] -url = "https://github.com/0xSpaceShard/starknet-bridge-relayer-public" +url = "https://github.com/minhchauyds1996/starknet" [[repo]] -url = "https://github.com/Kagwep/starknet-intro" +url = "https://github.com/mohaijiang/starknet.js-account" [[repo]] -url = "https://github.com/abdelhamidbakhta/kickstart-starknet" +url = "https://github.com/mohammadreza-ashouri/ByteScanToken-ERC20token-Cairo-StarkNet" [[repo]] -url = "https://github.com/influenceth/ibis" +url = "https://github.com/morhekil/starknet-intro" [[repo]] -url = "https://github.com/timothyAgevi/starknet_learning" +url = "https://github.com/mortimr/l2ob" [[repo]] -url = "https://github.com/SYBIL-MAFIA/starknet-wallet-upgrade" +url = "https://github.com/mortimr/qasr" [[repo]] -url = "https://github.com/Gloria6020/Starknet-cohort-assignments" +url = "https://github.com/motemotech/week2-starknet-africa" [[repo]] -url = "https://github.com/dolvin17/starklings_sol" +url = "https://github.com/motemotech/week3-starknet-africa" [[repo]] -url = "https://github.com/starknet-id/identity" +url = "https://github.com/motemotech/week5-Starknet-Africa" [[repo]] -url = "https://github.com/amanusk/starknet-foundry-template" +url = "https://github.com/mrhouzlane/Swapnet" [[repo]] -url = "https://github.com/OilerNetwork/pitchlake_starknet" +url = "https://github.com/msaug/cairo-dependencies-graph" [[repo]] -url = "https://github.com/subvisual/my-first-starknet-contract-demo" +url = "https://github.com/msaug/cairo-graphs" [[repo]] -url = "https://github.com/CECILIA-MULANDI/starknet-assignments" +url = "https://github.com/msaug/cairo-toolkit" [[repo]] -url = "https://github.com/dojoengine/create-burner" +url = "https://github.com/msaug/starknet-cairo-repo" [[repo]] -url = "https://github.com/dalmasonto/starknet-learning" +url = "https://github.com/mst-projects/ff_protocol" [[repo]] -url = "https://github.com/abdelhamidbakhta/starknet-foundry-bugs" +url = "https://github.com/mst-projects/starknet-nft-frontend" [[repo]] -url = "https://github.com/rkdud007/noob-blockchain-rs" +url = "https://github.com/mst-projects/starknet-stellar-nft-contract" [[repo]] -url = "https://github.com/Nadai2010/Nadai-StarkEasy" +url = "https://github.com/mthinh/starknet-ws" [[repo]] -url = "https://github.com/avishkarabhishek786/starknet_owner_manager" +url = "https://github.com/mul1sh/0xThoth" [[repo]] -url = "https://github.com/juliusjulyp/Starknet" +url = "https://github.com/munris-vlad/starknet-address-generator" [[repo]] -url = "https://github.com/dubzn/starknet-forge-test" +url = "https://github.com/munris-vlad/starknet-quantum" [[repo]] -url = "https://github.com/Matth26/starknet-frontend-template" +url = "https://github.com/murattt11/Starknett" [[repo]] -url = "https://github.com/murattt11/Starknett" +url = "https://github.com/MusebotAi/starknet" [[repo]] -url = "https://github.com/dpinones/hello_world_starknet_forge" +url = "https://github.com/myBraavos/braavos-account-cairo" [[repo]] -url = "https://github.com/BlathanAevon/starknet_dmail" +url = "https://github.com/myBraavos/starknet-basecamp-aa-example" [[repo]] -url = "https://github.com/Nadai2010/Lambda-Guia-Platinum" +url = "https://github.com/myBraavos/starknet-deeplink" [[repo]] -url = "https://github.com/0xKubitus/avnu-workshop-starknetcc" +url = "https://github.com/myBraavos/starknet-devnet" [[repo]] -url = "https://github.com/Jacobgijah/Starknet-cohort-assignments" +url = "https://github.com/myBraavos/starknet-journey-map" [[repo]] -url = "https://github.com/frankomosh/starknet-cohort" +url = "https://github.com/myBraavos/starknet-meta" [[repo]] -url = "https://github.com/SYBIL-MAFIA/starknet-soft-retrodrops" +url = "https://github.com/myBraavos/starknet-url" [[repo]] -url = "https://github.com/Lynette7/Starknet_assignments" +url = "https://github.com/Nadai2010/Cairo-0.10.0-Starknet-en-Ubuntu-22.04-con-Nile-y-VsCode." [[repo]] -url = "https://github.com/0xAsten/madara-cli" +url = "https://github.com/Nadai2010/Lambda-Guia-Platinum" [[repo]] -url = "https://github.com/argentlabs/starknet-off-chain-signature" +url = "https://github.com/Nadai2010/Nadai-Cairo-101-Starknet" [[repo]] -url = "https://github.com/qtrix/starknet-ico" +url = "https://github.com/Nadai2010/Nadai-Cairo-721-Starknet-Edu" [[repo]] -url = "https://github.com/zeroday-amethyst/starknet-node" +url = "https://github.com/Nadai2010/Nadai-Cairo-ERC20-Starknet-Edu" [[repo]] -url = "https://github.com/Denend/starknet10k" +url = "https://github.com/Nadai2010/Nadai-Docker-Starknet-TEST" [[repo]] -url = "https://github.com/lambdaclass/yet-another-swap" +url = "https://github.com/Nadai2010/Nadai-ERC3525-Starknet" [[repo]] -url = "https://github.com/munris-vlad/starknet-address-generator" +url = "https://github.com/Nadai2010/Nadai-Min-Starknet" [[repo]] -url = "https://github.com/SaudxInu/starknet-basecamp" +url = "https://github.com/Nadai2010/Nadai-NaiProxy-Starknet-ERC20" [[repo]] -url = "https://github.com/0xluen/Starknet-ERC721-Balance" +url = "https://github.com/Nadai2010/Nadai-NaiProxyV2-Starknet-ERC20" [[repo]] -url = "https://github.com/keep-starknet-strange/tsubasa-website" +url = "https://github.com/Nadai2010/Nadai-SHARP-Starknet" [[repo]] -url = "https://github.com/keep-starknet-strange/satoru" +url = "https://github.com/Nadai2010/Nadai-SHH" [[repo]] -url = "https://github.com/adityakaklij/Starknet_React" +url = "https://github.com/Nadai2010/Nadai-StarkEasy" [[repo]] -url = "https://github.com/edbertkwesiek/cairo" +url = "https://github.com/Nadai2010/Nadai-Starknet-Basecamp" [[repo]] -url = "https://github.com/dohoiwqel/starknet_dmail" +url = "https://github.com/Nadai2010/Nadai-Starknet-Debug-Protostar" [[repo]] -url = "https://github.com/dbejarano820/starknet_homepage" +url = "https://github.com/Nadai2010/Nadai-Starknet-Edu-Accounts" [[repo]] -url = "https://github.com/fraggdiller/generate-starknet-wallets" +url = "https://github.com/Nadai2010/Nadai-Starknet-Edu-Bridge-L2-L1" [[repo]] -url = "https://github.com/keep-starknet-strange/tsubasa" +url = "https://github.com/Nadai2010/Nadai-Starknet-UDC-Protostar-L2ESERC721" [[repo]] -url = "https://github.com/James-wasonga/Starknet_cohort_assignment" +url = "https://github.com/Nadai2010/Nadai-StarknetEs--Deploy-Cairo1" [[repo]] -url = "https://github.com/keep-starknet-strange/edo-tensei" +url = "https://github.com/Nadai2010/Nadai-StarknetEs-Guia-Cairo1" [[repo]] -url = "https://github.com/Sandeep0322/starknet-connect" +url = "https://github.com/Nadai2010/Nadai-StarknetEs-StarkExt-VS-Code" [[repo]] -url = "https://github.com/ptisserand/ethglobal-paris-starksplitter" +url = "https://github.com/Nadai2010/Nadai-Workshop-L2-Starknet-AA" [[repo]] -url = "https://github.com/0xluen/Starknet-ERC721" +url = "https://github.com/Nadai2010/StarknetEs-Cairo-Book" [[repo]] -url = "https://github.com/Ted1166/starknet-cohort-assignments" +url = "https://github.com/Nadai2010/StarknetEs-Starklings-Cairo-1" [[repo]] -url = "https://github.com/ptisserand/workshop-starknetcc" +url = "https://github.com/naelob/cairo-lang-official-exercices" [[repo]] -url = "https://github.com/mst-projects/ff_protocol" +url = "https://github.com/naelob/Cairo_Learning" [[repo]] -url = "https://github.com/TeddyNotBear/save-the-quacks" +url = "https://github.com/naelob/hello-cairo" [[repo]] -url = "https://github.com/anhdaits/Stark" +url = "https://github.com/naelob/hello-starknet" [[repo]] -url = "https://github.com/Lapo9/Layer-2-Blockchains-for-Videogames" +url = "https://github.com/naelob/playing-with-protostar" [[repo]] -url = "https://github.com/baruka99/starknet" +url = "https://github.com/naelob/RYO" [[repo]] -url = "https://github.com/ptisserand/workshop-template" +url = "https://github.com/naelob/StarkQuestDemo" [[repo]] -url = "https://github.com/Kagwep/starknetstarter" +url = "https://github.com/naouflex/inverse-starknet" [[repo]] -url = "https://github.com/KayaKerem/tokenstalk-starknethh" +url = "https://github.com/nathankoerschner/Mirror.XYZ-Scraper" [[repo]] -url = "https://github.com/happyhackerbird/kakarot-starknet-hh" +url = "https://github.com/ne7ermore/starknet-info" [[repo]] -url = "https://github.com/tradeparadex/starknet-signing-cpp" +url = "https://github.com/NeedWings/Starknet_deployer" [[repo]] -url = "https://github.com/Alanle1011/starknet-hardhat-plugin-pratice" +url = "https://github.com/neerajreddy1850/Cairo-ERC20" [[repo]] -url = "https://github.com/marissaposner/Comet" +url = "https://github.com/nehatkkhan786/starknetd_discord_bot" [[repo]] -url = "https://github.com/ptisserand/katana-simple-ticker-counter" +url = "https://github.com/nestorbonilla/starknet-accounts-cairo-1" [[repo]] -url = "https://github.com/yasmeen/starknet-app" +url = "https://github.com/NethermindEth/horus-compile" [[repo]] -url = "https://github.com/Quentash/starknetcc" +url = "https://github.com/NethermindEth/juno" [[repo]] -url = "https://github.com/JSeam2/EZKL-Starknet-Test" +url = "https://github.com/NethermindEth/sign-in-with-starknet" [[repo]] -url = "https://github.com/Felabs1/Starknet-cohort-assignments" +url = "https://github.com/NethermindEth/starknet-remix-plugin" [[repo]] -url = "https://github.com/ne7ermore/starknet-info" +url = "https://github.com/NethermindEth/starknet-state-verifier" [[repo]] -url = "https://github.com/BlessingEmah/starknet-contracts" +url = "https://github.com/NethermindEth/starknet.unity" [[repo]] -url = "https://github.com/dontpanicdao/starknet-da" +url = "https://github.com/NethermindEth/StarknetByExample" [[repo]] -url = "https://github.com/gianalarcon/Ownable-Starknet" +url = "https://github.com/NethermindEth/warp" [[repo]] -url = "https://github.com/starknet-edu/aa-workshop" +url = "https://github.com/NFTChief/nftcollectionlauncher" [[repo]] -url = "https://github.com/yogh333/starknet-workspace" +url = "https://github.com/Niceboy0829/Realms-Contracts" [[repo]] -url = "https://github.com/sm1ck/starkstats" +url = "https://github.com/nick07002/DeployCairoContractToStarknet" [[repo]] -url = "https://github.com/0xUniko/starknet-demo-app" +url = "https://github.com/NicolasMassart/starklings" [[repo]] -url = "https://github.com/foundry-rs/starknet_forge_template" +url = "https://github.com/nicon44/starknet-forms" [[repo]] -url = "https://github.com/ProNodes11/Starknet-checker" +url = "https://github.com/NicsTr/Starknet2022-WriteUps" [[repo]] -url = "https://github.com/Scotthamy/disperse-starknet" +url = "https://github.com/nmalzieu/protostar" [[repo]] -url = "https://github.com/ruleslabs/starknet-erc721" +url = "https://github.com/nmalzieu/starky" [[repo]] -url = "https://github.com/519swap/starknetProject" +url = "https://github.com/Noeljarillo/starknetproject" [[repo]] -url = "https://github.com/Nadai2010/Nadai-SHH" +url = "https://github.com/nostrafinance/cairo-docgen" [[repo]] -url = "https://github.com/keep-starknet-strange/gomu-gomu-no-gatling" +url = "https://github.com/NotNikita/Web3Wallet" [[repo]] -url = "https://github.com/Sekhmet/starknet-testnet" +url = "https://github.com/NTSNetwork/Starknet" [[repo]] -url = "https://github.com/starknet-id/land.starknet.quest" +url = "https://github.com/nuel-ikwuoma/starkling-solutions" [[repo]] -url = "https://github.com/foundry-rs/starknet-foundry" +url = "https://github.com/nulven/EthDataMarketplace" [[repo]] -url = "https://github.com/cannsky/Web3-Moba-Game" +url = "https://github.com/Nysm-Inc/Encode-Hackathon-Starknet" [[repo]] -url = "https://github.com/mul1sh/0xThoth" +url = "https://github.com/Nysm-Inc/phi-frontend" [[repo]] -url = "https://github.com/JameWade/starkj" +url = "https://github.com/Nysm-Inc/philand-demo" [[repo]] -url = "https://github.com/RichardZHLH/StarknetHardhat" +url = "https://github.com/oboulant/starknet-messaging-bridge" [[repo]] -url = "https://github.com/cryptocaju/starknet" +url = "https://github.com/ofux/protostar" [[repo]] -url = "https://github.com/the-ninth/starknet-contracts" +url = "https://github.com/ofux/starknet-migrations-poc" [[repo]] -url = "https://github.com/0x3327/starknet-zkfloat" +url = "https://github.com/Oib-Usib/StarkNet" [[repo]] -url = "https://github.com/abhi3700/cairo-playground" +url = "https://github.com/OilerNetwork/fossil-starknet-101" [[repo]] -url = "https://github.com/Carbonable/metadata" +url = "https://github.com/OilerNetwork/pitchlake_starknet" [[repo]] -url = "https://github.com/leary423/Starknet-pro123" +url = "https://github.com/okekefrancis112/test-cairo" [[repo]] -url = "https://github.com/leary423/starknet_pro12" +url = "https://github.com/okkostenko/crypto_price_prediction_starknet" [[repo]] -url = "https://github.com/leary423/starknet_pro" +url = "https://github.com/Olanetsoft/deploy-erc2o-token-with-Starknet" [[repo]] -url = "https://github.com/software-mansion/setup-scarb" +url = "https://github.com/omarespejel/cosecha-starknet-eth" [[repo]] -url = "https://github.com/starknet-id/affiliate.starknet.id" +url = "https://github.com/omarespejel/sakura" [[repo]] -url = "https://github.com/zk-ns/zk-name-service--cairo1.0" +url = "https://github.com/omarespejel/starknet-erc721-testing" [[repo]] -url = "https://github.com/credence0x/cairo-damn-vulnerable-defi" +url = "https://github.com/omarespejel/walking-with-starknet" [[repo]] -url = "https://github.com/EkuboProtocol/governance" +url = "https://github.com/onlydustxyz/kaaper" [[repo]] -url = "https://github.com/amanusk/scarb-contract-template" +url = "https://github.com/onlydustxyz/marketplace" [[repo]] -url = "https://github.com/Saidaxmad-Maxm/StarkNet7" +url = "https://github.com/onlydustxyz/marketplace-starknet" [[repo]] -url = "https://github.com/lambdaclass/madara_explorer" +url = "https://github.com/onlydustxyz/starklings" [[repo]] -url = "https://github.com/Th0rgal/plugin_starknetid" +url = "https://github.com/open-dust/cairo-foundry" [[repo]] -url = "https://github.com/0x3327/Starknet-SKProof" +url = "https://github.com/open3x/meta-material-frontend" [[repo]] -url = "https://github.com/chingunee/The-Cairo-Programming-Language" +url = "https://github.com/OpenTechne/TheSandWalker" [[repo]] -url = "https://github.com/hakanmetu/starknet" +url = "https://github.com/OpenZeppelin/cairo-contracts" [[repo]] -url = "https://github.com/vkubilays/Get-Starknet" +url = "https://github.com/OpenZeppelin/nile" [[repo]] -url = "https://github.com/Gamlet-Gam/StarkNet" +url = "https://github.com/OpenZeppelin/nile-rs" [[repo]] -url = "https://github.com/Par-Parur/StarkNet" +url = "https://github.com/OpenZeppelin/openzeppelin-nile-upgrades" [[repo]] -url = "https://github.com/Andr-And/StarkNet" +url = "https://github.com/Optio-Finance/spark-boilerplate" [[repo]] -url = "https://github.com/Aram-Ara/StarkNet" +url = "https://github.com/option-dance/option-dance-starknet" [[repo]] -url = "https://github.com/Papa-Ap/StarkNet" +url = "https://github.com/Orbiter-Finance/sn_cross_contract" [[repo]] -url = "https://github.com/Oib-Usib/StarkNet" +url = "https://github.com/orexcoder/starknet_smart" [[repo]] -url = "https://github.com/ColinWttt/pragma-hack-cairo" +url = "https://github.com/orf/pypi-data" [[repo]] -url = "https://github.com/ArturVargas/vault-back" +url = "https://github.com/OriginProtocol/originators" [[repo]] -url = "https://github.com/lambdaclass/starknet_stack" +url = "https://github.com/OthmanSefraoui/StarkGuru" [[repo]] -url = "https://github.com/surfer05/starknetjs" +url = "https://github.com/oviaseshadri/starknet-erc721_solutions" [[repo]] -url = "https://github.com/leecobaby/study-starknet" +url = "https://github.com/owanikin/cairo_works" [[repo]] -url = "https://github.com/0x4satoshi/starknet" +url = "https://github.com/oxlime/nogamed_cairo" [[repo]] -url = "https://github.com/harshnambiar/hello_stknt" +url = "https://github.com/panoptisDev/sunflower-nft-game" [[repo]] -url = "https://github.com/wliu6v/starknet-storage-test" +url = "https://github.com/Papa-Ap/StarkNet" [[repo]] -url = "https://github.com/bacharif/kakashi" +url = "https://github.com/Par-Parur/StarkNet" [[repo]] -url = "https://github.com/WiseMrMusa/ERC20-Cairo" +url = "https://github.com/parketh/scaffold-stark" [[repo]] -url = "https://github.com/ArturVargas/vault-indexer" +url = "https://github.com/paulmillr/micro-starknet" [[repo]] -url = "https://github.com/ArturVargas/stark-vault" +url = "https://github.com/paulmillr/scure-starknet" [[repo]] -url = "https://github.com/starknet-edu/ownable_v2" +url = "https://github.com/pedrobeirao/cairo-math" [[repo]] -url = "https://github.com/ahmetakgul844/StarknetSpeed" +url = "https://github.com/pedrobergamini/starknet-staking" [[repo]] -url = "https://github.com/HogenYuan/starknet_check" +url = "https://github.com/perama-v/perama-v.github.io" [[repo]] -url = "https://github.com/peteruche21/didactic-waddle" +url = "https://github.com/Pet3ris/gas-estimation-example" [[repo]] -url = "https://github.com/software-mansion/asdf-scarb" +url = "https://github.com/petarcalic99/tiny_CNN_on_STARKNET" [[repo]] -url = "https://github.com/ruleslabs/starknet-utils" +url = "https://github.com/peteruche21/didactic-waddle" [[repo]] -url = "https://github.com/tekkac/l2_minter" +url = "https://github.com/PhilippeR26/Account-Abstraction-for-Starknet-Hardhat" [[repo]] -url = "https://github.com/amanusk/starknet_token_remover" +url = "https://github.com/PhilippeR26/AskYourParents-contracts" [[repo]] -url = "https://github.com/sektor7k/Starknet-Example-Contract" +url = "https://github.com/PhilippeR26/Cairo1-dev" [[repo]] -url = "https://github.com/ColinWttt/zap-mint-starknet.id-frontend" +url = "https://github.com/PhilippeR26/Cairo1JS" [[repo]] -url = "https://github.com/tigretocode/starknet" +url = "https://github.com/PierDev/Pi-Protocol" [[repo]] -url = "https://github.com/NotNikita/Web3Wallet" +url = "https://github.com/pikassohq/pikasso-starknet-worker" [[repo]] -url = "https://github.com/starknet-edu/starknet_transaction_monitor" +url = "https://github.com/Pikkuherkko/CDP-Starknet" [[repo]] -url = "https://github.com/cairo-nix/cairo-nix" +url = "https://github.com/Pikkuherkko/DANK.cash" [[repo]] -url = "https://github.com/ruleslabs/starknet-messages" +url = "https://github.com/Pikkuherkko/Starknet-Account-Verifier" [[repo]] -url = "https://github.com/cienicera/nft-svg-onchain-poc" +url = "https://github.com/PinkDiamond1/astraly-contracts" [[repo]] -url = "https://github.com/mst-projects/starknet-nft-frontend" +url = "https://github.com/PinkDiamond1/protostar" [[repo]] -url = "https://github.com/holyaustin/StarkNet_Cairo_Bootcamp" +url = "https://github.com/PinkDiamond1/starknet-devnet" [[repo]] -url = "https://github.com/nehatkkhan786/starknetd_discord_bot" +url = "https://github.com/PinkDiamond1/warp" [[repo]] -url = "https://github.com/LedgerHQ/starknet-sdk" +url = "https://github.com/Pirate2Pirate/EthOnline" [[repo]] -url = "https://github.com/RedBeardEth/starknet-bridge-subgraph" +url = "https://github.com/plushkinv/starknet_bridge" [[repo]] -url = "https://github.com/minhchauyds1996/starknet" +url = "https://github.com/pmuens/cairo-by-example.org" [[repo]] -url = "https://github.com/dadsec-dev/Cairo-ERC20-Contract" +url = "https://github.com/pmuens/cairoground" [[repo]] -url = "https://github.com/Nadai2010/Nadai-StarknetEs-Guia-Cairo1" +url = "https://github.com/pmuens/hello-cairo" [[repo]] -url = "https://github.com/metaforo/starknet_governance" +url = "https://github.com/pmuens/hello-starknet" [[repo]] -url = "https://github.com/mst-projects/starknet-stellar-nft-contract" +url = "https://github.com/polyackiy/Protostar" [[repo]] -url = "https://github.com/starknet-id/multicalls_old" +url = "https://github.com/ponderingdemocritus/protostar" [[repo]] -url = "https://github.com/option-dance/option-dance-starknet" +url = "https://github.com/potti/starknet-basecamp" [[repo]] -url = "https://github.com/yusufferdogan/STARKREVOKE" +url = "https://github.com/POzTiVChIK/starknet_project" [[repo]] -url = "https://github.com/yusufferdogan/STARKNET-REACT-BOILERPLATE" +url = "https://github.com/PradhumnaPancholi/starknet-demo-contract" [[repo]] -url = "https://github.com/attendify-poap/prezent_starknet_contract" +url = "https://github.com/princearoragithub/starknet.py" [[repo]] -url = "https://github.com/Godspower-Eze/starknet-superfluidv2-demo-ui" +url = "https://github.com/prix0007/starknet-scarb-starter-boilerplate" [[repo]] -url = "https://github.com/hellooo-stack/starknet-j" +url = "https://github.com/ProNodes11/Starknet-checker" [[repo]] -url = "https://github.com/Godspower-Eze/starknet-superfluidv2-demo-backend" +url = "https://github.com/Prop-House/starknet-relayer" [[repo]] -url = "https://github.com/OpenTechne/TheSandWalker" +url = "https://github.com/pscott/StarknetCC-CTF" [[repo]] -url = "https://github.com/0xmetaschool/erc20-starknet-cairo-boilerplate" +url = "https://github.com/ptisserand/ethglobal-paris-starksplitter" [[repo]] -url = "https://github.com/Ash20pk/erc20-starknet-cairo-boilerplate" +url = "https://github.com/ptisserand/katana-simple-ticker-counter" [[repo]] -url = "https://github.com/0xandee/starknet-nft-holder-check" +url = "https://github.com/ptisserand/starknet-cc-ctf" [[repo]] -url = "https://github.com/distributed-lab/starknet-smart-contract" +url = "https://github.com/ptisserand/workshop-starknetcc" [[repo]] -url = "https://github.com/m-kus/tz-starks" +url = "https://github.com/ptisserand/workshop-template" [[repo]] -url = "https://github.com/glihm/protostar-test" +url = "https://github.com/qd-qd/starknet-indexer" [[repo]] -url = "https://github.com/ruleslabs/starknet-erc-1155" +url = "https://github.com/QinPengLin/starknet-go" [[repo]] -url = "https://github.com/kaizokulabs/argus" +url = "https://github.com/qplqpl123/g-genesis" [[repo]] -url = "https://github.com/rubsoft/StarkNet-Basecamp-Pioneros" +url = "https://github.com/qtrix/starknet-ico" [[repo]] -url = "https://github.com/SantiagoPittella/test-starknet-package" +url = "https://github.com/Quadratic-Labs/Apibara-deserializer" [[repo]] -url = "https://github.com/acollette/diode_starknet" +url = "https://github.com/Quadratic-Labs/Moloch-on-Starknet" [[repo]] -url = "https://github.com/NethermindEth/StarknetByExample" +url = "https://github.com/Quadratic-Labs/Moloch-on-Starknet-indexer" [[repo]] -url = "https://github.com/hanerkoca/Starknet-Cairo1" +url = "https://github.com/quasarlabsXYZ/dvdsn" [[repo]] -url = "https://github.com/dipdup-io/starknet-id" +url = "https://github.com/Quentash/starknetcc" [[repo]] -url = "https://github.com/fareeha25/starkNet-cairo-erc" +url = "https://github.com/quentin-abei/cairo-book-learn" [[repo]] -url = "https://github.com/reddio-com/ReddioKit" +url = "https://github.com/R1M-NODES/starknet" [[repo]] -url = "https://github.com/glihm/potara-fs" +url = "https://github.com/racso2609/cairo-boilerplate" [[repo]] -url = "https://github.com/gianalarcon/SimpleStorage_Cairo1" +url = "https://github.com/racso2609/cairo-contract-template" [[repo]] -url = "https://github.com/leary423/proj-starknet-122" +url = "https://github.com/RafaBlockDev/StarkNet-Research" [[repo]] -url = "https://github.com/buxiaozhizi/starknet" +url = "https://github.com/raghav-rama/spiritual-dao" [[repo]] -url = "https://github.com/Aeonflux058/starknet" +url = "https://github.com/raghav-rama/starknet-wallet-connect" [[repo]] -url = "https://github.com/leanazlak/starknet" +url = "https://github.com/rainerenglisch/cairo1" [[repo]] -url = "https://github.com/Dennisic/starknet-test525-1" +url = "https://github.com/rajeebkm/deploy-cairo1-on-starknet" [[repo]] -url = "https://github.com/starknet-io/types-rs" +url = "https://github.com/randomfeedooooor/cairo-contracts" [[repo]] -url = "https://github.com/0xSuku/starknet-basecamp" +url = "https://github.com/randomfeedooooor/frontend" [[repo]] -url = "https://github.com/keep-starknet-strange/madara-website" +url = "https://github.com/raphaelDkhn/json-on-starknet" [[repo]] -url = "https://github.com/geyu210/starknet_Basecamp_Homework" +url = "https://github.com/raphaelDkhn/midi-on-starknet" [[repo]] -url = "https://github.com/Th0rgal/plugin-bmc" +url = "https://github.com/RaphaelHardFork/account" [[repo]] -url = "https://github.com/xJonathanLEI/felt-bench" +url = "https://github.com/Ratimon/Cairo-smartcontract-template" [[repo]] -url = "https://github.com/fabius8/starknet_mission_check" +url = "https://github.com/Raum-Network/raum_network_tokens" [[repo]] -url = "https://github.com/starknet-id/contract_cairo1" +url = "https://github.com/RayXpub/cairo" [[repo]] -url = "https://github.com/Sayrarh/Starknet-Cairo-1.0" +url = "https://github.com/raznorabochiy/starknet-stats" [[repo]] -url = "https://github.com/codeesura/Ethereum-Bridge-Transaction-Tool-zkSync-Starknet" +url = "https://github.com/rcatalan98/simple-erc20-starknet" [[repo]] -url = "https://github.com/Akagi201/cairo-workshop" +url = "https://github.com/rdubois-crypto/MyCairoPlayground" [[repo]] -url = "https://github.com/swiiny/starknext" +url = "https://github.com/reborn-sama/Starknet_Basecamp" [[repo]] -url = "https://github.com/starknet-id/api.starknet.id" +url = "https://github.com/recursive-research/rift-cairo-sandbox" [[repo]] -url = "https://github.com/starknet-id/watchtower.starknet.id" +url = "https://github.com/RedBeardEth/starknet-bridge-subgraph" [[repo]] -url = "https://github.com/vvwvann/starknet-example" +url = "https://github.com/RedBlood639/StarkNet-Cario" [[repo]] -url = "https://github.com/VictorONN/starknetnairobiclass5" +url = "https://github.com/reddio-com/ReddioKit" [[repo]] -url = "https://github.com/codeWhizperer/min-cairo" +url = "https://github.com/Redfur/learn-proto" [[repo]] -url = "https://github.com/myBraavos/starknet-journey-map" +url = "https://github.com/RedVelvetZip/starknet-bc" [[repo]] -url = "https://github.com/0xKubitus/starknet-erc721-cairo-v0" +url = "https://github.com/refcell/cairo-by-example" [[repo]] -url = "https://github.com/sergey-melnychuk/armada" +url = "https://github.com/refcell/cairomate" [[repo]] -url = "https://github.com/argentlabs/min-starknet" +url = "https://github.com/refcell/cairopal" [[repo]] -url = "https://github.com/0xSpaceShard/starknet-devnet-rs" +url = "https://github.com/rejep10/Dmail_starknet" +missing = true [[repo]] -url = "https://github.com/lambdaclass/starknet_rollup_on_bitcoin" +url = "https://github.com/rejep10/my_swap_starknet" [[repo]] -url = "https://github.com/cryptoleek-eth/hello-starknet-with-protostar" +url = "https://github.com/rejep10/nft_mint_starknet" [[repo]] -url = "https://github.com/0xSpaceShard/starknet-bridge-relayer-tools" +url = "https://github.com/renegade-fi/renegade-contracts" [[repo]] -url = "https://github.com/devnet0x/Starknet_build" +url = "https://github.com/Riad-Quadratic/kakarot" [[repo]] -url = "https://github.com/Carbonable/mint-from-ethereum" +url = "https://github.com/RichardZHLH/StarknetHardhat" [[repo]] -url = "https://github.com/Darlington02/StarknetAccounts-Cairo1" +url = "https://github.com/richwarner/cairo-workshop" [[repo]] -url = "https://github.com/supernovahs/starknet-rs" +url = "https://github.com/richwarner/starknet-evm-erc20" [[repo]] -url = "https://github.com/subvisual/starknet-demo-dapp" +url = "https://github.com/rishotics/starknetcc_2022" [[repo]] -url = "https://github.com/Carbonable/metadata-cairo0" +url = "https://github.com/rkdud007/noob-blockchain-rs" [[repo]] -url = "https://github.com/Kalzak/StarknetBasecamp" +url = "https://github.com/rkdud007/rifle" [[repo]] -url = "https://github.com/makluganteng/Starky" +url = "https://github.com/robertkodra/protostar" [[repo]] -url = "https://github.com/avnu-labs/avnu-contracts" +url = "https://github.com/Rog3rSm1th/CairoExperiments" [[repo]] -url = "https://github.com/dbejarano820/cairo_projects" +url = "https://github.com/RoyaNsss/starknet" [[repo]] -url = "https://github.com/4sm-ops/starknet-fun" +url = "https://github.com/rpruizc/cairo_examples" [[repo]] -url = "https://github.com/omarespejel/sakura" +url = "https://github.com/rubsoft/StarkNet-Basecamp-Pioneros" [[repo]] -url = "https://github.com/PhilippeR26/Cairo1JS" +url = "https://github.com/ruleslabs/kass" [[repo]] -url = "https://github.com/Sandeep0322/starknet-account-express-snippet" +url = "https://github.com/ruleslabs/starknet-erc-1155" [[repo]] -url = "https://github.com/Nadai2010/StarknetEs-Starklings-Cairo-1" +url = "https://github.com/ruleslabs/starknet-erc721" [[repo]] -url = "https://github.com/AkashBalasubramani/Starknet-js-Web3-Interactions" +url = "https://github.com/ruleslabs/starknet-messages" [[repo]] -url = "https://github.com/LedgerHQ/plugin-erc20" +url = "https://github.com/ruleslabs/starknet-utils" [[repo]] -url = "https://github.com/Kds-JS/wallet_Dapp_Starknet" +url = "https://github.com/rvorias/starkdew-valley" [[repo]] -url = "https://github.com/ccolorado/starknet-pioneros-2023" +url = "https://github.com/rzmahmood/StarkNet-NFT-Template" [[repo]] -url = "https://github.com/shalomxl/ERC20_Cairo1_Starknet" +url = "https://github.com/s-davv/Starknet" [[repo]] -url = "https://github.com/reborn-sama/Starknet_Basecamp" +url = "https://github.com/Sa7cez/addresses-generator" [[repo]] -url = "https://github.com/bastien707/starknet_bootcamp_1" +url = "https://github.com/Sagar133/astraly-contracts" [[repo]] -url = "https://github.com/quentin-abei/cairo-book-learn" +url = "https://github.com/said017/ciriverse-starknet-contract" [[repo]] -url = "https://github.com/jiayi-boot/starknet" +url = "https://github.com/Saidaxmad-Maxm/StarkNet7" [[repo]] -url = "https://github.com/potti/starknet-basecamp" +url = "https://github.com/sajjadium/ctf-archives" [[repo]] -url = "https://github.com/sustia-llc/starknet-redux-typescript" +url = "https://github.com/Salvatorenodes/Starknet-Test" [[repo]] -url = "https://github.com/blablalf/starknet-101" +url = "https://github.com/sam0110/cairo-collatz-conjecture" [[repo]] -url = "https://github.com/hxfjsw/starknet_web_demo" +url = "https://github.com/sambarnes/cairo-bloom" [[repo]] -url = "https://github.com/software-mansion-labs/scarb-eject" +url = "https://github.com/sambarnes/cairo-dutch" [[repo]] -url = "https://github.com/dubzn/starknet_contract_example" +url = "https://github.com/sambarnes/cairo-multisig" [[repo]] -url = "https://github.com/starknet-io/starknet-docs-antora-ui" +url = "https://github.com/sambarnes/fullstack-starknet" [[repo]] -url = "https://github.com/RoyaNsss/starknet" +url = "https://github.com/sambarnes/prototype" [[repo]] -url = "https://github.com/HerodotusDev/StarkBadge" +url = "https://github.com/samueloh99/starknet-project-1" [[repo]] -url = "https://github.com/Nadai2010/StarknetEs-Cairo-Book" +url = "https://github.com/Sandeep0322/starknet-account-express-snippet" [[repo]] -url = "https://github.com/TotalPizza/starknet-multisig-account" +url = "https://github.com/Sandeep0322/starknet-connect" [[repo]] -url = "https://github.com/dojoengine/katana" +url = "https://github.com/sansx/starknet-cn-homepage" [[repo]] -url = "https://github.com/NethermindEth/sign-in-with-starknet" +url = "https://github.com/SantiagoPittella/test-starknet-package" [[repo]] -url = "https://github.com/CarmineOptions/governance" +url = "https://github.com/satyvm/cairo_starknet" [[repo]] -url = "https://github.com/0xd3bs/Starknet-Basecamp" +url = "https://github.com/satyvm/nftrokz" [[repo]] -url = "https://github.com/ArturVargas/juno-dappnode" +url = "https://github.com/satyvm/nftswap_frontend" [[repo]] -url = "https://github.com/liobrasil/starknet-cairo-101" +url = "https://github.com/SaudxInu/starknet-basecamp" [[repo]] -url = "https://github.com/zkjet/cairo-starknet" +url = "https://github.com/sayajin-labs/kakarot" [[repo]] -url = "https://github.com/CarmineOptions/keeper-bot" +url = "https://github.com/Sayrarh/Cairo-Skarknet-Contracts" [[repo]] -url = "https://github.com/isabelatravaglia/starknet-cairo1-101" +url = "https://github.com/Sayrarh/Starknet-Cairo-1.0" [[repo]] -url = "https://github.com/RaphaelHardFork/account" +url = "https://github.com/scio-labs/awesome-name-services" [[repo]] -url = "https://github.com/script-money/StarkNet-Basecamp-Homework" +url = "https://github.com/Scotthamy/disperse-starknet" [[repo]] -url = "https://github.com/0xSpaceShard/multicall-example" +url = "https://github.com/script-money/StarkNet-Basecamp-Homework" [[repo]] -url = "https://github.com/starknet-id/auto_renew_contract" +url = "https://github.com/sdgalvan/data-structures-cairo" [[repo]] -url = "https://github.com/Medvedevalaska/Starknet-test" +url = "https://github.com/sdlyy/starknet-playground" [[repo]] -url = "https://github.com/starknet-edu/kakashi" +url = "https://github.com/Sekhmet/starknet-testnet" [[repo]] -url = "https://github.com/okkostenko/crypto_price_prediction_starknet" +url = "https://github.com/sektor7k/Starknet-Example-Contract" [[repo]] -url = "https://github.com/gyan0890/StarkNetTurkey_HERDAO" +url = "https://github.com/sergey-melnychuk/armada" [[repo]] -url = "https://github.com/xJonathanLEI/docker-cairo-lang" +url = "https://github.com/SerhiiSol1/cairo-repo" [[repo]] -url = "https://github.com/PhilippeR26/Cairo1-dev" +url = "https://github.com/seritalien/StarkNet-Dev-Container" [[repo]] -url = "https://github.com/devenmatthews/starknet-governance-docs" +url = "https://github.com/seshanthS/starknetIndia_2022" [[repo]] -url = "https://github.com/BlockchainAsset/cairo-contracts" +url = "https://github.com/shalomxl/ERC20_Cairo1_Starknet" [[repo]] -url = "https://github.com/tutan123/MintCorner" +url = "https://github.com/Shard-Labs/starknet-devnet" [[repo]] -url = "https://github.com/Nadai2010/Nadai-StarknetEs-StarkExt-VS-Code" +url = "https://github.com/Shard-Labs/starknet-hardhat-example" [[repo]] -url = "https://github.com/Starkswap/ironfleet-contracts" +url = "https://github.com/Shard-Labs/starknet-hardhat-plugin" [[repo]] -url = "https://github.com/Starkswap/starkswap-contracts" +url = "https://github.com/Shard-Labs/starknet-marbles" [[repo]] -url = "https://github.com/grillolepic/tuxit_starknet_tech_demos_contracts" +url = "https://github.com/Shinwari536/cairo-Aug29" [[repo]] -url = "https://github.com/Raum-Network/raum_network_tokens" +url = "https://github.com/Shinwari536/cairo-hints-Aug30" [[repo]] -url = "https://github.com/MusebotAi/starknet" +url = "https://github.com/Shinwari536/contract-balance" [[repo]] -url = "https://github.com/tracyzhang1998/StarknetVote" +url = "https://github.com/Shr1ftyy/cairo-stark-learning" [[repo]] -url = "https://github.com/chatstarknet/ChatStarknet-Web" +url = "https://github.com/shramee/cairo0-wasm" [[repo]] -url = "https://github.com/Treasury-research/starknet-web" +url = "https://github.com/shramee/creative-cairo" [[repo]] -url = "https://github.com/d4rk4444/starknet-bridge" +url = "https://github.com/shramee/ethin22" [[repo]] -url = "https://github.com/Laplace5079/starknet-tarot" +url = "https://github.com/shramee/scc22in-onchain-games-cairo" [[repo]] -url = "https://github.com/nick07002/DeployCairoContractToStarknet" +url = "https://github.com/shramee/shhtarknet" [[repo]] -url = "https://github.com/QinPengLin/starknet-go" +url = "https://github.com/shramee/starklings-cairo1" [[repo]] -url = "https://github.com/Sa7cez/addresses-generator" +url = "https://github.com/shramee/starknet-accuweather-oracle" [[repo]] -url = "https://github.com/SithSwap/ministark" +url = "https://github.com/shramee/starknet-dapp-with-docker" [[repo]] -url = "https://github.com/sansx/starknet-cn-homepage" +url = "https://github.com/shramee/starknet-hardhat-template" [[repo]] -url = "https://github.com/myBraavos/starknet-meta" +url = "https://github.com/shramee/starknet-node-python-dind-ci" [[repo]] -url = "https://github.com/actions-marketplace-validations/42labs_starknet-interface-checker-gha" +url = "https://github.com/shramee/starknet-role-manager" [[repo]] -url = "https://github.com/sugarforever/starknet-erc721" +url = "https://github.com/shramee/starknet-wasm" [[repo]] -url = "https://github.com/briqNFT/k8s-chain-state" +url = "https://github.com/shramee/trustless-sockets" [[repo]] -url = "https://github.com/elielnfinic/starknet-ztransform" +url = "https://github.com/ShubhamChndrvnshi/zk-curve" [[repo]] -url = "https://github.com/janek26/my-starknet-app" +url = "https://github.com/sidarth16/ZkP-Workbook" [[repo]] -url = "https://github.com/0xKubitus/deploy-cairo1-demo" +url = "https://github.com/sigridjineth/ethereum-etl-storage-proof" [[repo]] -url = "https://github.com/illiashenkoo/crypto-starknet-test" +url = "https://github.com/simidawalang/cairo-intro" [[repo]] -url = "https://github.com/ClementCauffet/deploy-cairo1" +url = "https://github.com/sipalingtestnet/starknet" [[repo]] -url = "https://github.com/wenzhenxiang/starkhitchhiker" +url = "https://github.com/SithSwap/ministark" [[repo]] -url = "https://github.com/xJonathanLEI/docker-cairo" +url = "https://github.com/sivathanuk/explore-starknet" [[repo]] -url = "https://github.com/strips-finance/rabbitx_contracts" +url = "https://github.com/skerchouni59/starknet" [[repo]] -url = "https://github.com/flavien-ro/starknet-quiz" +url = "https://github.com/skia-wallet/ExampleDapp" [[repo]] -url = "https://github.com/BibliothecaDAO/InstaSwap" +url = "https://github.com/sleepyqadir/Encode-zk-bootcamp" [[repo]] -url = "https://github.com/0xSpaceShard/Keccak_example" +url = "https://github.com/Slovenia-team/starknet-erc721-storage" [[repo]] -url = "https://github.com/FilipLaurentiu/starknet-event-indexer" +url = "https://github.com/slushsdk/slush" [[repo]] -url = "https://github.com/elielnfinic/starknet-identity" +url = "https://github.com/sm1ck/starkstats" [[repo]] -url = "https://github.com/rajeebkm/deploy-cairo1-on-starknet" +url = "https://github.com/Small-Indie-Cryptofactory/starknet_semolina_code" [[repo]] -url = "https://github.com/0xVlaviosin/Starknet" +url = "https://github.com/smartcontractkit/cairo-starter-kit" [[repo]] -url = "https://github.com/isabelatravaglia/-starknet-accounts" +url = "https://github.com/smartcontractkit/chainlink-starknet" [[repo]] -url = "https://github.com/isabelatravaglia/cairo-docker-devenv" +url = "https://github.com/snapshot-labs/starknet-delegation" [[repo]] -url = "https://github.com/dolven-labs-catalyst/starknet-social" +url = "https://github.com/snapshot-labs/starknet-verifier" [[repo]] -url = "https://github.com/BEON-Tech/poi-starknet" +url = "https://github.com/snapshot-labs/sx-ui" [[repo]] -url = "https://github.com/POzTiVChIK/starknet_project" +url = "https://github.com/softdevpro7/TypeChain" [[repo]] -url = "https://github.com/Orbiter-Finance/sn_cross_contract" +url = "https://github.com/software-mansion-labs/protostar-cairo-py" [[repo]] -url = "https://github.com/datben/concentrated-juice" +url = "https://github.com/software-mansion-labs/scarb-eject" [[repo]] -url = "https://github.com/Nadai2010/Nadai-StarknetEs--Deploy-Cairo1" +url = "https://github.com/software-mansion-labs/starknet-android-demo" [[repo]] -url = "https://github.com/henryf10h/staknet-edu-erc20" +url = "https://github.com/software-mansion-labs/starknet-workshops-ethwarsaw" [[repo]] -url = "https://github.com/vivienbcr/blockhead" +url = "https://github.com/software-mansion-labs/starkstonks" [[repo]] -url = "https://github.com/R1M-NODES/starknet" +url = "https://github.com/software-mansion/asdf-scarb" [[repo]] -url = "https://github.com/smartcontractkit/cairo-starter-kit" +url = "https://github.com/software-mansion/protostar" [[repo]] -url = "https://github.com/Fibrous-Finance/router-sdk" +url = "https://github.com/software-mansion/scarb" [[repo]] -url = "https://github.com/goksualc/Cairo_Giris" +url = "https://github.com/software-mansion/setup-scarb" [[repo]] -url = "https://github.com/EdgarBarrantes/starkfees" +url = "https://github.com/software-mansion/starknet-jvm" [[repo]] -url = "https://github.com/kariy/jin" +url = "https://github.com/software-mansion/starknet.py" [[repo]] -url = "https://github.com/zapproject/Zap-Virtual-Machine" +url = "https://github.com/software-mansion/starknet.swift" [[repo]] -url = "https://github.com/Xayaan/deadly-games-app" +url = "https://github.com/Solpatium/starknet-devnet" [[repo]] -url = "https://github.com/extrimian/starknet-balance" +url = "https://github.com/sphinx-dex/sphinx-crosschain" [[repo]] -url = "https://github.com/samueloh99/starknet-project-1" +url = "https://github.com/sphinx-dex/starkx-front-end" [[repo]] -url = "https://github.com/0xEniotna/Starkeye" +url = "https://github.com/sphinx-protocol/sphinx-core" [[repo]] -url = "https://github.com/dhruvkelawala/starknet-ledger-test" +url = "https://github.com/sphinx-protocol/sphinx-crosschain" [[repo]] -url = "https://github.com/7finney/starkode" +url = "https://github.com/sprtd/cairo-ownable-integration" [[repo]] -url = "https://github.com/auditless/suna" +url = "https://github.com/sprtd/gm-cairo" [[repo]] -url = "https://github.com/zkLinkProtocol/zklink-starknet-contracts" +url = "https://github.com/ss044/work" [[repo]] -url = "https://github.com/extrimian/starknet-contracts" +url = "https://github.com/stark-mfer/cairo-contracts" [[repo]] -url = "https://github.com/isabelatravaglia/starknet-erc20" +url = "https://github.com/stark-mfer/frontend" [[repo]] -url = "https://github.com/ulerdogan/pickaxe" +url = "https://github.com/StarkBoard/starkboard-back" [[repo]] -url = "https://github.com/henryf10h/starknet-edu-erc721" +url = "https://github.com/StarkBoard/starknet-py-indexer" [[repo]] -url = "https://github.com/franalgaba/neural-network-cairo" +url = "https://github.com/StarkMaze/starkmaze-frontend" [[repo]] -url = "https://github.com/hakymulla/StarkNet-Basecamp-Cohort-2" +url = "https://github.com/starknet-chimp/contract" [[repo]] -url = "https://github.com/FelixGibson/starknet-accounts-cairo1" +url = "https://github.com/starknet-edu/aa-workshop" [[repo]] -url = "https://github.com/gershon/starknet-react-cartridge-demo" +url = "https://github.com/starknet-edu/basecamp" [[repo]] -url = "https://github.com/Starknet-Es/Maths-StarknetEs" +url = "https://github.com/starknet-edu/beer-token" +missing = true [[repo]] -url = "https://github.com/Marchand-Nicolas/starknet-id-og-bot" +url = "https://github.com/starknet-edu/cairo-coverage" [[repo]] -url = "https://github.com/dbejarano820/starknet-cairo-test" +url = "https://github.com/starknet-edu/kakashi" [[repo]] -url = "https://github.com/bayesdj/Learning-Cairo" +url = "https://github.com/starknet-edu/ownable_v2" [[repo]] -url = "https://github.com/trangnv/starknet-watcher" +url = "https://github.com/starknet-edu/protostar-testnet2-starknet-edu" +missing = true [[repo]] -url = "https://github.com/lambdaclass/starknet_tendermint_sequencer" +url = "https://github.com/starknet-edu/setup-starknet-dev-env" [[repo]] -url = "https://github.com/WTFAcademy/WTF-Starknet-Dapp-demo" +url = "https://github.com/starknet-edu/starknet-cairo-101" [[repo]] -url = "https://github.com/starknet-id/starknetid.js" +url = "https://github.com/starknet-edu/starknet-cc-ctf-challenges" [[repo]] -url = "https://github.com/acollette/starknet-messaging-bridge" +url = "https://github.com/starknet-edu/starknet-cc-ctf-infra" +missing = true [[repo]] -url = "https://github.com/shramee/starknet-node-python-dind-ci" +url = "https://github.com/starknet-edu/starknet-debug" [[repo]] -url = "https://github.com/NethermindEth/starknet-remix-plugin" +url = "https://github.com/starknet-edu/starknet-docker-seed" +missing = true [[repo]] -url = "https://github.com/auditless/cairo-template" +url = "https://github.com/starknet-edu/starknet-edu.github.io" [[repo]] -url = "https://github.com/ClementCauffet/starknet-erc20" +url = "https://github.com/starknet-edu/starknet-erc721" [[repo]] -url = "https://github.com/Dev43/starknet-bootcamp-cairo1" +url = "https://github.com/starknet-edu/starknet-messaging-bridge" [[repo]] -url = "https://github.com/Vladislav1z/StarkNet_test_my_contract" +url = "https://github.com/starknet-edu/starknet-seed" [[repo]] -url = "https://github.com/starkoracles/Aero" +url = "https://github.com/starknet-edu/starknet-stack" [[repo]] -url = "https://github.com/joaoolucas/starknet-nft-bridging" +url = "https://github.com/starknet-edu/starknet_transaction_monitor" +missing = true [[repo]] -url = "https://github.com/theskyvalker/nextid-starknet" +url = "https://github.com/starknet-edu/ultimate-env" [[repo]] -url = "https://github.com/mohaijiang/starknet.js-account" +url = "https://github.com/starknet-edu/walking-with-starknet" [[repo]] -url = "https://github.com/henryf10h/multicall_cairo" +url = "https://github.com/Starknet-Es/Maths-StarknetEs" [[repo]] -url = "https://github.com/dipdup-io/starknet-indexer" +url = "https://github.com/starknet-graph/firehose-starknet" [[repo]] url = "https://github.com/starknet-graph/jsonrpc-to-firestark" [[repo]] -url = "https://github.com/dipdup-io/starknet-go-api" - -[[repo]] -url = "https://github.com/ahmetoznar/starknet-social-indexer" +url = "https://github.com/starknet-id/affiliate.starknet.id" [[repo]] -url = "https://github.com/ahmetoznar/starknet-social" +url = "https://github.com/starknet-id/api.sales.starknet.id" [[repo]] -url = "https://github.com/0xEniotna/starknet-cairo-ctf" +url = "https://github.com/starknet-id/api.starknet.id" [[repo]] -url = "https://github.com/OpenZeppelin/nile-rs" +url = "https://github.com/starknet-id/app.starknet.id" [[repo]] -url = "https://github.com/Th0rgal/contract" +url = "https://github.com/starknet-id/auto_renew_contract" [[repo]] -url = "https://github.com/tekkac/carb-meter" +url = "https://github.com/starknet-id/contract" [[repo]] -url = "https://github.com/VictorONN/ex14-Starknet-basecamp2" +url = "https://github.com/starknet-id/contract_cairo1" [[repo]] -url = "https://github.com/BibliothecaDAO/Starknet-ERC20-bridge" +url = "https://github.com/starknet-id/docs.starknet.id" [[repo]] -url = "https://github.com/kkrt-labs/kakarot-ssj" +url = "https://github.com/starknet-id/ens_resolver" [[repo]] -url = "https://github.com/unifralabs/starknet.js-workshop" +url = "https://github.com/starknet-id/hackerhouse.starknet.id" [[repo]] -url = "https://github.com/Dkh999/StarkNet" +url = "https://github.com/starknet-id/identity" [[repo]] -url = "https://github.com/andrejrakic/starknet-data-feeds" +url = "https://github.com/starknet-id/identity_tokens" [[repo]] -url = "https://github.com/ruleslabs/kass" +url = "https://github.com/starknet-id/indexer" [[repo]] -url = "https://github.com/myBraavos/braavos-account-cairo" +url = "https://github.com/starknet-id/land.starknet.quest" [[repo]] -url = "https://github.com/codeesura/mintsquare-floor-bot" +url = "https://github.com/starknet-id/mint_from_l1" [[repo]] -url = "https://github.com/isabelatravaglia/starknet-project" +url = "https://github.com/starknet-id/multicalls_old" [[repo]] -url = "https://github.com/kongtaoxing/WTFStarknetPartFive" +url = "https://github.com/starknet-id/naming_contract" [[repo]] -url = "https://github.com/bardon123/starknettransac" +url = "https://github.com/starknet-id/og.starknet.id" [[repo]] url = "https://github.com/starknet-id/sbt.starknet.id" [[repo]] -url = "https://github.com/ArkProjectNFTs/ark-market" +url = "https://github.com/starknet-id/starknet.id" [[repo]] -url = "https://github.com/casweeney/Cairo-Contracts---Starknet-Programs" +url = "https://github.com/starknet-id/starknetid.js" [[repo]] -url = "https://github.com/aymericdelab/starknet_hardhat_utils" +url = "https://github.com/starknet-id/starknetid.rs" [[repo]] -url = "https://github.com/crytic/caracal" +url = "https://github.com/starknet-id/stats.starknet.id" [[repo]] -url = "https://github.com/alethiometer/governor-bravo-cairo" +url = "https://github.com/starknet-id/watchtower.starknet.id" [[repo]] -url = "https://github.com/Pikkuherkko/CDP-Starknet" +url = "https://github.com/starknet-io/builders-council" [[repo]] -url = "https://github.com/WTFAcademy/WTF-Starknet" +url = "https://github.com/starknet-io/get-starknet" [[repo]] -url = "https://github.com/Sayrarh/Cairo-Skarknet-Contracts" +url = "https://github.com/starknet-io/SNIPs" [[repo]] -url = "https://github.com/acollette/Starknet-ERC20" +url = "https://github.com/starknet-io/starkgate-frontend" [[repo]] -url = "https://github.com/LedgerHQ/starknet-watcher" +url = "https://github.com/starknet-io/starknet-docs-antora-ui" [[repo]] -url = "https://github.com/software-mansion-labs/starknet-android-demo" +url = "https://github.com/starknet-io/starknet-docs-style-guide" [[repo]] -url = "https://github.com/taco-paco/starknet-eth" +url = "https://github.com/starknet-io/StarkNet-Token" [[repo]] -url = "https://github.com/LedgerHQ/starknet-plugin-store" +url = "https://github.com/starknet-io/starknet-website" [[repo]] -url = "https://github.com/kariy/starknet-vanity-contract-address" +url = "https://github.com/starknet-io/types-rs" [[repo]] -url = "https://github.com/shramee/shhtarknet" +url = "https://github.com/starknetdev/shared_wallet" [[repo]] -url = "https://github.com/hashcloak/Lokum" +url = "https://github.com/starknetdev/starknet_liquidity_pool" [[repo]] -url = "https://github.com/Pikkuherkko/DANK.cash" +url = "https://github.com/starknetwiki/stiki-frontend" [[repo]] -url = "https://github.com/starknet-id/hackerhouse.starknet.id" +url = "https://github.com/StarkNightsWatch/starknetid-naming" [[repo]] -url = "https://github.com/dsukruth/Layer1-to-Layer2-messaging-using-starknet" +url = "https://github.com/Starknopoly/contracts" [[repo]] -url = "https://github.com/argentlabs/starknet-build" +url = "https://github.com/starkoracles/Aero" [[repo]] -url = "https://github.com/devnet0x/Starknet-Security-Challenges-Repo" +url = "https://github.com/starkpay-labs/starkpay-v1" [[repo]] -url = "https://github.com/devnet0x/Starknet-Security-Challenges-Factory" +url = "https://github.com/starkpunks/contracts" [[repo]] -url = "https://github.com/hasselalcala/workshop_ERC721_Starknet" +url = "https://github.com/StarkQuest/frontend" [[repo]] -url = "https://github.com/starknet-id/ens_resolver" +url = "https://github.com/starkscan/starkscan-verifier" [[repo]] -url = "https://github.com/carbonable-labs/whitestark" +url = "https://github.com/StarkSharpSDK/StarkSharp" +missing = true [[repo]] -url = "https://github.com/sivathanuk/explore-starknet" +url = "https://github.com/Starkswap/ironfleet-contracts" [[repo]] -url = "https://github.com/LedgerHQ/starknet-js-client" +url = "https://github.com/Starkswap/starkswap-contracts" [[repo]] -url = "https://github.com/devnet0x/Proto_build" +url = "https://github.com/starkware-libs/cairo" [[repo]] -url = "https://github.com/checkpoint-labs/token-api-checkpoint" +url = "https://github.com/starkware-libs/starknet-api" [[repo]] -url = "https://github.com/akash-frontier/starknet-integration" +url = "https://github.com/Starkware-Naming-Service/cairo-contracts" [[repo]] -url = "https://github.com/myBraavos/starknet-basecamp-aa-example" +url = "https://github.com/StarkWareHackathon/starknet-IoT-DAO" [[repo]] -url = "https://github.com/qd-qd/starknet-indexer" +url = "https://github.com/starwalker00/ogame-starknet" [[repo]] -url = "https://github.com/Quadratic-Labs/Apibara-deserializer" +url = "https://github.com/Stash-Ex/stash-extension" [[repo]] -url = "https://github.com/starknet-edu/setup-starknet-dev-env" +url = "https://github.com/Stash-Ex/stash-protocol" [[repo]] -url = "https://github.com/ArkProjectNFTs/ark-lane" +url = "https://github.com/stefanalfbo/cairo-by-examples" [[repo]] -url = "https://github.com/dojoengine/dojo" +url = "https://github.com/stefanalfbo/cairo-dev-container" [[repo]] -url = "https://github.com/dhruvkelawala/vote-on-starknet" +url = "https://github.com/stompesi/starkware-hackathon" [[repo]] -url = "https://github.com/starknet-edu/beer-token" +url = "https://github.com/strips-finance/rabbitx_contracts" [[repo]] -url = "https://github.com/tekkac/apibara_indexer_test" +url = "https://github.com/subvisual/ChickenBonds" [[repo]] -url = "https://github.com/nostrafinance/cairo-docgen" +url = "https://github.com/subvisual/matusalem" [[repo]] -url = "https://github.com/starknet-io/starknet-docs-style-guide" +url = "https://github.com/subvisual/my-first-starknet-contract-demo" [[repo]] -url = "https://github.com/makerdao/starknet-dss-bridge-tests" +url = "https://github.com/subvisual/starknet-demo-dapp" [[repo]] -url = "https://github.com/shramee/starknet-wasm" +url = "https://github.com/subzet/cairo-workshop" [[repo]] -url = "https://github.com/LedgerHQ/starknet-apdu-generator" +url = "https://github.com/sugarforever/starknet-erc721" [[repo]] -url = "https://github.com/feyzikesim/starknet-full-node" +url = "https://github.com/supernovahs/starknet-rs" [[repo]] -url = "https://github.com/Darlington02/starknetAccounts" +url = "https://github.com/SupremeSingh/Awesome-ZK" [[repo]] -url = "https://github.com/Xaint00ship/starknet" +url = "https://github.com/SupremeSingh/cairo-voting-contract" [[repo]] -url = "https://github.com/StarkNightsWatch/starknetid-naming" +url = "https://github.com/SupremeSingh/starknet-js-tutorial" [[repo]] -url = "https://github.com/quasarlabsXYZ/dvdsn" +url = "https://github.com/surajsharma/starknet-erc721" [[repo]] -url = "https://github.com/kongtaoxing/Starknet-sample" +url = "https://github.com/surfer05/starknetjs" [[repo]] -url = "https://github.com/Astraly-Labs/StarknetOpenOracle" +url = "https://github.com/sustia-llc/starknet-redux-typescript" [[repo]] -url = "https://github.com/Astraly-Labs/Starknet-VRF" +url = "https://github.com/swapnilraj/protostar-verify-test" [[repo]] -url = "https://github.com/shramee/starklings-cairo1" +url = "https://github.com/swiiny/starknext" [[repo]] -url = "https://github.com/esdras-santos/diamond-proxy-starknet" +url = "https://github.com/switch-recover/switch" [[repo]] -url = "https://github.com/Nadai2010/Nadai-ERC3525-Starknet" +url = "https://github.com/SYBIL-MAFIA/starknet-nft-minter" [[repo]] -url = "https://github.com/Carbonable/carbonable-indexer" +url = "https://github.com/SYBIL-MAFIA/starknet-soft-retrodrops" [[repo]] -url = "https://github.com/mail4metablocks/starknet-indexer" +url = "https://github.com/SYBIL-MAFIA/starknet-wallet-upgrade" [[repo]] -url = "https://github.com/raphaelDkhn/midi-on-starknet" +url = "https://github.com/sybil-v-zakone/starknet-pk-extractor" [[repo]] -url = "https://github.com/mgayatri77/Starknet_Go" +url = "https://github.com/sybil-v-zakone/starknet-short-addresses-extractor" [[repo]] -url = "https://github.com/huseyin-donmez/starknet-nft-mint-tool" +url = "https://github.com/sybil-v-zakone/starknet-wallets-generator" [[repo]] -url = "https://github.com/myBraavos/starknet-deeplink" +url = "https://github.com/szymcio32/apibara-starknet" [[repo]] -url = "https://github.com/myBraavos/starknet-url" +url = "https://github.com/t4sk/hello-starknet" [[repo]] -url = "https://github.com/CountryCousin/Starknet-js-frontend-interation" +url = "https://github.com/taco-paco/starknet-eth" [[repo]] -url = "https://github.com/tahos81/shovel" +url = "https://github.com/taco-paco/starknet-exp" [[repo]] -url = "https://github.com/starknet-id/og.starknet.id" +url = "https://github.com/tadad/imx-starknet" [[repo]] -url = "https://github.com/4rgorok/starknet-swift-devnet" +url = "https://github.com/tadad/starknet_amm" [[repo]] -url = "https://github.com/justinnout/aa" +url = "https://github.com/tahos81/shovel" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Min-Starknet" +url = "https://github.com/taijusanagi/starknet-sandbox" [[repo]] -url = "https://github.com/PradhumnaPancholi/starknet-demo-contract" +url = "https://github.com/TamaraRingas/CairoBootcamp" [[repo]] -url = "https://github.com/naouflex/inverse-starknet" +url = "https://github.com/tangtj/starknet-amm-contract" [[repo]] -url = "https://github.com/dtdang/starknet-demo" +url = "https://github.com/tarrencev/protostar" [[repo]] -url = "https://github.com/gyan0890/StarkNet-ERC721-Assignment" +url = "https://github.com/tarrencev/starknet-scaffold" [[repo]] -url = "https://github.com/LedgerHQ/StarkCheck" +url = "https://github.com/team-brewery/wallet-app-store" [[repo]] -url = "https://github.com/zhenweisi/starknet-node" +url = "https://github.com/Tecatech/information-security-training" [[repo]] -url = "https://github.com/starknet-edu/protostar-testnet2-starknet-edu" +url = "https://github.com/Ted1166/starknet-cohort-assignments" [[repo]] -url = "https://github.com/StarkBoard/starknet-py-indexer" +url = "https://github.com/TeddyNotBear/save-the-quacks" [[repo]] -url = "https://github.com/trangnv/starknet-notebook" +url = "https://github.com/tekkac/apibara_indexer_test" [[repo]] -url = "https://github.com/bxdoan/Starknet-Node" +url = "https://github.com/tekkac/carb-meter" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Starknet-UDC-Protostar-L2ESERC721" +url = "https://github.com/tekkac/l2_minter" [[repo]] -url = "https://github.com/t4sk/hello-starknet" +url = "https://github.com/tempusfinance/starknet-devnet" [[repo]] -url = "https://github.com/NethermindEth/starknet-state-verifier" +url = "https://github.com/testevgen/StarkNet" [[repo]] -url = "https://github.com/snapshot-labs/starknet-verifier" +url = "https://github.com/tgyf007/debugpkg" [[repo]] -url = "https://github.com/Carbonable/bridge-juno-to-starknet-frontend" +url = "https://github.com/Th0rgal/better-multicall" [[repo]] -url = "https://github.com/joaoolucas/starknet-erc721-solution" +url = "https://github.com/Th0rgal/contract" [[repo]] -url = "https://github.com/Carbonable/bridge-juno-to-starknet-backend" +url = "https://github.com/Th0rgal/guildsweb" [[repo]] -url = "https://github.com/xJonathanLEI/starknet-jsonrpc-codegen" +url = "https://github.com/Th0rgal/plugin-bmc" [[repo]] -url = "https://github.com/shramee/ethin22" +url = "https://github.com/Th0rgal/plugin_starknetid" [[repo]] -url = "https://github.com/raphaelDkhn/json-on-starknet" +url = "https://github.com/Th0rgal/starkbot" [[repo]] -url = "https://github.com/Jayakumar2812/starknet_reader" +url = "https://github.com/thanapongsj1996/starknet-frontend" [[repo]] -url = "https://github.com/ishitarastogi/Battleship-starknet-contract" +url = "https://github.com/thasipablo/starknet_communities" [[repo]] -url = "https://github.com/marciob/StarknetCC-India" +url = "https://github.com/the-candy-shop/starksheet-monorepo" [[repo]] -url = "https://github.com/0xHashiras/Starknet_variable_reader" +url = "https://github.com/the-ninth/cairo-contracts" [[repo]] -url = "https://github.com/Matth26/starknet-prono-sc" +url = "https://github.com/the-ninth/starknet-contracts" [[repo]] -url = "https://github.com/ishitarastogi/Starknet-game" +url = "https://github.com/TheKnightCoder/ZKSpark-StarkNet-Bootcamp" [[repo]] -url = "https://github.com/haycarlitos/stark-waveportal" +url = "https://github.com/THenry14/starknet-devnet" [[repo]] -url = "https://github.com/raghav-rama/starknet-wallet-connect" +url = "https://github.com/thephoenixguild/StarkNet_Warp" [[repo]] -url = "https://github.com/shramee/scc22in-onchain-games-cairo" +url = "https://github.com/theskyvalker/nextid-starknet" [[repo]] url = "https://github.com/Thirumurugan7/NFT-Hunter" [[repo]] -url = "https://github.com/rishotics/starknetcc_2022" +url = "https://github.com/thisislexar/Starknet-Node" [[repo]] -url = "https://github.com/0xethsign/stark-pay" +url = "https://github.com/thomas-quadratic/kakarot" [[repo]] -url = "https://github.com/subvisual/ChickenBonds" +url = "https://github.com/threepwave/crypts-realms" + +[[repo]] +url = "https://github.com/TianM/starknet-generate" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Workshop-L2-Starknet-AA" +url = "https://github.com/TianM/starknet.github.io" [[repo]] -url = "https://github.com/tangtj/starknet-amm-contract" +url = "https://github.com/tigretocode/starknet" [[repo]] -url = "https://github.com/CuongDuong2710/learning_starknet_cairo" +url = "https://github.com/timothyAgevi/starknet_forge_template_sample" [[repo]] -url = "https://github.com/thisislexar/Starknet-Node" +url = "https://github.com/timothyAgevi/starknet_learning" [[repo]] -url = "https://github.com/ZerexVnZ/starknet" +url = "https://github.com/timPrachasri/starknet-hardhat-lab-1" [[repo]] -url = "https://github.com/joaoolucas/starknet-messaging-bridge-solution" +url = "https://github.com/TokenFlowInsights/StarkTx" [[repo]] -url = "https://github.com/Darlington02/starknet-africa-week3-feedback" +url = "https://github.com/tony1908/starknet-demo" [[repo]] -url = "https://github.com/0xs34n/starknet.js-account" +url = "https://github.com/topology-gg/isaac" [[repo]] -url = "https://github.com/sipalingtestnet/starknet" +url = "https://github.com/topology-gg/isaac-space-view" [[repo]] -url = "https://github.com/anondev1993/realms-mercenary" +url = "https://github.com/topology-gg/isaac-station-view" [[repo]] -url = "https://github.com/elielnfinic/storage-starknet" +url = "https://github.com/topology-gg/isaac-working-view" [[repo]] -url = "https://github.com/dimanchezzz/starknet" +url = "https://github.com/topology-gg/mumu-cairo" [[repo]] -url = "https://github.com/alex-sumner/bit-store" +url = "https://github.com/topology-gg/s2m2-view" [[repo]] -url = "https://github.com/starknet-edu/starknet-docker-seed" +url = "https://github.com/topology-gg/stardisc-view" [[repo]] -url = "https://github.com/NTSNetwork/Starknet" +url = "https://github.com/TotalPizza/starknet-multisig-account" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Starknet-Edu-Accounts" +url = "https://github.com/tracyzhang1998/StarknetVote" [[repo]] -url = "https://github.com/dragan2234/starknet-learning" +url = "https://github.com/tradeflows/v1-core-starknet" [[repo]] -url = "https://github.com/BrilliantBlocks/brilliantblocks-starknet-diamond" +url = "https://github.com/tradeparadex/starknet-signing-cpp" [[repo]] -url = "https://github.com/caseywescott/MusicTools-StarkNet" +url = "https://github.com/tranbamanh229289/gauss" [[repo]] -url = "https://github.com/Prop-House/starknet-relayer" +url = "https://github.com/trangnv/100daysCairo" [[repo]] -url = "https://github.com/xJonathanLEI/starknet-rs-wasm-test" +url = "https://github.com/trangnv/empiric-eth-price-prediction" [[repo]] -url = "https://github.com/dhruvkelawala/starknet-wasm" +url = "https://github.com/trangnv/linear-regression-starknet" [[repo]] -url = "https://github.com/taco-paco/starknet-exp" +url = "https://github.com/trangnv/starknet-notebook" [[repo]] -url = "https://github.com/oboulant/starknet-messaging-bridge" +url = "https://github.com/trangnv/starknet-watcher" [[repo]] -url = "https://github.com/snapshot-labs/starknet-delegation" +url = "https://github.com/Treasury-research/starknet-web" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Starknet-Edu-Bridge-L2-L1" +url = "https://github.com/trentrand/PaintToEarn.eth" [[repo]] -url = "https://github.com/richwarner/starknet-evm-erc20" +url = "https://github.com/trivonhan/starknet-intergrate" [[repo]] -url = "https://github.com/Nadai2010/Nadai-NaiProxy-Starknet-ERC20" +url = "https://github.com/tserg/vyro" [[repo]] -url = "https://github.com/Darlington02/NFTMarket" +url = "https://github.com/TumTum23/cairo-erc4626" [[repo]] -url = "https://github.com/Godspower-Eze/Full-stack-Dapp-on-StarkNet-Tutorial" +url = "https://github.com/Turbo8282/sns-copy" [[repo]] -url = "https://github.com/paulmillr/scure-starknet" +url = "https://github.com/tutan123/MintCorner" [[repo]] -url = "https://github.com/kkovaacs/starknet-crypto" +url = "https://github.com/txthanh1178793/StarkNet-tutorial" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Starknet-Basecamp" +url = "https://github.com/udayj/starknet_prediction_market" [[repo]] -url = "https://github.com/iemarjay/starknetjs-example" +url = "https://github.com/udayj/token_gated_account" [[repo]] -url = "https://github.com/kariy/starknet-tx-viewer" +url = "https://github.com/udayj/votex_v1" [[repo]] -url = "https://github.com/batudal/deadly-games-app" +url = "https://github.com/ulerdogan/pickaxe" [[repo]] -url = "https://github.com/satyvm/cairo_starknet" +url = "https://github.com/Ultra-Tech-code/Cairo-Test-Project" [[repo]] -url = "https://github.com/chainstacklabs/smart-contract-on-starknet-with-protostar" +url = "https://github.com/unifralabs/starknet.js-workshop" [[repo]] -url = "https://github.com/jobez/bw-tictactoe" +url = "https://github.com/unparalleled-js/ape-demo-project" [[repo]] -url = "https://github.com/haycarlitos/cosecha-ERC721-starknet" +url = "https://github.com/Upilassi/contract-cairo" [[repo]] -url = "https://github.com/subvisual/matusalem" +url = "https://github.com/uqbar-dao/sirens-of-uqbar" [[repo]] -url = "https://github.com/maciejka/forked-devnet-poc" +url = "https://github.com/vaibhavgeek/game-clock" [[repo]] -url = "https://github.com/pikassohq/pikasso-starknet-worker" +url = "https://github.com/vanhuy170496/chimpion-contract" [[repo]] -url = "https://github.com/elielnfinic/learning-cairo" +url = "https://github.com/vantwoutmaarten/Starknet" [[repo]] -url = "https://github.com/enitrat/starknetcc-workshop" +url = "https://github.com/VictorONN/ex14-Starknet-basecamp2" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Starknet-Debug-Protostar" +url = "https://github.com/VictorONN/starknetnairobiclass5" [[repo]] -url = "https://github.com/josepchetrit12/starknet-bootcamp-encode-club" +url = "https://github.com/vikions/starkKasino" [[repo]] -url = "https://github.com/dpinones/starknet-debug-protostar" +url = "https://github.com/vikkydataseo/starklings-solutions" [[repo]] -url = "https://github.com/trivonhan/starknet-intergrate" +url = "https://github.com/vishnuc77/voting-starkware" [[repo]] -url = "https://github.com/d-s-i/nft-amm-starknet" +url = "https://github.com/Vishvesh-rao/Truffle-Starknet-Box" [[repo]] -url = "https://github.com/sphinx-protocol/sphinx-crosschain" +url = "https://github.com/Vitali-workspace/Crypto-Testnet-Faucet" [[repo]] -url = "https://github.com/mgpwnz/starknet" +url = "https://github.com/vivienbcr/blockhead" [[repo]] -url = "https://github.com/starknet-id/mint_from_l1" +url = "https://github.com/vkubilays/Get-Starknet" [[repo]] -url = "https://github.com/ishitarastogi/voting-system-starknet" +url = "https://github.com/Vladislav1z/StarkNet_test_my_contract" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Cairo-ERC20-Starknet-Edu" +url = "https://github.com/vmmuthu31/NFT_Craft" [[repo]] -url = "https://github.com/gregoryguillou/starknet-coding-101" +url = "https://github.com/vomira/dao-upwork" [[repo]] -url = "https://github.com/sphinx-protocol/sphinx-core" +url = "https://github.com/vova2244/https---github.com-SYBIL-MAFIA-starknet-soft-retrodrops" [[repo]] -url = "https://github.com/morhekil/starknet-intro" +url = "https://github.com/vvwvann/starknet-example" [[repo]] -url = "https://github.com/LvisWang/Starknet" +url = "https://github.com/wallace-df/nft-launcher-dapp" [[repo]] -url = "https://github.com/marcuspang/starknet-data-aggregator" +url = "https://github.com/wallace-df/virtap-webapp" [[repo]] -url = "https://github.com/starknet-edu/starknet-stack" +url = "https://github.com/wandcrafting/cairo-fsm" [[repo]] -url = "https://github.com/LedgerHQ/nano-capp-starknet" +url = "https://github.com/Wanying-He/starknet-dnn-demo" [[repo]] -url = "https://github.com/omarespejel/cosecha-starknet-eth" +url = "https://github.com/WardrobeAI/starknet-nft-marketplace" [[repo]] -url = "https://github.com/haycarlitos/cosecha-starknet" +url = "https://github.com/Wave-95/anvil-contracts" [[repo]] -url = "https://github.com/oviaseshadri/starknet-erc721_solutions" +url = "https://github.com/Wave-95/cairo-learning" [[repo]] -url = "https://github.com/software-mansion/starknet.swift" +url = "https://github.com/Wave-95/hello-cairo" [[repo]] -url = "https://github.com/CygnusDAO/starknet-periphery" +url = "https://github.com/Wave-95/hello-starknet" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Cairo-721-Starknet-Edu" +url = "https://github.com/Wave-95/proovy-ui" [[repo]] -url = "https://github.com/achab/use-starknet-multisig" +url = "https://github.com/web3-byoa/react-byoa-sdk" [[repo]] -url = "https://github.com/SupremeSingh/cairo-voting-contract" +url = "https://github.com/web3magnetic/starknet-tutorials" [[repo]] -url = "https://github.com/0xAurelou/flash-loan-starknet" +url = "https://github.com/wenzhenxiang/starkhitchhiker" [[repo]] -url = "https://github.com/ClementWalter/starknet-nodes" +url = "https://github.com/wenzhenxiang/starknet_account" [[repo]] -url = "https://github.com/0xAurelou/Starknet-flash-loan" +url = "https://github.com/wenzhenxiang/starknet_simple_token" [[repo]] -url = "https://github.com/Nadai2010/Nadai-Cairo-101-Starknet" +url = "https://github.com/whatthedev-eth/hello_starknet" [[repo]] -url = "https://github.com/CursedAscent/starknet-contracts" +url = "https://github.com/windupbird66/starknet_hunter" [[repo]] -url = "https://github.com/Darlington02/starknet-indexer" +url = "https://github.com/wiringbits/block-explorer" [[repo]] -url = "https://github.com/Marchand-Nicolas/starknet-quest-front" +url = "https://github.com/WiseMrMusa/ERC20-Cairo" [[repo]] -url = "https://github.com/surajsharma/starknet-erc721" +url = "https://github.com/wliu6v/starknet-storage-test" [[repo]] -url = "https://github.com/lindy-labs/cairo-accesscontrol" +url = "https://github.com/WTFAcademy/WTF-Cairo" [[repo]] -url = "https://github.com/omarespejel/starknet-erc721-testing" +url = "https://github.com/WTFAcademy/WTF-Starknet" [[repo]] -url = "https://github.com/skerchouni59/starknet" +url = "https://github.com/WTFAcademy/WTF-Starknet-Dapp-demo" [[repo]] -url = "https://github.com/starknet-graph/firehose-starknet" +url = "https://github.com/Xaint00ship/starknet" [[repo]] -url = "https://github.com/starknet-id/identity_tokens" +url = "https://github.com/xan-crypto/CurveZero-FrontEnd" [[repo]] -url = "https://github.com/txthanh1178793/StarkNet-tutorial" +url = "https://github.com/xavier-alexandre/hello-cairo" [[repo]] -url = "https://github.com/HrikB/starknet-explore" +url = "https://github.com/xavier-alexandre/hello-starknet" [[repo]] -url = "https://github.com/javiovi/WorkshopStarknet" +url = "https://github.com/Xayaan/deadly-games-app" [[repo]] -url = "https://github.com/banch12/Starknet-Cairo" +url = "https://github.com/Xenosense/xenotracer" [[repo]] -url = "https://github.com/starknet-edu/starknet-cc-ctf-infra" +url = "https://github.com/xJonathanLEI/docker-cairo" [[repo]] -url = "https://github.com/lambdaclass/cairo-vm-py" +url = "https://github.com/xJonathanLEI/docker-cairo-lang" [[repo]] -url = "https://github.com/Astraly-Labs/astraly-protocol" +url = "https://github.com/xJonathanLEI/felt-bench" [[repo]] -url = "https://github.com/starknet-edu/starknet-seed" +url = "https://github.com/xJonathanLEI/oriac" [[repo]] -url = "https://github.com/ExyUzi/YT-DEPLOY-STARKNET-CAIRO" +url = "https://github.com/xJonathanLEI/pedersen-bench" [[repo]] -url = "https://github.com/Marchand-Nicolas/starknetId-odyssey-website" +url = "https://github.com/xJonathanLEI/starkli" [[repo]] -url = "https://github.com/erayack/encode-hackathon" +url = "https://github.com/xJonathanLEI/starknet-jsonrpc-codegen" [[repo]] -url = "https://github.com/Darlington02/flashloan" +url = "https://github.com/xJonathanLEI/starknet-l1-contracts" [[repo]] -url = "https://github.com/Nadai2010/Cairo-0.10.0-Starknet-en-Ubuntu-22.04-con-Nile-y-VsCode." +url = "https://github.com/xJonathanLEI/starknet-rs" [[repo]] -url = "https://github.com/kariy/rika-chan" +url = "https://github.com/xJonathanLEI/starknet-rs-wasm-test" [[repo]] -url = "https://github.com/shramee/starknet-role-manager" +url = "https://github.com/xsfunc/starknet-tool" [[repo]] -url = "https://github.com/Th0rgal/better-multicall" +url = "https://github.com/xwing-india/cairo-devcontainer" [[repo]] -url = "https://github.com/d-s-i/starknet-unpack-data" +url = "https://github.com/yangyaczz/PublishStation-Starknet" [[repo]] -url = "https://github.com/Darlington02/starknet-js-tutorial" +url = "https://github.com/yanytsky19/Starknet" [[repo]] -url = "https://github.com/shramee/starknet-accuweather-oracle" +url = "https://github.com/YaroslavGridnev/BLAGO-DAO" [[repo]] -url = "https://github.com/rdubois-crypto/MyCairoPlayground" +url = "https://github.com/yasmeen/starknet-app" [[repo]] -url = "https://github.com/argentlabs/argent-starknet-recover" +url = "https://github.com/yekssin/starknet" [[repo]] -url = "https://github.com/avnu-labs/avnu-sdk" +url = "https://github.com/yoanslvy/StarknetBlockslab42" [[repo]] -url = "https://github.com/habbas33/starkstation" +url = "https://github.com/yogh333/starknet-workspace" [[repo]] -url = "https://github.com/ExyUzi/STARKNET-CAIRO-ERC721" +url = "https://github.com/yogh333/starknetjs-signer-ledger" [[repo]] -url = "https://github.com/davidmitesh/aave-in-starknet" +url = "https://github.com/yum0e/starklings" [[repo]] -url = "https://github.com/dpinones/starknet-forms" +url = "https://github.com/Yuriicaezar/starknet" [[repo]] -url = "https://github.com/thephoenixguild/StarkNet_Warp" +url = "https://github.com/yusufferdogan/STARKNET-REACT-BOILERPLATE" [[repo]] -url = "https://github.com/immutable/StarkNetCourseContent" +url = "https://github.com/yusufferdogan/STARKREVOKE" [[repo]] -url = "https://github.com/hvbr1s/starknet_journey" +url = "https://github.com/z-korp/zrisk-contracts" [[repo]] -url = "https://github.com/hvbr1s/starknet_erc20_deployer" +url = "https://github.com/zapproject/Zap-Virtual-Machine" [[repo]] -url = "https://github.com/0xHyoga/starknet-vim" +url = "https://github.com/zeapherine/Protostar-Playground" [[repo]] -url = "https://github.com/MakC-Ukr/starknet-oracle-research" +url = "https://github.com/zeapherine/starknet-js" [[repo]] -url = "https://github.com/bartekryba/starknet-auction-house" +url = "https://github.com/zeapherine/Starknet-lesson" [[repo]] -url = "https://github.com/zeapherine/Protostar-Playground" +url = "https://github.com/ZerexVnZ/starknet" [[repo]] -url = "https://github.com/petarcalic99/tiny_CNN_on_STARKNET" +url = "https://github.com/zeroday-amethyst/starknet-node" [[repo]] -url = "https://github.com/bartekryba/starknet-connect-5" +url = "https://github.com/ZeroSync/ZeroSync" [[repo]] -url = "https://github.com/sdlyy/starknet-playground" +url = "https://github.com/zetsuboii/cairo-projects" [[repo]] -url = "https://github.com/dpinones/starknet-erc721-protostar" +url = "https://github.com/zhenweisi/starknet-node" [[repo]] -url = "https://github.com/yekssin/starknet" +url = "https://github.com/ZK-Graph/mirror-starknet-zkgraph-protocol" [[repo]] -url = "https://github.com/Darlington02/L1-L2-Starknet-Messaging" +url = "https://github.com/zk-ns/zk-name-service--cairo1.0" [[repo]] -url = "https://github.com/mesh-finance/defi-pooling-starknet" +url = "https://github.com/zkjet/cairo-starknet" [[repo]] -url = "https://github.com/Hug0x0/starknet-devnet-page" +url = "https://github.com/zkLinkProtocol/zklink-starknet-contract-test" [[repo]] -url = "https://github.com/khalilsiu/starknet-hackathon-vascue" +url = "https://github.com/zkLinkProtocol/zklink-starknet-contracts" [[repo]] -url = "https://github.com/dhtong/starknet-erc721" +url = "https://github.com/zoeAD/basic-solver" [[repo]] -url = "https://github.com/Darlington02/starknet-edu-ERC20" +url = "https://github.com/zorro-project/zorro" diff --git a/data/ecosystems/t/ton.toml b/data/ecosystems/t/ton.toml index a1e0e97406..966d5fd73d 100644 --- a/data/ecosystems/t/ton.toml +++ b/data/ecosystems/t/ton.toml @@ -93,7 +93,7 @@ github_organizations = [ "https://github.com/VPNxTON", "https://github.com/wagmi11", "https://github.com/Web-3-Education", - "https://github.com/writonorg" + "https://github.com/writonorg", ] # Repositories @@ -109,9 +109,6 @@ url = "https://github.com/0xknstntn/onda-ton" [[repo]] url = "https://github.com/0xknstntn/token-contract" -[[repo]] -url = "https://github.com/0xknstntn/ton_payment_mixer" - [[repo]] url = "https://github.com/0xknstntn/ton-link-sample" @@ -121,6 +118,9 @@ url = "https://github.com/0xknstntn/ton-machine" [[repo]] url = "https://github.com/0xknstntn/ton-nft" +[[repo]] +url = "https://github.com/0xknstntn/ton_payment_mixer" + [[repo]] url = "https://github.com/0xNebulae/orbit" @@ -154,10 +154,10 @@ url = "https://github.com/1IxI1/governance-contract" url = "https://github.com/1IxI1/HAT-Auction-LN" [[repo]] -url = "https://github.com/1IxI1/jetton_dao" +url = "https://github.com/1IxI1/jetton-spammer-contract" [[repo]] -url = "https://github.com/1IxI1/jetton-spammer-contract" +url = "https://github.com/1IxI1/jetton_dao" [[repo]] url = "https://github.com/1IxI1/NFT-Bundle" @@ -546,12 +546,6 @@ url = "https://github.com/awesome-doge/the-open-network-white-paper" [[repo]] url = "https://github.com/awesome-doge/ton" -[[repo]] -url = "https://github.com/awesome-doge/ton_statistics" - -[[repo]] -url = "https://github.com/awesome-doge/Ton_WhitePaper_zh_tw" - [[repo]] url = "https://github.com/awesome-doge/ton-archive-fixer" @@ -594,6 +588,12 @@ url = "https://github.com/awesome-doge/ton-tools" [[repo]] url = "https://github.com/awesome-doge/ton-zabbix-scripts" +[[repo]] +url = "https://github.com/awesome-doge/ton_statistics" + +[[repo]] +url = "https://github.com/awesome-doge/Ton_WhitePaper_zh_tw" + [[repo]] url = "https://github.com/awesome-doge/TonFunClessons_ZH" @@ -741,10 +741,10 @@ url = "https://github.com/Cosmodude/Tact_BootCamp_Seoul" url = "https://github.com/Cosmodude/TAP" [[repo]] -url = "https://github.com/Cosmodude/TON_API" +url = "https://github.com/Cosmodude/ton-deep-doc" [[repo]] -url = "https://github.com/Cosmodude/ton-deep-doc" +url = "https://github.com/Cosmodude/TON_API" [[repo]] url = "https://github.com/Cosmodude/toncli_including_binaries" @@ -976,10 +976,10 @@ url = "https://github.com/disintar/docs" url = "https://github.com/disintar/DTN" [[repo]] -url = "https://github.com/disintar/func_docker" +url = "https://github.com/disintar/func-tests-playground" [[repo]] -url = "https://github.com/disintar/func-tests-playground" +url = "https://github.com/disintar/func_docker" [[repo]] url = "https://github.com/disintar/graphene-sqlalchemy" @@ -1014,9 +1014,6 @@ url = "https://github.com/disintar/token-contract" [[repo]] url = "https://github.com/disintar/ton" -[[repo]] -url = "https://github.com/disintar/ton_payment_mixer" - [[repo]] url = "https://github.com/disintar/ton-connect-python-proof" @@ -1026,6 +1023,9 @@ url = "https://github.com/disintar/ton-k8s" [[repo]] url = "https://github.com/disintar/ton-wallet" +[[repo]] +url = "https://github.com/disintar/ton_payment_mixer" + [[repo]] url = "https://github.com/disintar/toncli" @@ -1407,9 +1407,6 @@ url = "https://github.com/howardpen9/lending" [[repo]] url = "https://github.com/howardpen9/multi-sender" -[[repo]] -url = "https://github.com/howardpen9/nft_standard_in_tact" - [[repo]] url = "https://github.com/howardpen9/nft-farming" @@ -1419,21 +1416,24 @@ url = "https://github.com/howardpen9/nft-receiver" [[repo]] url = "https://github.com/howardpen9/nft-staking" -[[repo]] -url = "https://github.com/howardpen9/nft-standard_in_tact" - [[repo]] url = "https://github.com/howardpen9/nft-standard-in-ton" [[repo]] url = "https://github.com/howardpen9/nft-standard-template" +[[repo]] +url = "https://github.com/howardpen9/nft-standard_in_tact" + [[repo]] url = "https://github.com/howardpen9/nft-template-in-tact" [[repo]] url = "https://github.com/howardpen9/nft-tutorial" +[[repo]] +url = "https://github.com/howardpen9/nft_standard_in_tact" + [[repo]] url = "https://github.com/howardpen9/stablecoin-contract" @@ -1482,9 +1482,6 @@ url = "https://github.com/howardpen9/token-contract" [[repo]] url = "https://github.com/howardpen9/ton" -[[repo]] -url = "https://github.com/howardpen9/ton_test" - [[repo]] url = "https://github.com/howardpen9/ton-airdrop" @@ -1494,6 +1491,9 @@ url = "https://github.com/howardpen9/ton-awards-2022" [[repo]] url = "https://github.com/howardpen9/ton-docs" +[[repo]] +url = "https://github.com/howardpen9/ton_test" + [[repo]] url = "https://github.com/howardpen9/tonbet" @@ -1723,15 +1723,15 @@ url = "https://github.com/kdimentionaltree/tvm_valuetypes" [[repo]] url = "https://github.com/kirillmelcin/jetton-usd-indexer" -[[repo]] -url = "https://github.com/kirillmelcin/ton_metrix_api" - [[repo]] url = "https://github.com/kirillmelcin/ton-awards-2022" [[repo]] url = "https://github.com/kirillmelcin/ton-inspector" +[[repo]] +url = "https://github.com/kirillmelcin/ton_metrix_api" + [[repo]] url = "https://github.com/klim0v/func-contest1-tests" @@ -2078,13 +2078,13 @@ url = "https://github.com/moorzeen/tonflow" url = "https://github.com/moskvertsa/delta" missing = true -[[repo]] -url = "https://github.com/movelabs-public/nabi_protocol_webpage" - [[repo]] url = "https://github.com/movelabs-public/Nabi-Protocol-Core" missing = true +[[repo]] +url = "https://github.com/movelabs-public/nabi_protocol_webpage" + [[repo]] url = "https://github.com/moven0831/The-One-Pass-HackaTON" @@ -2365,6 +2365,7 @@ url = "https://github.com/optus-fi/.github" [[repo]] url = "https://github.com/optus-fi/maintenance-page" +missing = true [[repo]] url = "https://github.com/optus-fi/nft" @@ -2671,15 +2672,15 @@ url = "https://github.com/pyAndr3w/tvm-js" [[repo]] url = "https://github.com/pyAndr3w/wton-contract-optimized" -[[repo]] -url = "https://github.com/rabbitofficial/rabbitgo_product" - [[repo]] url = "https://github.com/rabbitofficial/rabbitgo-contract" [[repo]] url = "https://github.com/rabbitofficial/rabbitgo-frontend" +[[repo]] +url = "https://github.com/rabbitofficial/rabbitgo_product" + [[repo]] url = "https://github.com/rahulvivaramneni/telegram-web-app-bot-example" @@ -2769,10 +2770,10 @@ url = "https://github.com/re-doubt/ton-awards-2022" url = "https://github.com/re-doubt/ton-indexer" [[repo]] -url = "https://github.com/re-doubt/tonalytica_tutorial" +url = "https://github.com/re-doubt/tonalytica-api-client" [[repo]] -url = "https://github.com/re-doubt/tonalytica-api-client" +url = "https://github.com/re-doubt/tonalytica_tutorial" [[repo]] url = "https://github.com/re-doubt/tonsdk" @@ -2934,6 +2935,9 @@ url = "https://github.com/somewallet/proxy_generator" [[repo]] url = "https://github.com/somewallet/send-fift-to-addr" +[[repo]] +url = "https://github.com/somewallet/ton-editable-minter" + [[repo]] url = "https://github.com/somewallet/TON_add_number_contract" @@ -2946,9 +2950,6 @@ url = "https://github.com/somewallet/TON_proxy_smart" [[repo]] url = "https://github.com/somewallet/ton_save_addresses_smart" -[[repo]] -url = "https://github.com/somewallet/ton-editable-minter" - [[repo]] url = "https://github.com/stableton-dorahack/stablecoin-tact-contracts" @@ -4360,10 +4361,10 @@ url = "https://github.com/tonkeeper/w5" url = "https://github.com/tonkeeper/wallet" [[repo]] -url = "https://github.com/tonkeeper/wallet_ios" +url = "https://github.com/tonkeeper/wallet-api" [[repo]] -url = "https://github.com/tonkeeper/wallet-api" +url = "https://github.com/tonkeeper/wallet_ios" [[repo]] url = "https://github.com/tonkeeper/web" @@ -5157,4 +5158,4 @@ url = "https://github.com/zxeo/tonusd" url = "https://gitlab.com/b4b-world/b4b-contracts-ton" [[repo]] -url = "https://gitlab.com/elnikov/sportgram_contract" \ No newline at end of file +url = "https://gitlab.com/elnikov/sportgram_contract" From 0ace3452d1e9cab5f615131ac596d27021ba10f7 Mon Sep 17 00:00:00 2001 From: Enrique Date: Tue, 17 Oct 2023 12:02:06 +0000 Subject: [PATCH 3/6] delete / merge duplicate ecosystems --- data/ecosystems/b/buildwithjuno.toml | 18 ------------------ data/ecosystems/c/code-and-state.toml | 12 ------------ data/ecosystems/c/code-state.toml | 3 +++ data/ecosystems/c/cycleoperators.toml | 6 ------ data/ecosystems/d/dfinity-education.toml | 24 ------------------------ data/ecosystems/f/fenix.toml | 22 ---------------------- data/ecosystems/i/icpsquad.toml | 6 ------ data/ecosystems/n/noblblocks.toml | 9 --------- data/ecosystems/o/orally-network.toml | 21 --------------------- data/ecosystems/o/orally.toml | 9 +++++++++ data/ecosystems/r/rakeoff-labs.toml | 6 ------ data/ecosystems/r/research-ag.toml | 15 --------------- data/ecosystems/s/shiku-labs.toml | 9 +++++++++ data/ecosystems/s/shikulabs.toml | 17 ----------------- data/ecosystems/s/sonicdex.toml | 9 --------- data/ecosystems/t/teambonsai.toml | 6 ------ 16 files changed, 21 insertions(+), 171 deletions(-) delete mode 100644 data/ecosystems/b/buildwithjuno.toml delete mode 100644 data/ecosystems/c/code-and-state.toml delete mode 100644 data/ecosystems/c/cycleoperators.toml delete mode 100644 data/ecosystems/d/dfinity-education.toml delete mode 100644 data/ecosystems/f/fenix.toml delete mode 100644 data/ecosystems/i/icpsquad.toml delete mode 100644 data/ecosystems/n/noblblocks.toml delete mode 100644 data/ecosystems/o/orally-network.toml delete mode 100644 data/ecosystems/r/rakeoff-labs.toml delete mode 100644 data/ecosystems/r/research-ag.toml delete mode 100644 data/ecosystems/s/shikulabs.toml delete mode 100644 data/ecosystems/s/sonicdex.toml delete mode 100644 data/ecosystems/t/teambonsai.toml diff --git a/data/ecosystems/b/buildwithjuno.toml b/data/ecosystems/b/buildwithjuno.toml deleted file mode 100644 index 5a3562dbef..0000000000 --- a/data/ecosystems/b/buildwithjuno.toml +++ /dev/null @@ -1,18 +0,0 @@ -title = "Juno IC" -sub_ecosystems = [] -github_organizations = ["https://github.com/buildwithjuno"] -[[repo]] -url = "https://github.com/buildwithjuno/juno" - -[[repo]] -url = "https://github.com/buildwithjuno/emulator" - -[[repo]] -url = "https://github.com/buildwithjuno/juno-js" - -[[repo]] -url = "https://github.com/buildwithjuno/cli" - -[[repo]] -url = "https://github.com/buildwithjuno/examples" - diff --git a/data/ecosystems/c/code-and-state.toml b/data/ecosystems/c/code-and-state.toml deleted file mode 100644 index 90ad750fc2..0000000000 --- a/data/ecosystems/c/code-and-state.toml +++ /dev/null @@ -1,12 +0,0 @@ -title = "Code & State" -sub_ecosystems = [] -github_organizations = ["https://github.com/Code-and-State"] -[[repo]] -url = "https://github.com/Code-and-State/simple-website" - -[[repo]] -url = "https://github.com/Code-and-State/motoko-bootcamp-workspace" - -[[repo]] -url = "https://github.com/Code-and-State/typescript-bootcamp" - diff --git a/data/ecosystems/c/code-state.toml b/data/ecosystems/c/code-state.toml index 8a4bab2d72..c99fb887a9 100644 --- a/data/ecosystems/c/code-state.toml +++ b/data/ecosystems/c/code-state.toml @@ -12,5 +12,8 @@ url = "https://github.com/Code-and-State/motoko-bootcamp-workspace" [[repo]] url = "https://github.com/Code-and-State/simple-website" +[[repo]] +url = "https://github.com/Code-and-State/typescript-bootcamp" + [[repo]] url = "https://github.com/Code-and-State/wg-education" diff --git a/data/ecosystems/c/cycleoperators.toml b/data/ecosystems/c/cycleoperators.toml deleted file mode 100644 index 1612cf9e86..0000000000 --- a/data/ecosystems/c/cycleoperators.toml +++ /dev/null @@ -1,6 +0,0 @@ -title = "CycleOps" -sub_ecosystems = [] -github_organizations = ["https://github.com/CycleOperators"] -[[repo]] -url = "https://github.com/CycleOperators/BalanceCheckerVerification" - diff --git a/data/ecosystems/d/dfinity-education.toml b/data/ecosystems/d/dfinity-education.toml deleted file mode 100644 index badca45a84..0000000000 --- a/data/ecosystems/d/dfinity-education.toml +++ /dev/null @@ -1,24 +0,0 @@ -title = "Internet Computer Education" -sub_ecosystems = [] -github_organizations = ["https://github.com/DFINITY-Education"] -[[repo]] -url = "https://github.com/DFINITY-Education/protocol-design" - -[[repo]] -url = "https://github.com/DFINITY-Education/web-development" - -[[repo]] -url = "https://github.com/DFINITY-Education/data-structures" - -[[repo]] -url = "https://github.com/DFINITY-Education/programming-languages" - -[[repo]] -url = "https://github.com/DFINITY-Education/blockchain-and-cryptocurrency" - -[[repo]] -url = "https://github.com/DFINITY-Education/distributed-systems" - -[[repo]] -url = "https://github.com/DFINITY-Education/governance" - diff --git a/data/ecosystems/f/fenix.toml b/data/ecosystems/f/fenix.toml deleted file mode 100644 index 25c6432620..0000000000 --- a/data/ecosystems/f/fenix.toml +++ /dev/null @@ -1,22 +0,0 @@ -# Ecosystem Level Information -title = "FENIX Protocol" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/atomizexyz"] - -# Repositories -[[repo]] -url = "https://github.com/atomizexyz/litepaper" - -[[repo]] -url = "https://github.com/atomizexyz/fenix" - -[[repo]] -url = "https://github.com/atomizexyz/fenixfyi" - -[[repo]] -url = "https://github.com/atomizexyz/xenfyi" - -[[repo]] -url = "https://github.com/atomizexyz/fenixcalccom" diff --git a/data/ecosystems/i/icpsquad.toml b/data/ecosystems/i/icpsquad.toml deleted file mode 100644 index 7bb35525e3..0000000000 --- a/data/ecosystems/i/icpsquad.toml +++ /dev/null @@ -1,6 +0,0 @@ -title = "dSquad" -sub_ecosystems = [] -github_organizations = ["https://github.com/ICPSquad"] -[[repo]] -url = "https://github.com/ICPSquad/Squad" - diff --git a/data/ecosystems/n/noblblocks.toml b/data/ecosystems/n/noblblocks.toml deleted file mode 100644 index da262a9e5d..0000000000 --- a/data/ecosystems/n/noblblocks.toml +++ /dev/null @@ -1,9 +0,0 @@ -title = "NOBLEBLOCKS" -sub_ecosystems = [] -github_organizations = ["https://github.com/NOBLBLOCKS"] -[[repo]] -url = "https://github.com/NOBLBLOCKS/NOBLEBLOCKS-PUBLIC" - -[[repo]] -url = "https://github.com/NOBLBLOCKS/NOBLEBLOCKS-PUB" - diff --git a/data/ecosystems/o/orally-network.toml b/data/ecosystems/o/orally-network.toml deleted file mode 100644 index f842244a13..0000000000 --- a/data/ecosystems/o/orally-network.toml +++ /dev/null @@ -1,21 +0,0 @@ -title = "Orally" -sub_ecosystems = [] -github_organizations = ["https://github.com/Orally-Network"] -[[repo]] -url = "https://github.com/Orally-Network/app" - -[[repo]] -url = "https://github.com/Orally-Network/POC" - -[[repo]] -url = "https://github.com/orally-network/POC" - -[[repo]] -url = "https://github.com/orally-network/oracle" - -[[repo]] -url = "https://github.com/orally-network/sybil" - -[[repo]] -url = "https://github.com/orally-network/pythia" - diff --git a/data/ecosystems/o/orally.toml b/data/ecosystems/o/orally.toml index babe869a07..27ce9f705d 100644 --- a/data/ecosystems/o/orally.toml +++ b/data/ecosystems/o/orally.toml @@ -6,8 +6,17 @@ sub_ecosystems = [] github_organizations = ["https://github.com/Orally-Network"] # Repositories +[[repo]] +url = "https://github.com/Orally-Network/app" + [[repo]] url = "https://github.com/orally-network/oracle" [[repo]] url = "https://github.com/Orally-Network/POC" + +[[repo]] +url = "https://github.com/orally-network/pythia" + +[[repo]] +url = "https://github.com/orally-network/sybil" diff --git a/data/ecosystems/r/rakeoff-labs.toml b/data/ecosystems/r/rakeoff-labs.toml deleted file mode 100644 index ef46a4a3dd..0000000000 --- a/data/ecosystems/r/rakeoff-labs.toml +++ /dev/null @@ -1,6 +0,0 @@ -title = "Rakeoff" -sub_ecosystems = [] -github_organizations = ["https://github.com/rakeoff-labs"] -[[repo]] -url = "https://github.com/rakeoff-labs/rakeoff" - diff --git a/data/ecosystems/r/research-ag.toml b/data/ecosystems/r/research-ag.toml deleted file mode 100644 index 8cbebfa5bc..0000000000 --- a/data/ecosystems/r/research-ag.toml +++ /dev/null @@ -1,15 +0,0 @@ -title = "MR Research AG" -sub_ecosystems = [] -github_organizations = ["https://github.com/research-ag"] -[[repo]] -url = "https://github.com/research-ag/hpl" - -[[repo]] -url = "https://github.com/research-ag/motoko-lib" - -[[repo]] -url = "https://github.com/research-ag/canister-profiling" - -[[repo]] -url = "https://github.com/research-ag/hpl-stats" - diff --git a/data/ecosystems/s/shiku-labs.toml b/data/ecosystems/s/shiku-labs.toml index d3dea3d4c8..c31d2de11f 100644 --- a/data/ecosystems/s/shiku-labs.toml +++ b/data/ecosystems/s/shiku-labs.toml @@ -15,8 +15,17 @@ url = "https://github.com/ShikuLabs/agent-unity" [[repo]] url = "https://github.com/ShikuLabs/agent-unity-cs" +[[repo]] +url = "https://github.com/ShikuLabs/canister_factory" + [[repo]] url = "https://github.com/ShikuLabs/ext_based_721" +[[repo]] +url = "https://github.com/ShikuLabs/ext_based_dip721_lib" + [[repo]] url = "https://github.com/ShikuLabs/Store" + +[[repo]] +url = "https://github.com/ShikuLabs/vote_canister" diff --git a/data/ecosystems/s/shikulabs.toml b/data/ecosystems/s/shikulabs.toml deleted file mode 100644 index 8c9901cd4d..0000000000 --- a/data/ecosystems/s/shikulabs.toml +++ /dev/null @@ -1,17 +0,0 @@ -title = "Shiku Labs" -sub_ecosystems = [] -github_organizations = ["https://github.com/ShikuLabs"] -[[repo]] -url = "https://github.com/ShikuLabs/agent-unity" - -[[repo]] -url = "https://github.com/ShikuLabs/ext_based_721" - -[[repo]] -url = "https://github.com/ShikuLabs/vote_canister" - -[[repo]] -url = "https://github.com/ShikuLabs/ext_based_dip721_lib" - -[[repo]] -url = "https://github.com/ShikuLabs/canister_factory" \ No newline at end of file diff --git a/data/ecosystems/s/sonicdex.toml b/data/ecosystems/s/sonicdex.toml deleted file mode 100644 index d6f0bae05d..0000000000 --- a/data/ecosystems/s/sonicdex.toml +++ /dev/null @@ -1,9 +0,0 @@ -title = "Sonic" -sub_ecosystems = [] -github_organizations = ["https://github.com/sonicdex"] -[[repo]] -url = "https://github.com/sonicdex/sonic-v1" - -[[repo]] -url = "https://github.com/sonicdex/sonic-app" - diff --git a/data/ecosystems/t/teambonsai.toml b/data/ecosystems/t/teambonsai.toml deleted file mode 100644 index adf1bc4af2..0000000000 --- a/data/ecosystems/t/teambonsai.toml +++ /dev/null @@ -1,6 +0,0 @@ -title = "Team Bonsai" -sub_ecosystems = [] -github_organizations = ["https://github.com/teambonsai"] -[[repo]] -url = "https://github.com/teambonsai/bonsai_dapp" - From 80b90c3eab6961dd5306217e126f78c402a07eab Mon Sep 17 00:00:00 2001 From: Enrique Date: Tue, 17 Oct 2023 12:02:48 +0000 Subject: [PATCH 4/6] fix toml names --- .../5/{55foundry.toml => 55-foundry.toml} | 6 +- .../a/{aikindapps.toml => aikin.toml} | 6 +- .../a/{allusion-be.toml => allusion.toml} | 6 +- ...hackers.toml => awesomepurplehackers.toml} | 6 +- .../b/{boomdao.toml => boom-dao.toml} | 6 +- .../d/{deckgo.toml => deckdeckgo.toml} | 6 +- .../e/{earthwallet.toml => earth-wallet.toml} | 8 ++- .../ecosystems/e/{eigerco.toml => eiger.toml} | 6 +- ...ysis.toml => ergo-stats-and-analysis.toml} | 0 .../h/{horizonx-tech.toml => horizonx.toml} | 16 +++-- data/ecosystems/{g => h}/hot-or-not.toml | 0 .../ecosystems/i/{icme-lab.toml => icme.toml} | 6 +- .../i/{itoka-dao.toml => itokadao.toml} | 12 ++-- ...lltech.toml => one-hill-technologies.toml} | 6 +- ...itchelectric.toml => switch-electric.toml} | 56 ++++++++-------- .../{taggrnetwork.toml => taggr-network.toml} | 6 +- ...{Think-and-Dev.toml => think-and-dev.toml} | 65 +++++++++---------- .../{o/onlyontrax.toml => t/trax.toml} | 6 +- ...{vortex-finance.toml => vortxfinance.toml} | 4 +- .../w/{WeatherXM.toml => weatherxm.toml} | 21 +++--- 20 files changed, 148 insertions(+), 100 deletions(-) rename data/ecosystems/5/{55foundry.toml => 55-foundry.toml} (71%) rename data/ecosystems/a/{aikindapps.toml => aikin.toml} (75%) rename data/ecosystems/a/{allusion-be.toml => allusion.toml} (81%) rename data/ecosystems/a/{awesome-purple-hackers.toml => awesomepurplehackers.toml} (100%) rename data/ecosystems/b/{boomdao.toml => boom-dao.toml} (76%) rename data/ecosystems/d/{deckgo.toml => deckdeckgo.toml} (72%) rename data/ecosystems/e/{earthwallet.toml => earth-wallet.toml} (79%) rename data/ecosystems/e/{eigerco.toml => eiger.toml} (72%) rename data/ecosystems/e/{ergo-stats-analysis.toml => ergo-stats-and-analysis.toml} (100%) rename data/ecosystems/h/{horizonx-tech.toml => horizonx.toml} (89%) rename data/ecosystems/{g => h}/hot-or-not.toml (100%) rename data/ecosystems/i/{icme-lab.toml => icme.toml} (84%) rename data/ecosystems/i/{itoka-dao.toml => itokadao.toml} (87%) rename data/ecosystems/o/{onehilltech.toml => one-hill-technologies.toml} (81%) rename data/ecosystems/s/{switchelectric.toml => switch-electric.toml} (98%) rename data/ecosystems/t/{taggrnetwork.toml => taggr-network.toml} (77%) rename data/ecosystems/t/{Think-and-Dev.toml => think-and-dev.toml} (96%) rename data/ecosystems/{o/onlyontrax.toml => t/trax.toml} (76%) rename data/ecosystems/v/{vortex-finance.toml => vortxfinance.toml} (100%) rename data/ecosystems/w/{WeatherXM.toml => weatherxm.toml} (91%) diff --git a/data/ecosystems/5/55foundry.toml b/data/ecosystems/5/55-foundry.toml similarity index 71% rename from data/ecosystems/5/55foundry.toml rename to data/ecosystems/5/55-foundry.toml index cc3dd5fb99..1e2d9f9e10 100644 --- a/data/ecosystems/5/55foundry.toml +++ b/data/ecosystems/5/55-foundry.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "55 Foundry" + sub_ecosystems = [] + github_organizations = [] + +# Repositories [[repo]] url = "https://github.com/55foundry/DIP20" - diff --git a/data/ecosystems/a/aikindapps.toml b/data/ecosystems/a/aikin.toml similarity index 75% rename from data/ecosystems/a/aikindapps.toml rename to data/ecosystems/a/aikin.toml index 6e2ead6785..413cb02eca 100644 --- a/data/ecosystems/a/aikindapps.toml +++ b/data/ecosystems/a/aikin.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "Aikin" + sub_ecosystems = [] + github_organizations = ["https://github.com/Aikindapps"] + +# Repositories [[repo]] url = "https://github.com/Aikindapps/Nuance" - diff --git a/data/ecosystems/a/allusion-be.toml b/data/ecosystems/a/allusion.toml similarity index 81% rename from data/ecosystems/a/allusion-be.toml rename to data/ecosystems/a/allusion.toml index 2b6ed85e8a..ff6993c55a 100644 --- a/data/ecosystems/a/allusion-be.toml +++ b/data/ecosystems/a/allusion.toml @@ -1,9 +1,13 @@ +# Ecosystem Level Information title = "Allusion" + sub_ecosystems = [] + github_organizations = ["https://github.com/allusion-be"] + +# Repositories [[repo]] url = "https://github.com/allusion-be/ic-static" [[repo]] url = "https://github.com/allusion-be/ic-ts" - diff --git a/data/ecosystems/a/awesome-purple-hackers.toml b/data/ecosystems/a/awesomepurplehackers.toml similarity index 100% rename from data/ecosystems/a/awesome-purple-hackers.toml rename to data/ecosystems/a/awesomepurplehackers.toml index 7130808130..f357519a41 100644 --- a/data/ecosystems/a/awesome-purple-hackers.toml +++ b/data/ecosystems/a/awesomepurplehackers.toml @@ -10,13 +10,13 @@ github_organizations = ["https://github.com/Awesome-Purple-Hackers"] url = "https://github.com/Awesome-Purple-Hackers/game_client" [[repo]] -url = "https://github.com/Awesome-Purple-Hackers/mvx-front" +url = "https://github.com/Awesome-Purple-Hackers/genezio-backend" [[repo]] url = "https://github.com/Awesome-Purple-Hackers/gpt3-quiz-genrated-api" [[repo]] -url = "https://github.com/Awesome-Purple-Hackers/sc-game-rs" +url = "https://github.com/Awesome-Purple-Hackers/mvx-front" [[repo]] -url = "https://github.com/Awesome-Purple-Hackers/genezio-backend" +url = "https://github.com/Awesome-Purple-Hackers/sc-game-rs" diff --git a/data/ecosystems/b/boomdao.toml b/data/ecosystems/b/boom-dao.toml similarity index 76% rename from data/ecosystems/b/boomdao.toml rename to data/ecosystems/b/boom-dao.toml index ea16b7251b..968f523d58 100644 --- a/data/ecosystems/b/boomdao.toml +++ b/data/ecosystems/b/boom-dao.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "BOOM DAO" + sub_ecosystems = [] + github_organizations = ["https://github.com/BoomDAO"] + +# Repositories [[repo]] url = "https://github.com/BoomDAO/game-launcher" - diff --git a/data/ecosystems/d/deckgo.toml b/data/ecosystems/d/deckdeckgo.toml similarity index 72% rename from data/ecosystems/d/deckgo.toml rename to data/ecosystems/d/deckdeckgo.toml index 3e100faaf1..40c76dce40 100644 --- a/data/ecosystems/d/deckgo.toml +++ b/data/ecosystems/d/deckdeckgo.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "DeckDeckGo" + sub_ecosystems = [] + github_organizations = [] + +# Repositories [[repo]] url = "https://github.com/deckgo/deckdeckgo" - diff --git a/data/ecosystems/e/earthwallet.toml b/data/ecosystems/e/earth-wallet.toml similarity index 79% rename from data/ecosystems/e/earthwallet.toml rename to data/ecosystems/e/earth-wallet.toml index 6d39b815d9..481889e45e 100644 --- a/data/ecosystems/e/earthwallet.toml +++ b/data/ecosystems/e/earth-wallet.toml @@ -1,9 +1,13 @@ +# Ecosystem Level Information title = "Earth Wallet" + sub_ecosystems = [] + github_organizations = [] -[[repo]] -url = "https://github.com/earthwallet/keyring" +# Repositories [[repo]] url = "https://github.com/earthwallet/assets" +[[repo]] +url = "https://github.com/earthwallet/keyring" diff --git a/data/ecosystems/e/eigerco.toml b/data/ecosystems/e/eiger.toml similarity index 72% rename from data/ecosystems/e/eigerco.toml rename to data/ecosystems/e/eiger.toml index 62f636eb3a..f21c715d1e 100644 --- a/data/ecosystems/e/eigerco.toml +++ b/data/ecosystems/e/eiger.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "Eiger" + sub_ecosystems = [] + github_organizations = [] + +# Repositories [[repo]] url = "https://github.com/eigerco/ethereum-canister" - diff --git a/data/ecosystems/e/ergo-stats-analysis.toml b/data/ecosystems/e/ergo-stats-and-analysis.toml similarity index 100% rename from data/ecosystems/e/ergo-stats-analysis.toml rename to data/ecosystems/e/ergo-stats-and-analysis.toml diff --git a/data/ecosystems/h/horizonx-tech.toml b/data/ecosystems/h/horizonx.toml similarity index 89% rename from data/ecosystems/h/horizonx-tech.toml rename to data/ecosystems/h/horizonx.toml index 834d5ff26e..386f87834e 100644 --- a/data/ecosystems/h/horizonx-tech.toml +++ b/data/ecosystems/h/horizonx.toml @@ -1,18 +1,22 @@ +# Ecosystem Level Information title = "HorizonX" + sub_ecosystems = [] + github_organizations = [] -[[repo]] -url = "https://github.com/horizonx-tech/ic-web3-rs" +# Repositories [[repo]] -url = "https://github.com/horizonx-tech/demo-crosschain-lending" +url = "https://github.com/horizonx-tech/chainsight-cli" [[repo]] -url = "https://github.com/horizonx-tech/demo-hhi-oracle" +url = "https://github.com/horizonx-tech/chainsight-sdk" [[repo]] -url = "https://github.com/horizonx-tech/chainsight-sdk" +url = "https://github.com/horizonx-tech/demo-crosschain-lending" [[repo]] -url = "https://github.com/horizonx-tech/chainsight-cli" +url = "https://github.com/horizonx-tech/demo-hhi-oracle" +[[repo]] +url = "https://github.com/horizonx-tech/ic-web3-rs" diff --git a/data/ecosystems/g/hot-or-not.toml b/data/ecosystems/h/hot-or-not.toml similarity index 100% rename from data/ecosystems/g/hot-or-not.toml rename to data/ecosystems/h/hot-or-not.toml diff --git a/data/ecosystems/i/icme-lab.toml b/data/ecosystems/i/icme.toml similarity index 84% rename from data/ecosystems/i/icme-lab.toml rename to data/ecosystems/i/icme.toml index 0d48a1599b..c46e7c2af7 100644 --- a/data/ecosystems/i/icme-lab.toml +++ b/data/ecosystems/i/icme.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "ICME" + sub_ecosystems = [] + github_organizations = ["https://github.com/ICME-Lab"] + +# Repositories [[repo]] url = "https://github.com/ICME-Lab/AuctionMotokoLib" @@ -9,4 +14,3 @@ url = "https://github.com/ICME-Lab/ICP" [[repo]] url = "https://github.com/ICME-Lab/NFT-claim-page" - diff --git a/data/ecosystems/i/itoka-dao.toml b/data/ecosystems/i/itokadao.toml similarity index 87% rename from data/ecosystems/i/itoka-dao.toml rename to data/ecosystems/i/itokadao.toml index 465388df63..f0111acf18 100644 --- a/data/ecosystems/i/itoka-dao.toml +++ b/data/ecosystems/i/itokadao.toml @@ -1,15 +1,19 @@ +# Ecosystem Level Information title = "ItokaDAO" + sub_ecosystems = [] + github_organizations = ["https://github.com/Itoka-DAO"] -[[repo]] -url = "https://github.com/Itoka-DAO/itoka-music-nft-standard" +# Repositories [[repo]] url = "https://github.com/Itoka-DAO/IC-XRP" [[repo]] -url = "https://github.com/Itoka-DAO/xrp_server" +url = "https://github.com/Itoka-DAO/icxrp" [[repo]] -url = "https://github.com/Itoka-DAO/icxrp" +url = "https://github.com/Itoka-DAO/itoka-music-nft-standard" +[[repo]] +url = "https://github.com/Itoka-DAO/xrp_server" diff --git a/data/ecosystems/o/onehilltech.toml b/data/ecosystems/o/one-hill-technologies.toml similarity index 81% rename from data/ecosystems/o/onehilltech.toml rename to data/ecosystems/o/one-hill-technologies.toml index e5abafadd2..7ef4b48632 100644 --- a/data/ecosystems/o/onehilltech.toml +++ b/data/ecosystems/o/one-hill-technologies.toml @@ -1,9 +1,13 @@ +# Ecosystem Level Information title = "One Hill Technologies" + sub_ecosystems = [] + github_organizations = [] + +# Repositories [[repo]] url = "https://github.com/onehilltech/blueprint" [[repo]] url = "https://github.com/onehilltech/ember-cli-dfinity" - diff --git a/data/ecosystems/s/switchelectric.toml b/data/ecosystems/s/switch-electric.toml similarity index 98% rename from data/ecosystems/s/switchelectric.toml rename to data/ecosystems/s/switch-electric.toml index 0a43a9629c..590a2fa301 100644 --- a/data/ecosystems/s/switchelectric.toml +++ b/data/ecosystems/s/switch-electric.toml @@ -1,95 +1,97 @@ # Ecosystem Level Information title = "Switch Electric" +sub_ecosystems = [] + github_organizations = ["https://github.com/whyNotSwitch"] # Repositories [[repo]] -url = "https://github.com/WhyNotSwitch/Static" +url = "https://github.com/WhyNotSwitch/.github" [[repo]] -url = "https://github.com/WhyNotSwitch/Templates" +url = "https://github.com/WhyNotSwitch/About-us" [[repo]] -url = "https://github.com/WhyNotSwitch/landing-page" +url = "https://github.com/WhyNotSwitch/Arduino" [[repo]] -url = "https://github.com/WhyNotSwitch/my_meter_app" +url = "https://github.com/WhyNotSwitch/Arduino-Libraries" [[repo]] -url = "https://github.com/WhyNotSwitch/Media" +url = "https://github.com/WhyNotSwitch/arduino-LoRa" [[repo]] -url = "https://github.com/WhyNotSwitch/PWA" +url = "https://github.com/WhyNotSwitch/atomizer" [[repo]] url = "https://github.com/WhyNotSwitch/Battery-Management-System" [[repo]] -url = "https://github.com/WhyNotSwitch/dashboard" +url = "https://github.com/WhyNotSwitch/Brand-kit" [[repo]] -url = "https://github.com/WhyNotSwitch/Arduino" +url = "https://github.com/WhyNotSwitch/Dapp-Interface" [[repo]] -url = "https://github.com/WhyNotSwitch/Arduino-Libraries" +url = "https://github.com/WhyNotSwitch/dashboard" [[repo]] -url = "https://github.com/WhyNotSwitch/www-WhyNotSwitch-com" +url = "https://github.com/WhyNotSwitch/Deep-Space-NFT" [[repo]] -url = "https://github.com/WhyNotSwitch/Smart-Inverter-and-UPS" +url = "https://github.com/WhyNotSwitch/Deep-Space-NFT-Rust" [[repo]] -url = "https://github.com/WhyNotSwitch/Gallery" +url = "https://github.com/WhyNotSwitch/Distributed-Dictionary-Learning" [[repo]] -url = "https://github.com/WhyNotSwitch/STUDENT-ENERGY" +url = "https://github.com/WhyNotSwitch/Gallery" [[repo]] -url = "https://github.com/WhyNotSwitch/Distributed-Dictionary-Learning" +url = "https://github.com/WhyNotSwitch/landing-page" [[repo]] url = "https://github.com/WhyNotSwitch/Lyssandra" [[repo]] -url = "https://github.com/WhyNotSwitch/atomizer" +url = "https://github.com/WhyNotSwitch/Media" [[repo]] -url = "https://github.com/WhyNotSwitch/PITCH-DESK-SET" +url = "https://github.com/WhyNotSwitch/my_meter_app" [[repo]] -url = "https://github.com/WhyNotSwitch/Brand-kit" +url = "https://github.com/WhyNotSwitch/pi-lora" [[repo]] -url = "https://github.com/WhyNotSwitch/Switch-Website-3.0" +url = "https://github.com/WhyNotSwitch/PITCH-DESK-SET" [[repo]] -url = "https://github.com/WhyNotSwitch/.github" +url = "https://github.com/WhyNotSwitch/PWA" [[repo]] -url = "https://github.com/WhyNotSwitch/About-us" +url = "https://github.com/WhyNotSwitch/Smart-Inverter-and-UPS" [[repo]] url = "https://github.com/WhyNotSwitch/Solarize-NFT-Identicon" [[repo]] -url = "https://github.com/WhyNotSwitch/Deep-Space-NFT-Rust" +url = "https://github.com/WhyNotSwitch/Static" [[repo]] -url = "https://github.com/WhyNotSwitch/Deep-Space-NFT" +url = "https://github.com/WhyNotSwitch/STUDENT-ENERGY" [[repo]] -url = "https://github.com/WhyNotSwitch/WNS" +url = "https://github.com/WhyNotSwitch/Switch-NFT-Marketplace-React" [[repo]] -url = "https://github.com/WhyNotSwitch/Switch-NFT-Marketplace-React" +url = "https://github.com/WhyNotSwitch/Switch-Website-3.0" [[repo]] -url = "https://github.com/WhyNotSwitch/Dapp-Interface" +url = "https://github.com/WhyNotSwitch/Templates" [[repo]] -url = "https://github.com/WhyNotSwitch/pi-lora" +url = "https://github.com/WhyNotSwitch/WNS" [[repo]] -url = "https://github.com/WhyNotSwitch/arduino-LoRa" +url = "https://github.com/WhyNotSwitch/www-WhyNotSwitch-com" diff --git a/data/ecosystems/t/taggrnetwork.toml b/data/ecosystems/t/taggr-network.toml similarity index 77% rename from data/ecosystems/t/taggrnetwork.toml rename to data/ecosystems/t/taggr-network.toml index a99ebc1b3d..c1b2975631 100644 --- a/data/ecosystems/t/taggrnetwork.toml +++ b/data/ecosystems/t/taggr-network.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "Taggr Network" + sub_ecosystems = [] + github_organizations = ["https://github.com/TaggrNetwork"] + +# Repositories [[repo]] url = "https://github.com/TaggrNetwork/taggr" - diff --git a/data/ecosystems/t/Think-and-Dev.toml b/data/ecosystems/t/think-and-dev.toml similarity index 96% rename from data/ecosystems/t/Think-and-Dev.toml rename to data/ecosystems/t/think-and-dev.toml index c215d030be..6222b3f40e 100644 --- a/data/ecosystems/t/Think-and-Dev.toml +++ b/data/ecosystems/t/think-and-dev.toml @@ -3,98 +3,95 @@ title = "Think and Dev" sub_ecosystems = [] -github_organizations = [ - "https://github.com/Think-and-Dev" -] +github_organizations = ["https://github.com/Think-and-Dev"] # Repositories - [[repo]] -url = "https://github.com/Think-and-Dev/rskswap-frontend" +url = "https://github.com/Think-and-Dev/decrypto" [[repo]] -url = "https://github.com/Think-and-Dev/rskswap-core" +url = "https://github.com/Think-and-Dev/deploy-eip-1820-rsk" [[repo]] -url = "https://github.com/Think-and-Dev/wrbtc" +url = "https://github.com/Think-and-Dev/deploy-eip-1820-web3-rsk" [[repo]] -url = "https://github.com/Think-and-Dev/multicall" +url = "https://github.com/Think-and-Dev/erc777-cheque-processor" [[repo]] -url = "https://github.com/Think-and-Dev/rskswap-sdk" +url = "https://github.com/Think-and-Dev/ethcall" [[repo]] -url = "https://github.com/Think-and-Dev/rskswap-periphery" +url = "https://github.com/Think-and-Dev/hardhat-erc1820" [[repo]] -url = "https://github.com/Think-and-Dev/rskswap-com" +url = "https://github.com/Think-and-Dev/inspector" [[repo]] -url = "https://github.com/Think-and-Dev/rskswap-lib" +url = "https://github.com/Think-and-Dev/multicall" [[repo]] -url = "https://github.com/Think-and-Dev/rskswap-info" +url = "https://github.com/Think-and-Dev/MultiSigWallet" [[repo]] -url = "https://github.com/Think-and-Dev/RDOC-Contract" +url = "https://github.com/Think-and-Dev/open-oracle" [[repo]] -url = "https://github.com/Think-and-Dev/open-oracle" +url = "https://github.com/Think-and-Dev/poap-contracts" [[repo]] -url = "https://github.com/Think-and-Dev/deploy-eip-1820-rsk" +url = "https://github.com/Think-and-Dev/poap-delivery" [[repo]] -url = "https://github.com/Think-and-Dev/rng-contracts" +url = "https://github.com/Think-and-Dev/poap-gallery" [[repo]] -url = "https://github.com/Think-and-Dev/solidoc" +url = "https://github.com/Think-and-Dev/poap-subgraph" [[repo]] -url = "https://github.com/Think-and-Dev/inspector" +url = "https://github.com/Think-and-Dev/poap-vote-v2" [[repo]] -url = "https://github.com/Think-and-Dev/decrypto" +url = "https://github.com/Think-and-Dev/poap-webapp" [[repo]] -url = "https://github.com/Think-and-Dev/deploy-eip-1820-web3-rsk" +url = "https://github.com/Think-and-Dev/poap-website" [[repo]] -url = "https://github.com/Think-and-Dev/truffle-plugin-blockscout-verify" +url = "https://github.com/Think-and-Dev/RDOC-Contract" [[repo]] -url = "https://github.com/Think-and-Dev/poap-contracts" +url = "https://github.com/Think-and-Dev/rng-contracts" [[repo]] -url = "https://github.com/Think-and-Dev/erc777-cheque-processor" +url = "https://github.com/Think-and-Dev/rskswap-com" [[repo]] -url = "https://github.com/Think-and-Dev/sdk-library-boilerplate" +url = "https://github.com/Think-and-Dev/rskswap-core" [[repo]] -url = "https://github.com/Think-and-Dev/poap-website" +url = "https://github.com/Think-and-Dev/rskswap-frontend" [[repo]] -url = "https://github.com/Think-and-Dev/poap-gallery" +url = "https://github.com/Think-and-Dev/rskswap-info" [[repo]] -url = "https://github.com/Think-and-Dev/poap-webapp" +url = "https://github.com/Think-and-Dev/rskswap-lib" [[repo]] -url = "https://github.com/Think-and-Dev/poap-delivery" +url = "https://github.com/Think-and-Dev/rskswap-periphery" [[repo]] -url = "https://github.com/Think-and-Dev/poap-subgraph" +url = "https://github.com/Think-and-Dev/rskswap-sdk" [[repo]] -url = "https://github.com/Think-and-Dev/ethcall" +url = "https://github.com/Think-and-Dev/sdk-library-boilerplate" [[repo]] -url = "https://github.com/Think-and-Dev/hardhat-erc1820" +url = "https://github.com/Think-and-Dev/solidoc" [[repo]] -url = "https://github.com/Think-and-Dev/MultiSigWallet" +url = "https://github.com/Think-and-Dev/truffle-plugin-blockscout-verify" [[repo]] -url = "https://github.com/Think-and-Dev/poap-vote-v2" +url = "https://github.com/Think-and-Dev/wrbtc" diff --git a/data/ecosystems/o/onlyontrax.toml b/data/ecosystems/t/trax.toml similarity index 76% rename from data/ecosystems/o/onlyontrax.toml rename to data/ecosystems/t/trax.toml index 62cd3f6715..e584cec378 100644 --- a/data/ecosystems/o/onlyontrax.toml +++ b/data/ecosystems/t/trax.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "Trax" + sub_ecosystems = [] + github_organizations = ["https://github.com/onlyontrax"] + +# Repositories [[repo]] url = "https://github.com/onlyontrax/trax_payments" - diff --git a/data/ecosystems/v/vortex-finance.toml b/data/ecosystems/v/vortxfinance.toml similarity index 100% rename from data/ecosystems/v/vortex-finance.toml rename to data/ecosystems/v/vortxfinance.toml index ec7e257ad3..6673c76d75 100644 --- a/data/ecosystems/v/vortex-finance.toml +++ b/data/ecosystems/v/vortxfinance.toml @@ -7,7 +7,7 @@ github_organizations = [] # Repositories [[repo]] -url = "https://github.com/VortX-DAO/mxbi" +url = "https://github.com/VortX-DAO/mx-template-service" [[repo]] -url = "https://github.com/VortX-DAO/mx-template-service" +url = "https://github.com/VortX-DAO/mxbi" diff --git a/data/ecosystems/w/WeatherXM.toml b/data/ecosystems/w/weatherxm.toml similarity index 91% rename from data/ecosystems/w/WeatherXM.toml rename to data/ecosystems/w/weatherxm.toml index 6d6a7b2f26..362105d6ca 100644 --- a/data/ecosystems/w/WeatherXM.toml +++ b/data/ecosystems/w/weatherxm.toml @@ -3,35 +3,32 @@ title = "WeatherXM" sub_ecosystems = [] -github_organizations = [ - "https://github.com/WeatherXM" -] +github_organizations = ["https://github.com/WeatherXM"] # Repositories +[[repo]] +url = "https://github.com/WeatherXM/cell-capacity" [[repo]] -url = "https://github.com/WeatherXM/docs" +url = "https://github.com/WeatherXM/cod-demo" [[repo]] -url = "https://github.com/WeatherXM/issue-tracker" +url = "https://github.com/WeatherXM/docs" [[repo]] -url = "https://github.com/WeatherXM/wxm-weather-icons" +url = "https://github.com/WeatherXM/issue-tracker" [[repo]] -url = "https://github.com/WeatherXM/cod-demo" +url = "https://github.com/WeatherXM/kepler.gl" [[repo]] url = "https://github.com/WeatherXM/merkle-tree" [[repo]] -url = "https://github.com/WeatherXM/kepler.gl" +url = "https://github.com/WeatherXM/smart-contracts" [[repo]] url = "https://github.com/WeatherXM/smart-contracts-simulator" [[repo]] -url = "https://github.com/WeatherXM/smart-contracts" - -[[repo]] -url = "https://github.com/WeatherXM/cell-capacity" +url = "https://github.com/WeatherXM/wxm-weather-icons" From c2333a9783ff340ec92919502adeb901640aac59 Mon Sep 17 00:00:00 2001 From: Enrique Date: Tue, 17 Oct 2023 12:24:27 +0000 Subject: [PATCH 5/6] lint all toml files --- data/ecosystems/1/1pixel-red.toml | 8 +- data/ecosystems/a/archway-network.toml | 2 + data/ecosystems/a/arda.toml | 6 +- data/ecosystems/a/arkreen.toml | 43 +-- data/ecosystems/a/astar-network.toml | 112 +++--- data/ecosystems/a/astrox-network.toml | 18 +- data/ecosystems/a/avalanche.toml | 8 +- data/ecosystems/b/bitfinity-network.toml | 6 +- data/ecosystems/b/build-squad.toml | 6 +- data/ecosystems/c/canister-app.toml | 6 +- data/ecosystems/c/canto.toml | 13 +- data/ecosystems/c/cardano.toml | 42 +-- data/ecosystems/c/catalyze-software.toml | 18 +- data/ecosystems/c/civol-ic.toml | 6 +- data/ecosystems/c/comet.toml | 6 +- data/ecosystems/c/conflux-network.toml | 8 +- data/ecosystems/c/coong-wallet.toml | 1 + data/ecosystems/d/decentology.toml | 1 - data/ecosystems/d/dfinity-side-projects.toml | 10 +- data/ecosystems/d/dfinity.toml | 36 +- data/ecosystems/d/doodles.toml | 4 +- data/ecosystems/d/dotflow.toml | 1 + data/ecosystems/e/emerald-city-dao.toml | 6 +- data/ecosystems/e/eos.toml | 368 +++++++++---------- data/ecosystems/e/ergo-education.toml | 10 +- data/ecosystems/e/everscale.toml | 153 ++++---- data/ecosystems/f/filecoin.toml | 12 +- data/ecosystems/f/findonflow.toml | 23 +- data/ecosystems/f/flatqube.toml | 17 +- data/ecosystems/f/flow-hydraulics.toml | 4 +- data/ecosystems/f/flow.toml | 48 ++- data/ecosystems/f/flower-power-dao.toml | 18 +- data/ecosystems/f/fluent.toml | 28 +- data/ecosystems/f/flux.toml | 59 ++- data/ecosystems/g/getimpactnow.toml | 6 +- data/ecosystems/g/gitpoap.toml | 4 +- data/ecosystems/g/glitter-finance.toml | 2 + data/ecosystems/g/goledo.toml | 4 +- data/ecosystems/g/gosh.toml | 6 +- data/ecosystems/h/hybrid-explorer.toml | 1 + data/ecosystems/i/icpswap-labs.toml | 12 +- data/ecosystems/i/infinity-swap.toml | 12 +- data/ecosystems/i/iopay.toml | 12 +- data/ecosystems/i/iotubeproject.toml | 4 +- data/ecosystems/k/kinicdao.toml | 4 +- data/ecosystems/k/kryptik.toml | 12 +- data/ecosystems/m/m3tering-protocol.toml | 28 +- data/ecosystems/m/mina-protocol.toml | 2 +- data/ecosystems/m/motogp.toml | 2 +- data/ecosystems/m/multiversx-elrond.toml | 99 ++--- data/ecosystems/m/muses-fm.toml | 6 +- data/ecosystems/n/neutron.toml | 4 +- data/ecosystems/n/niftory.toml | 12 +- data/ecosystems/n/novasama-technologies.toml | 6 +- data/ecosystems/n/nporium-labs.toml | 4 +- data/ecosystems/n/nucleon.toml | 80 ++-- data/ecosystems/o/ocelloids.toml | 1 - data/ecosystems/o/octusbridge.toml | 15 +- data/ecosystems/o/omnia-network.toml | 24 +- data/ecosystems/o/optakt.toml | 22 +- data/ecosystems/p/polkadot.toml | 28 +- data/ecosystems/p/polkasafe.toml | 1 + data/ecosystems/p/polkawatch.toml | 1 + data/ecosystems/r/rootstock.toml | 20 +- data/ecosystems/s/soar-robotics.toml | 59 ++- data/ecosystems/s/sonarwatch.toml | 12 +- data/ecosystems/s/soneso.toml | 8 +- data/ecosystems/s/stacks.toml | 18 +- data/ecosystems/s/stellar.toml | 103 +++--- data/ecosystems/s/stride-labs.toml | 4 +- data/ecosystems/s/struct-finance.toml | 2 +- data/ecosystems/s/swappi.toml | 18 +- data/ecosystems/t/the-graph.toml | 4 +- data/ecosystems/t/triipmiles.toml | 12 +- data/ecosystems/v/venom.toml | 6 +- data/ecosystems/w/warashibe.toml | 8 +- data/ecosystems/w/webi-ai.toml | 12 +- data/ecosystems/w/white-matrix.toml | 6 +- data/ecosystems/x/xp-network.toml | 12 +- data/ecosystems/z/zilliqa.toml | 4 +- data/ecosystems/z/zksync.toml | 13 +- data/ecosystems/z/zondax.toml | 12 +- 82 files changed, 954 insertions(+), 900 deletions(-) diff --git a/data/ecosystems/1/1pixel-red.toml b/data/ecosystems/1/1pixel-red.toml index 8374f885dc..77b0b2d964 100644 --- a/data/ecosystems/1/1pixel-red.toml +++ b/data/ecosystems/1/1pixel-red.toml @@ -7,13 +7,13 @@ github_organizations = ["https://github.com/1pixelred"] # Repositories [[repo]] -url = "https://github.com/1pixelred/contracts" +url = "https://github.com/1pixelred/.github" [[repo]] -url = "https://github.com/1pixelred/extensions" +url = "https://github.com/1pixelred/1pixelred.github.io" [[repo]] -url = "https://github.com/1pixelred/1pixelred.github.io" +url = "https://github.com/1pixelred/contracts" [[repo]] -url = "https://github.com/1pixelred/.github" +url = "https://github.com/1pixelred/extensions" diff --git a/data/ecosystems/a/archway-network.toml b/data/ecosystems/a/archway-network.toml index d9ddcc9ba8..58f3152119 100644 --- a/data/ecosystems/a/archway-network.toml +++ b/data/ecosystems/a/archway-network.toml @@ -4,3 +4,5 @@ title = "Archway Network" sub_ecosystems = [] github_organizations = ["https://github.com/archway-network"] + +# Repositories diff --git a/data/ecosystems/a/arda.toml b/data/ecosystems/a/arda.toml index 324a6c760c..c41ac23a56 100644 --- a/data/ecosystems/a/arda.toml +++ b/data/ecosystems/a/arda.toml @@ -7,13 +7,13 @@ github_organizations = ["https://github.com/arda-org"] # Repositories [[repo]] -url = "https://github.com/arda-org/wegld-hack-reproduction" +url = "https://github.com/arda-org/egld-for-ukraine" [[repo]] url = "https://github.com/arda-org/wegld-hack-explanation" [[repo]] -url = "https://github.com/arda-org/xSuite.js" +url = "https://github.com/arda-org/wegld-hack-reproduction" [[repo]] -url = "https://github.com/arda-org/egld-for-ukraine" +url = "https://github.com/arda-org/xSuite.js" diff --git a/data/ecosystems/a/arkreen.toml b/data/ecosystems/a/arkreen.toml index 1e88f1bf5c..2998802990 100644 --- a/data/ecosystems/a/arkreen.toml +++ b/data/ecosystems/a/arkreen.toml @@ -3,68 +3,65 @@ title = "Arkreen" sub_ecosystems = [] -github_organizations = [ - "https://github.com/arkreen" -] +github_organizations = ["https://github.com/arkreen"] # Repositories - [[repo]] -url = "https://github.com/arkreen/contracts" +url = "https://github.com/arkreen/ApiMinerPushDoc" [[repo]] -url = "https://github.com/arkreen/arkreen-app" +url = "https://github.com/arkreen/ApiMinerSolarEdge" [[repo]] url = "https://github.com/arkreen/AREC" [[repo]] -url = "https://github.com/arkreen/ArecD" +url = "https://github.com/arkreen/arec-celo-demo" [[repo]] -url = "https://github.com/arkreen/ArkDocs" +url = "https://github.com/arkreen/arec-sdk" [[repo]] -url = "https://github.com/arkreen/arkreen-nacos-client" +url = "https://github.com/arkreen/ArecD" [[repo]] -url = "https://github.com/arkreen/arkreen-home" +url = "https://github.com/arkreen/ARECPortInfo" [[repo]] -url = "https://github.com/arkreen/arkreen-files" +url = "https://github.com/arkreen/ArecVerifier" [[repo]] -url = "https://github.com/arkreen/arkreen-home-test" +url = "https://github.com/arkreen/ArkDocs" [[repo]] -url = "https://github.com/arkreen/arkreen-explorer-deploy-test" +url = "https://github.com/arkreen/arkreen-app" [[repo]] -url = "https://github.com/arkreen/upptime" +url = "https://github.com/arkreen/arkreen-console-deploy-test" [[repo]] -url = "https://github.com/arkreen/HskESG" +url = "https://github.com/arkreen/arkreen-explorer-deploy-test" [[repo]] -url = "https://github.com/arkreen/GreenBTCGraph" +url = "https://github.com/arkreen/arkreen-files" [[repo]] -url = "https://github.com/arkreen/arkreen-console-deploy-test" +url = "https://github.com/arkreen/arkreen-home" [[repo]] -url = "https://github.com/arkreen/ArecVerifier" +url = "https://github.com/arkreen/arkreen-home-test" [[repo]] -url = "https://github.com/arkreen/ApiMinerPushDoc" +url = "https://github.com/arkreen/arkreen-nacos-client" [[repo]] -url = "https://github.com/arkreen/ApiMinerSolarEdge" +url = "https://github.com/arkreen/contracts" [[repo]] -url = "https://github.com/arkreen/ARECPortInfo" +url = "https://github.com/arkreen/GreenBTCGraph" [[repo]] -url = "https://github.com/arkreen/arec-sdk" +url = "https://github.com/arkreen/HskESG" [[repo]] -url = "https://github.com/arkreen/arec-celo-demo" +url = "https://github.com/arkreen/upptime" diff --git a/data/ecosystems/a/astar-network.toml b/data/ecosystems/a/astar-network.toml index 923489d401..c355557a37 100644 --- a/data/ecosystems/a/astar-network.toml +++ b/data/ecosystems/a/astar-network.toml @@ -2,33 +2,45 @@ title = "Astar Network" sub_ecosystems = [ -"Artzero", -"Kodadot", -"SiO2", -"Starfish Finance", -"Starlay Finance", -"ArthSwap", -"Rubic", -"Multichain (Anyswap)", -"Celer Network cBridge", -"Octopus Network", -"Poly Network", -"Wanchain", -"adaotop", -"AstridDao", -"JPY Coin", -"O3 Swap", -"PolkaEx", -"Sirius Finance", -"StellaSwap", -"XDAO", -"Paras", -"ACryptoS" + "ACryptoS", + "adaotop", + "ArthSwap", + "Artzero", + "AstridDao", + "Celer Network cBridge", + "JPY Coin", + "Kodadot", + "Multichain (Anyswap)", + "O3 Swap", + "Octopus Network", + "Paras", + "PolkaEx", + "Poly Network", + "Rubic", + "SiO2", + "Sirius Finance", + "Starfish Finance", + "Starlay Finance", + "StellaSwap", + "Wanchain", + "XDAO", ] github_organizations = ["https://github.com/AstarNetwork", "https://github.com/PlasmNetwork"] # Repositories +[[repo]] +url = "https://github.com/AlgemDeFi/algem-contracts" + +[[repo]] +url = "https://github.com/astardegens/astardegens" + +[[repo]] +url = "https://github.com/AstarDomains/SmartContractEVM" + +[[repo]] +url = "https://github.com/astarexchange/Contracts" + [[repo]] url = "https://github.com/AstarNetwork/api" @@ -411,42 +423,31 @@ url = "https://github.com/AstarNetwork/ZKRollups" url = "https://github.com/AstarNetwork/ZKRollups-CLI" [[repo]] -url = "https://github.com/hoonsubin/astar-xcm-tools" - -[[repo]] -url = "https://github.com/perpdex/perpdex-lite" - -[[repo]] -url = "https://github.com/PlasmNetwork/defillama-app" - -# new added 17.07.2023 +url = "https://github.com/AVaultFinance/avault-astar-web" [[repo]] url = "https://github.com/bluez-app/nft-drop-contracts" [[repo]] -url = "https://github.com/Phala-Network/subbridge.js" - -[[repo]] -url = "https://github.com/sygmaprotocol/sygma-solidity" +url = "https://github.com/BrainDexAggregator/BrainDex-Contracts" [[repo]] -url = "https://github.com/XY-Finance/xy-protocol" +url = "https://github.com/colorfulnotion/polkaholic" [[repo]] -url = "https://github.com/AlgemDeFi/algem-contracts" +url = "https://github.com/DAM-Finance/dReservoir_EVM" [[repo]] -url = "https://github.com/astarexchange/Contracts" +url = "https://github.com/grabberofficial/polkapad-app" [[repo]] -url = "https://github.com/AVaultFinance/avault-astar-web" +url = "https://github.com/GuiGou12358/lucky-contracts" [[repo]] -url = "https://github.com/BrainDexAggregator/BrainDex-Contracts" +url = "https://github.com/hirodefi/StarSwap" [[repo]] -url = "https://github.com/DAM-Finance/dReservoir_EVM" +url = "https://github.com/hoonsubin/astar-xcm-tools" [[repo]] url = "https://github.com/InsureDAO/pool-contracts" @@ -455,16 +456,13 @@ url = "https://github.com/InsureDAO/pool-contracts" url = "https://github.com/kagla-finance/kagla-contract" [[repo]] -url = "https://github.com/muuu-finance/protocol" - -[[repo]] -url = "https://github.com/hirodefi/StarSwap" +url = "https://github.com/mandalaverse/bakon-maker" [[repo]] -url = "https://github.com/versa-finance-dev/versa-contracts" +url = "https://github.com/muuu-finance/protocol" [[repo]] -url = "https://github.com/zenlinkpro/zenlink-wasm-v1" +url = "https://github.com/OrcusFinance/Orcus-Finance" [[repo]] url = "https://github.com/PaimaStudios/landscapeapp" @@ -473,31 +471,31 @@ url = "https://github.com/PaimaStudios/landscapeapp" url = "https://github.com/pentaworld/penta-swap" [[repo]] -url = "https://github.com/TeamSTEP/witch-one-p2p-name" +url = "https://github.com/perpdex/perpdex-lite" [[repo]] -url = "https://github.com/GuiGou12358/lucky-contracts" +url = "https://github.com/Phala-Network/subbridge.js" [[repo]] -url = "https://github.com/AstarDomains/SmartContractEVM" +url = "https://github.com/PlasmNetwork/defillama-app" [[repo]] -url = "https://github.com/mandalaverse/bakon-maker" +url = "https://github.com/realGhostChain/ERC721Envious" [[repo]] -url = "https://github.com/grabberofficial/polkapad-app" +url = "https://github.com/sygmaprotocol/sygma-solidity" [[repo]] -url = "https://github.com/colorfulnotion/polkaholic" +url = "https://github.com/TeamSTEP/witch-one-p2p-name" [[repo]] -url = "https://github.com/astardegens/astardegens" +url = "https://github.com/versa-finance-dev/versa-contracts" [[repo]] -url = "https://github.com/realGhostChain/ERC721Envious" +url = "https://github.com/web3alert/substrate-client" [[repo]] -url = "https://github.com/web3alert/substrate-client" +url = "https://github.com/XY-Finance/xy-protocol" [[repo]] -url = "https://github.com/OrcusFinance/Orcus-Finance" +url = "https://github.com/zenlinkpro/zenlink-wasm-v1" diff --git a/data/ecosystems/a/astrox-network.toml b/data/ecosystems/a/astrox-network.toml index 9fc89a5080..1e6ee0614f 100644 --- a/data/ecosystems/a/astrox-network.toml +++ b/data/ecosystems/a/astrox-network.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "AstroX Network" + sub_ecosystems = [] + github_organizations = ["https://github.com/AstroxNetwork"] + +# Repositories [[repo]] url = "https://github.com/AstroxNetwork/4337_poc" @@ -70,6 +75,9 @@ url = "https://github.com/AstroxNetwork/flutter_nfc_kit" [[repo]] url = "https://github.com/AstroxNetwork/flutter_secp256r1" +[[repo]] +url = "https://github.com/AstroxNetwork/flutter_webf_plugins" + [[repo]] url = "https://github.com/AstroxNetwork/FoxIC" @@ -115,6 +123,9 @@ url = "https://github.com/AstroxNetwork/open_file" [[repo]] url = "https://github.com/AstroxNetwork/ord_card" +[[repo]] +url = "https://github.com/AstroxNetwork/ord_ic" + [[repo]] url = "https://github.com/AstroxNetwork/ord_snap" @@ -147,10 +158,3 @@ url = "https://github.com/AstroxNetwork/webf" [[repo]] url = "https://github.com/AstroxNetwork/wg-identity-authentication" - -[[repo]] -url = "https://github.com/AstroxNetwork/flutter_webf_plugins" - -[[repo]] -url = "https://github.com/AstroxNetwork/ord_ic" - diff --git a/data/ecosystems/a/avalanche.toml b/data/ecosystems/a/avalanche.toml index c089567e20..0a80b73ae4 100644 --- a/data/ecosystems/a/avalanche.toml +++ b/data/ecosystems/a/avalanche.toml @@ -1331,6 +1331,10 @@ url = "https://github.com/ItsJackAnton/jacksa999.github.io" [[repo]] url = "https://github.com/itublockchain/ethprague-contracts" +[[repo]] +url = "https://github.com/izzetemredemir/Avalanche-NFT-Aggregator" +tags = ["NFT", "Aggregator"] + [[repo]] url = "https://github.com/izzetemredemir/barcelona-priv-launchpad" @@ -2272,7 +2276,3 @@ url = "https://github.com/Ziden/CryptoCharacters" [[repo]] url = "https://github.com/ZILECAO/web3-studocu" - -[[repo]] -url = "https://github.com/izzetemredemir/Avalanche-NFT-Aggregator" -tags = [ "NFT","Aggregator"] diff --git a/data/ecosystems/b/bitfinity-network.toml b/data/ecosystems/b/bitfinity-network.toml index ee9eebd68b..324c82dbc7 100644 --- a/data/ecosystems/b/bitfinity-network.toml +++ b/data/ecosystems/b/bitfinity-network.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "Bitfinity Network" + sub_ecosystems = [] + github_organizations = ["https://github.com/bitfinity-network"] + +# Repositories [[repo]] url = "https://github.com/bitfinity-network/evm-client" - diff --git a/data/ecosystems/b/build-squad.toml b/data/ecosystems/b/build-squad.toml index dd24b1ba7a..12feeb92e2 100644 --- a/data/ecosystems/b/build-squad.toml +++ b/data/ecosystems/b/build-squad.toml @@ -21,6 +21,9 @@ url = "https://github.com/Build-Squad/cadence" [[repo]] url = "https://github.com/Build-Squad/cadence-tools" +[[repo]] +url = "https://github.com/Build-Squad/CAST" + [[repo]] url = "https://github.com/Build-Squad/fcl-js" @@ -44,6 +47,3 @@ url = "https://github.com/Build-Squad/nft-pawnshop" [[repo]] url = "https://github.com/Build-Squad/wuphf-moments" - -[[repo]] -url = "https://github.com/Build-Squad/CAST" diff --git a/data/ecosystems/c/canister-app.toml b/data/ecosystems/c/canister-app.toml index 254da57905..28e6571f93 100644 --- a/data/ecosystems/c/canister-app.toml +++ b/data/ecosystems/c/canister-app.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "Canister App" + sub_ecosystems = [] + github_organizations = ["https://github.com/canister-app"] + +# Repositories [[repo]] url = "https://github.com/canister-app/backend.canister.app" - diff --git a/data/ecosystems/c/canto.toml b/data/ecosystems/c/canto.toml index 5814d9e6c0..881760fde1 100644 --- a/data/ecosystems/c/canto.toml +++ b/data/ecosystems/c/canto.toml @@ -3,7 +3,12 @@ title = "Canto" sub_ecosystems = [] -github_organizations = ["https://github.com/Canto-Network", "https://github.com/the-COH", "https://github.com/Plex-Engineer", "https://github.com/neobase-one"] +github_organizations = [ + "https://github.com/Canto-Network", + "https://github.com/neobase-one", + "https://github.com/Plex-Engineer", + "https://github.com/the-COH", +] # Repositories [[repo]] @@ -39,6 +44,9 @@ url = "https://github.com/Canto-Network/CIPs" [[repo]] url = "https://github.com/Canto-Network/clm" +[[repo]] +url = "https://github.com/Canto-Network/CrocSwap-protocol" + [[repo]] url = "https://github.com/Canto-Network/deployments" @@ -104,6 +112,3 @@ url = "https://github.com/the-COH/resources" [[repo]] url = "https://github.com/Zodomo/Thoth" - -[[repo]] -url = "https://github.com/Canto-Network/CrocSwap-protocol" \ No newline at end of file diff --git a/data/ecosystems/c/cardano.toml b/data/ecosystems/c/cardano.toml index 836f472e78..51461e76bc 100644 --- a/data/ecosystems/c/cardano.toml +++ b/data/ecosystems/c/cardano.toml @@ -267,10 +267,10 @@ url = "https://github.com/berry-pool/plutus-contracts" url = "https://github.com/blamario/plutarch-FFI-tests" [[repo]] -url = "https://github.com/blinklabs-io/docker-cardano-node" +url = "https://github.com/blinklabs-io/docker-cardano-db-sync" [[repo]] -url = "https://github.com/blinklabs-io/docker-cardano-db-sync" +url = "https://github.com/blinklabs-io/docker-cardano-node" [[repo]] url = "https://github.com/blinklabs-io/gouroboros" @@ -548,6 +548,15 @@ url = "https://github.com/devhulk/cardano-scripts" [[repo]] url = "https://github.com/DimSoftware/dotnet-cardano-rest-api-blockchain-explorer" +[[repo]] +url = "https://github.com/DirectEd-Development-Foundation/Directed-dapp" + +[[repo]] +url = "https://github.com/DirectEd-Development-Foundation/directed-smart-contract" + +[[repo]] +url = "https://github.com/DirectEd-Development-Foundation/tutors-marketplace" + [[repo]] url = "https://github.com/dQuadrant/cardano-marketplace" @@ -604,10 +613,10 @@ url = "https://github.com/fivebinaries/go-cardano-serialization" url = "https://github.com/floydcraft/cardano-py" [[repo]] -url = "https://github.com/free-honey/ogmios-client" +url = "https://github.com/free-honey/naumachia" [[repo]] -url = "https://github.com/free-honey/naumachia" +url = "https://github.com/free-honey/ogmios-client" [[repo]] url = "https://github.com/free-honey/scrolls-client" @@ -666,9 +675,6 @@ url = "https://github.com/gocardano/shelley-socket-proxy" [[repo]] url = "https://github.com/HachiSecurity/plc-llvm" -[[repo]] -url = "https://github.com/hcvst/cardano-daedalus-docker" - [[repo]] url = "https://github.com/HarmonicLabs/cardano-ledger-ts" @@ -693,6 +699,9 @@ url = "https://github.com/HarmonicLabs/plutus-machine" [[repo]] url = "https://github.com/HarmonicLabs/uplc" +[[repo]] +url = "https://github.com/hcvst/cardano-daedalus-docker" + [[repo]] url = "https://github.com/Hyperion-BT/Helios" @@ -2682,13 +2691,13 @@ url = "https://github.com/OpShin/opshin" url = "https://github.com/OpShin/opshin-pioneer-program" [[repo]] -url = "https://github.com/OpShin/plutus-bench" +url = "https://github.com/OpShin/pluthon" [[repo]] url = "https://github.com/OpShin/plutonomy-cli" [[repo]] -url = "https://github.com/OpShin/pluthon" +url = "https://github.com/OpShin/plutus-bench" [[repo]] url = "https://github.com/OpShin/uplc" @@ -2789,9 +2798,6 @@ url = "https://github.com/SmaugPool/cardano-linux-binaries" [[repo]] url = "https://github.com/Snapbrillia/quadraticvoting" -[[repo]] -url = "https://github.com/spacebudz/spacebudz-identity" - [[repo]] url = "https://github.com/spacebudz/lucid" @@ -2801,6 +2807,9 @@ url = "https://github.com/spacebudz/nebula" [[repo]] url = "https://github.com/spacebudz/spacebudz" +[[repo]] +url = "https://github.com/spacebudz/spacebudz-identity" + [[repo]] url = "https://github.com/spacebudz/tokens" @@ -2920,12 +2929,3 @@ url = "https://github.com/woofpool/cardano-private-testnet-setup" [[repo]] url = "https://github.com/wutzebaer/cardano-tools" - -[[repo]] -url = "https://github.com/DirectEd-Development-Foundation/Directed-dapp" - -[[repo]] -url = "https://github.com/DirectEd-Development-Foundation/directed-smart-contract" - -[[repo]] -url = "https://github.com/DirectEd-Development-Foundation/tutors-marketplace" diff --git a/data/ecosystems/c/catalyze-software.toml b/data/ecosystems/c/catalyze-software.toml index 1b36d71d29..9223f427a1 100644 --- a/data/ecosystems/c/catalyze-software.toml +++ b/data/ecosystems/c/catalyze-software.toml @@ -1,14 +1,13 @@ +# Ecosystem Level Information title = "Catalyze Software" + sub_ecosystems = [] -github_organizations = ["https://github.com/Catalyze-Software"] -[[repo]] -url = "https://github.com/Catalyze-Software/sns_reports" -[[repo]] -url = "https://github.com/Catalyze-Software/sns_members" +github_organizations = ["https://github.com/Catalyze-Software"] +# Repositories [[repo]] -url = "https://github.com/Catalyze-Software/sns_profiles" +url = "https://github.com/Catalyze-Software/reproducible_build" [[repo]] url = "https://github.com/Catalyze-Software/sns_event_attendees" @@ -20,5 +19,10 @@ url = "https://github.com/Catalyze-Software/sns_events" url = "https://github.com/Catalyze-Software/sns_groups" [[repo]] -url = "https://github.com/Catalyze-Software/reproducible_build" +url = "https://github.com/Catalyze-Software/sns_members" + +[[repo]] +url = "https://github.com/Catalyze-Software/sns_profiles" +[[repo]] +url = "https://github.com/Catalyze-Software/sns_reports" diff --git a/data/ecosystems/c/civol-ic.toml b/data/ecosystems/c/civol-ic.toml index 8c86d53569..66ea5ceb79 100644 --- a/data/ecosystems/c/civol-ic.toml +++ b/data/ecosystems/c/civol-ic.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "Civol-IC" + sub_ecosystems = [] + github_organizations = ["https://github.com/civol-ic"] + +# Repositories [[repo]] url = "https://github.com/civol-ic/ic" - diff --git a/data/ecosystems/c/comet.toml b/data/ecosystems/c/comet.toml index 6815e78ab9..e33bfd80c5 100644 --- a/data/ecosystems/c/comet.toml +++ b/data/ecosystems/c/comet.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = [] # Repositories +[[repo]] +url = "https://github.com/CometCommunity/Comet-wallet" + [[repo]] url = "https://github.com/mgpai22/comet-airdrop-bot" @@ -14,6 +17,3 @@ url = "https://github.com/mgpai22/comet-lottery" [[repo]] url = "https://github.com/mgpai22/comet-lottery-docker" - -[[repo]] -url = "https://github.com/CometCommunity/Comet-wallet" diff --git a/data/ecosystems/c/conflux-network.toml b/data/ecosystems/c/conflux-network.toml index 45a0959d69..8c6dbb1263 100644 --- a/data/ecosystems/c/conflux-network.toml +++ b/data/ecosystems/c/conflux-network.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Conflux Network" -sub_ecosystems = ["Trust Domains","Swappi","Goledo","Nucleon","Fluent","Meson"] +sub_ecosystems = ["Fluent", "Goledo", "Meson", "Nucleon", "Swappi", "Trust Domains"] github_organizations = [ "https://github.com/conflux-chain", @@ -12,9 +12,6 @@ github_organizations = [ ] # Repositories -[[repo]] -url = "https://github.com/Conflux-Chain/conflux-documentation" - [[repo]] url = "https://github.com/Conflux-Chain/.github" @@ -60,6 +57,9 @@ url = "https://github.com/Conflux-Chain/conflux-doc" [[repo]] url = "https://github.com/Conflux-Chain/conflux-docker" +[[repo]] +url = "https://github.com/Conflux-Chain/conflux-documentation" + [[repo]] url = "https://github.com/Conflux-Chain/conflux-docusaurus-config" diff --git a/data/ecosystems/c/coong-wallet.toml b/data/ecosystems/c/coong-wallet.toml index 4c0bcab5a9..0c281a1d38 100644 --- a/data/ecosystems/c/coong-wallet.toml +++ b/data/ecosystems/c/coong-wallet.toml @@ -5,3 +5,4 @@ sub_ecosystems = [] github_organizations = ["https://github.com/CoongCrafts"] +# Repositories diff --git a/data/ecosystems/d/decentology.toml b/data/ecosystems/d/decentology.toml index dd490c65f0..6d06be9e4b 100644 --- a/data/ecosystems/d/decentology.toml +++ b/data/ecosystems/d/decentology.toml @@ -6,7 +6,6 @@ sub_ecosystems = [] github_organizations = ["https://github.com/decentology"] # Repositories - [[repo]] url = "https://github.com/decentology/.github" diff --git a/data/ecosystems/d/dfinity-side-projects.toml b/data/ecosystems/d/dfinity-side-projects.toml index 1c6a703cf5..55844d1782 100644 --- a/data/ecosystems/d/dfinity-side-projects.toml +++ b/data/ecosystems/d/dfinity-side-projects.toml @@ -1,9 +1,11 @@ +# Ecosystem Level Information title = "DFINITY Side Projects" + sub_ecosystems = [] + github_organizations = ["https://github.com/dfinity-side-projects"] -[[repo]] -url = "https://github.com/dfinity-side-projects/STIFTUNG-DFN-donations" +# Repositories [[repo]] url = "https://github.com/dfinity-side-projects/assemblyscript" @@ -73,6 +75,9 @@ url = "https://github.com/dfinity-side-projects/rust-haskell-ffi" [[repo]] url = "https://github.com/dfinity-side-projects/secp256k1-haskell" +[[repo]] +url = "https://github.com/dfinity-side-projects/STIFTUNG-DFN-donations" + [[repo]] url = "https://github.com/dfinity-side-projects/stm" @@ -90,4 +95,3 @@ url = "https://github.com/dfinity-side-projects/wasm-persist" [[repo]] url = "https://github.com/dfinity-side-projects/winter" - diff --git a/data/ecosystems/d/dfinity.toml b/data/ecosystems/d/dfinity.toml index 070e86fb1f..97d568ac95 100644 --- a/data/ecosystems/d/dfinity.toml +++ b/data/ecosystems/d/dfinity.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "DFINITY" + sub_ecosystems = [] + github_organizations = ["https://github.com/dfinity"] + +# Repositories [[repo]] url = "https://github.com/dfinity-lab/bls-tmp" @@ -180,6 +185,9 @@ url = "https://github.com/dfinity/edk2" [[repo]] url = "https://github.com/dfinity/embed-motoko" +[[repo]] +url = "https://github.com/dfinity/erc20-icp" + [[repo]] url = "https://github.com/dfinity/examples" @@ -228,6 +236,9 @@ url = "https://github.com/dfinity/ic" [[repo]] url = "https://github.com/dfinity/ic-docutrack" +[[repo]] +url = "https://github.com/dfinity/ic-eth-starter" + [[repo]] url = "https://github.com/dfinity/ic-gamekit" @@ -240,6 +251,9 @@ url = "https://github.com/dfinity/ic-js" [[repo]] url = "https://github.com/dfinity/ic-mo-vm" +[[repo]] +url = "https://github.com/dfinity/ic-quickjs-demo" + [[repo]] url = "https://github.com/dfinity/ic-staking-documentation" @@ -249,6 +263,9 @@ url = "https://github.com/dfinity/ic-types" [[repo]] url = "https://github.com/dfinity/ic-wasm" +[[repo]] +url = "https://github.com/dfinity/ic-websocket-poc" + [[repo]] url = "https://github.com/dfinity/icfront" @@ -348,6 +365,9 @@ url = "https://github.com/dfinity/node-motoko" [[repo]] url = "https://github.com/dfinity/oid-registry" +[[repo]] +url = "https://github.com/dfinity/oisy-wallet" + [[repo]] url = "https://github.com/dfinity/portal" @@ -458,19 +478,3 @@ url = "https://github.com/ic-association/nns-proposals" [[repo]] url = "https://github.com/timohanke/duosign" - -[[repo]] -url = "https://github.com/dfinity/ic-quickjs-demo" - -[[repo]] -url = "https://github.com/dfinity/ic-eth-starter" - -[[repo]] -url = "https://github.com/dfinity/ic-websocket-poc" - -[[repo]] -url = "https://github.com/dfinity/oisy-wallet" - -[[repo]] -url = "https://github.com/dfinity/erc20-icp" - diff --git a/data/ecosystems/d/doodles.toml b/data/ecosystems/d/doodles.toml index 0c36a45f5d..056f1737aa 100644 --- a/data/ecosystems/d/doodles.toml +++ b/data/ecosystems/d/doodles.toml @@ -7,7 +7,7 @@ github_organizations = ["https://github.com/Doodles"] # Repositories [[repo]] -url = "https://github.com/Doodles/flooks" +url = "https://github.com/Doodles/floo" [[repo]] -url = "https://github.com/Doodles/floo" +url = "https://github.com/Doodles/flooks" diff --git a/data/ecosystems/d/dotflow.toml b/data/ecosystems/d/dotflow.toml index 7f1edcc19e..89e7e98959 100644 --- a/data/ecosystems/d/dotflow.toml +++ b/data/ecosystems/d/dotflow.toml @@ -5,3 +5,4 @@ sub_ecosystems = [] github_organizations = ["https://github.com/TheDotflow"] +# Repositories diff --git a/data/ecosystems/e/emerald-city-dao.toml b/data/ecosystems/e/emerald-city-dao.toml index 20bd3e590f..8b88b21005 100644 --- a/data/ecosystems/e/emerald-city-dao.toml +++ b/data/ecosystems/e/emerald-city-dao.toml @@ -90,6 +90,9 @@ url = "https://github.com/emerald-dao/flow-ft" [[repo]] url = "https://github.com/emerald-dao/flow-interaction-template-service" +[[repo]] +url = "https://github.com/emerald-dao/flownaut" + [[repo]] url = "https://github.com/emerald-dao/geeft" @@ -128,6 +131,3 @@ url = "https://github.com/emerald-dao/token-minter" [[repo]] url = "https://github.com/emerald-dao/tx-script-utility" - -[[repo]] -url = "https://github.com/emerald-dao/flownaut" diff --git a/data/ecosystems/e/eos.toml b/data/ecosystems/e/eos.toml index 26520c6f60..aab28d8835 100644 --- a/data/ecosystems/e/eos.toml +++ b/data/ecosystems/e/eos.toml @@ -28,24 +28,42 @@ sub_ecosystems = [ ] github_organizations = [ + "https://github.com/AntelopeIO", "https://github.com/eoscostarica", "https://github.com/eosdac", "https://github.com/EOSEssentials", "https://github.com/EOSIO", "https://github.com/eosio-eps", + "https://github.com/eosnetworkfoundation", "https://github.com/eosnewyork", "https://github.com/eosrio", - "https://github.com/hypha-dao", "https://github.com/greymass", + "https://github.com/hypha-dao", "https://github.com/wharfkit", - "https://github.com/eosnetworkfoundation", - "https://github.com/AntelopeIO", ] # Repositories [[repo]] url = "https://github.com/activeeos/eos-helm" +[[repo]] +url = "https://github.com/AntelopeIO/appbase" + +[[repo]] +url = "https://github.com/AntelopeIO/cdt" + +[[repo]] +url = "https://github.com/AntelopeIO/chainbase" + +[[repo]] +url = "https://github.com/AntelopeIO/DUNES" + +[[repo]] +url = "https://github.com/AntelopeIO/eos-vm" + +[[repo]] +url = "https://github.com/AntelopeIO/leap" + [[repo]] url = "https://github.com/ArchonGraceland/project-graceland" @@ -1106,6 +1124,36 @@ url = "https://github.com/EOSLaoMao/eos-local-voter" [[repo]] url = "https://github.com/eosmedi/EOS-Voter-Tracker" +[[repo]] +url = "https://github.com/eosnetworkfoundation/devhub" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/docs" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/docs-ui" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/eos-evm" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/eos-evm-miner" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/eos-evm-node" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/evm-bridge-contracts" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/evm-bridge-frontend" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/web-ide-api" + +[[repo]] +url = "https://github.com/eosnetworkfoundation/web-ide-ui" + [[repo]] url = "https://github.com/eosnewyork/abicreator" @@ -1417,443 +1465,395 @@ url = "https://github.com/GrapheneLab/PokerChained" tags = ["Dapp"] [[repo]] -url = "https://github.com/grigio/eosfilestore-web" -tags = ["Dapp"] - -[[repo]] -url = "https://github.com/Hexlant/cleos-auto-completion" +url = "https://github.com/greymass/abi2core" [[repo]] -url = "https://github.com/HKEOS/Ghostbusters-Testnet" +url = "https://github.com/greymass/account-creation-lib" [[repo]] -url = "https://github.com/HorusPay/horus.tokenio" +url = "https://github.com/greymass/anchor" +tags = ["Wallet"] [[repo]] -url = "https://github.com/InfiniverseAR/infiniverse-eos" -tags = ["Dapp"] +url = "https://github.com/greymass/anchor-desktop" +tags = ["Wallet"] [[repo]] -url = "https://github.com/irespo/irespo" +url = "https://github.com/greymass/anchor-link" [[repo]] -url = "https://github.com/itleaks/eos-contract" +url = "https://github.com/greymass/anchor-link-browser-transport" [[repo]] -url = "https://github.com/itleaks/js4eos" +url = "https://github.com/greymass/anchor-link-console-transport" [[repo]] -url = "https://github.com/KarmaApp/eos-karma-tokens" +url = "https://github.com/greymass/anchor-link-session-manager" [[repo]] -url = "https://github.com/kesar/decentwitter" +url = "https://github.com/greymass/buoy-client" [[repo]] -url = "https://github.com/kesar/eos-php" +url = "https://github.com/greymass/buoy-golang" [[repo]] -url = "https://github.com/loveblockchain/eosdice" +url = "https://github.com/greymass/buoy-nodejs" [[repo]] -url = "https://github.com/memtrip/eos-jvm" +url = "https://github.com/greymass/create-account" [[repo]] -url = "https://github.com/memtrip/eos-swift" +url = "https://github.com/greymass/eosio-api-ext" [[repo]] -url = "https://github.com/memtrip/eosreach-android" +url = "https://github.com/greymass/eosio-failover" [[repo]] -url = "https://github.com/memtrip/eosreach-ios" +url = "https://github.com/greymass/eosio-key-encryption" [[repo]] -url = "https://github.com/MonsterEOS/monstereos" +url = "https://github.com/greymass/eosio-resource-manager" [[repo]] -url = "https://github.com/MrToph/KingOfEos" +url = "https://github.com/greymass/eosio-resources" [[repo]] -url = "https://github.com/Netherdrake/awesome-eos" +url = "https://github.com/greymass/eosio-signing-request" [[repo]] -url = "https://github.com/Netherdrake/py-eos-api" +url = "https://github.com/greymass/eosio-uri-builder" [[repo]] -url = "https://github.com/Novusphere/eos-forum" -tags = ["Dapp"] +url = "https://github.com/greymass/eosio-webauthn" [[repo]] -url = "https://github.com/onechainone/eos-bp-profile" +url = "https://github.com/greymass/eosio.to" [[repo]] -url = "https://github.com/OracleChain/EOSBenchTool" +url = "https://github.com/greymass/go-eosio" [[repo]] -url = "https://github.com/OracleChain/EOSDevHelper" +url = "https://github.com/greymass/hyperbuoy" [[repo]] -url = "https://github.com/OracleChain/PocketEOS-Android" +url = "https://github.com/greymass/idproofer" [[repo]] -url = "https://github.com/OracleChain/PocketEOS-IOS" +url = "https://github.com/greymass/keycert-js" [[repo]] -url = "https://github.com/orange1337/eosweb" +url = "https://github.com/greymass/keycert-js-pdf" [[repo]] -url = "https://github.com/pandafunx/pandafun" +url = "https://github.com/greymass/mnemonic-seeds" [[repo]] -url = "https://github.com/peckshield/EOS" +url = "https://github.com/greymass/pricefeed" [[repo]] -url = "https://github.com/perebor3/eosmonitor.info" +url = "https://github.com/greymass/revoter" [[repo]] -url = "https://github.com/pete001/eos-bp-failover" +url = "https://github.com/greymass/swift-eosio" [[repo]] -url = "https://github.com/ProChain/SwiftyEOS" +url = "https://github.com/greymass/swift-eosio-key-encryption" [[repo]] -url = "https://github.com/ProspectorsWorld/Prospectors" +url = "https://github.com/greymass/swift-scrypt" [[repo]] -url = "https://github.com/sensay/docs_make_sense" +url = "https://github.com/greymass/ual-anchor" [[repo]] -url = "https://github.com/sim31/polleos" +url = "https://github.com/greymass/unicove" +tags = ["Wallet"] [[repo]] -url = "https://github.com/sim31/timeos" +url = "https://github.com/grigio/eosfilestore-web" +tags = ["Dapp"] [[repo]] -url = "https://github.com/slowmist/eos-bp-nodes-security-checklist" +url = "https://github.com/Hexlant/cleos-auto-completion" [[repo]] -url = "https://github.com/slowmist/eos-smart-contract-security-best-practices" +url = "https://github.com/HKEOS/Ghostbusters-Testnet" [[repo]] -url = "https://github.com/slyon/signup" -tags = ["Dapp"] +url = "https://github.com/HorusPay/horus.tokenio" [[repo]] -url = "https://github.com/Someguy123/eos-docker" +url = "https://github.com/hypha-dao/dao-contracts" [[repo]] -url = "https://github.com/StarryJapanNight/eosnameswaps" +url = "https://github.com/hypha-dao/dho-web-client" tags = ["Dapp"] [[repo]] -url = "https://github.com/swapnibble/EosCommander" - -[[repo]] -url = "https://github.com/Takafuly/mobeos" +url = "https://github.com/hypha-dao/document-graph" [[repo]] -url = "https://github.com/Tandemly/eos-web-wallet" -tags = ["Wallet"] +url = "https://github.com/hypha-dao/hypha-document-cache-gql-go" [[repo]] -url = "https://github.com/tbfleming/eos-game-of-life" +url = "https://github.com/hypha-dao/hypha-smart-contracts" [[repo]] -url = "https://github.com/tokenbankteam/eos-bp-profile-parser" +url = "https://github.com/hypha-dao/hypha_wallet" +tags = ["Wallet"] [[repo]] -url = "https://github.com/tokenika/eosfactory" -tags = ["Dapp"] +url = "https://github.com/hypha-dao/kv-eosio-contracts" [[repo]] -url = "https://github.com/tokenika/eosprojects.org" +url = "https://github.com/hypha-dao/ppp-api" [[repo]] -url = "https://github.com/tokenika/teos" +url = "https://github.com/hypha-dao/ual-hypha" [[repo]] -url = "https://github.com/ukarlsson/eos-clion-example" +url = "https://github.com/hypha-dao/voice-token" [[repo]] -url = "https://github.com/unicoeos/eosio.nft" +url = "https://github.com/InfiniverseAR/infiniverse-eos" +tags = ["Dapp"] [[repo]] -url = "https://github.com/wangweiX/eosram-trading-robot" +url = "https://github.com/irespo/irespo" [[repo]] -url = "https://github.com/webdigi/EOS-Offline-Private-key-check" +url = "https://github.com/itleaks/eos-contract" [[repo]] -url = "https://github.com/winlin/eostoolkit" +url = "https://github.com/itleaks/js4eos" [[repo]] -url = "https://github.com/wobondar/eos-classified-contract" +url = "https://github.com/KarmaApp/eos-karma-tokens" [[repo]] -url = "https://github.com/YazaiHu/eos-wallet-app" -tags = ["Wallet"] +url = "https://github.com/kesar/decentwitter" [[repo]] -url = "https://github.com/yinchengtsinghua/golang-Eos-dpos-Ethereum" +url = "https://github.com/kesar/eos-php" [[repo]] -url = "https://github.com/youbaoio/eos3d-contract" +url = "https://github.com/loveblockchain/eosdice" [[repo]] -url = "https://github.com/zachalam/namevault" +url = "https://github.com/memtrip/eos-jvm" [[repo]] -url = "https://github.com/hypha-dao/dho-web-client" -tags = ["Dapp"] +url = "https://github.com/memtrip/eos-swift" [[repo]] -url = "https://github.com/hypha-dao/hypha_wallet" -tags = ["Wallet"] +url = "https://github.com/memtrip/eosreach-android" [[repo]] -url = "https://github.com/hypha-dao/dao-contracts" +url = "https://github.com/memtrip/eosreach-ios" [[repo]] -url = "https://github.com/hypha-dao/document-graph" +url = "https://github.com/MonsterEOS/monstereos" [[repo]] -url = "https://github.com/hypha-dao/ual-hypha" +url = "https://github.com/MrToph/KingOfEos" [[repo]] -url = "https://github.com/hypha-dao/hypha-document-cache-gql-go" +url = "https://github.com/Netherdrake/awesome-eos" [[repo]] -url = "https://github.com/hypha-dao/hypha-smart-contracts" +url = "https://github.com/Netherdrake/py-eos-api" [[repo]] -url = "https://github.com/hypha-dao/ppp-api" +url = "https://github.com/Novusphere/eos-forum" +tags = ["Dapp"] [[repo]] -url = "https://github.com/hypha-dao/kv-eosio-contracts" +url = "https://github.com/onechainone/eos-bp-profile" [[repo]] -url = "https://github.com/hypha-dao/voice-token" +url = "https://github.com/OracleChain/EOSBenchTool" [[repo]] -tags = ["Wallet"] -url = "https://github.com/greymass/anchor" +url = "https://github.com/OracleChain/EOSDevHelper" [[repo]] -tags = ["Wallet"] -url = "https://github.com/greymass/anchor-desktop" +url = "https://github.com/OracleChain/PocketEOS-Android" [[repo]] -tags = ["Wallet"] -url = "https://github.com/greymass/unicove" +url = "https://github.com/OracleChain/PocketEOS-IOS" [[repo]] -url = "https://github.com/greymass/go-eosio" +url = "https://github.com/orange1337/eosweb" [[repo]] -url = "https://github.com/greymass/swift-eosio-key-encryption" +url = "https://github.com/pandafunx/pandafun" [[repo]] -url = "https://github.com/greymass/abi2core" +url = "https://github.com/peckshield/EOS" [[repo]] -url = "https://github.com/greymass/eosio-api-ext" +url = "https://github.com/perebor3/eosmonitor.info" [[repo]] -url = "https://github.com/greymass/swift-eosio" +url = "https://github.com/pete001/eos-bp-failover" [[repo]] -url = "https://github.com/greymass/pricefeed" +url = "https://github.com/ProChain/SwiftyEOS" [[repo]] -url = "https://github.com/greymass/eosio-signing-request" +url = "https://github.com/ProspectorsWorld/Prospectors" [[repo]] -url = "https://github.com/greymass/buoy-nodejs" +url = "https://github.com/sensay/docs_make_sense" [[repo]] -url = "https://github.com/greymass/eosio-resources" +url = "https://github.com/sim31/polleos" [[repo]] -url = "https://github.com/greymass/anchor-link" +url = "https://github.com/sim31/timeos" [[repo]] -url = "https://github.com/greymass/eosio.to" +url = "https://github.com/slowmist/eos-bp-nodes-security-checklist" [[repo]] -url = "https://github.com/greymass/ual-anchor" +url = "https://github.com/slowmist/eos-smart-contract-security-best-practices" [[repo]] -url = "https://github.com/greymass/anchor-link-browser-transport" +url = "https://github.com/slyon/signup" +tags = ["Dapp"] [[repo]] -url = "https://github.com/greymass/eosio-failover" +url = "https://github.com/Someguy123/eos-docker" [[repo]] -url = "https://github.com/greymass/revoter" +url = "https://github.com/StarryJapanNight/eosnameswaps" +tags = ["Dapp"] [[repo]] -url = "https://github.com/greymass/anchor-link-session-manager" +url = "https://github.com/swapnibble/EosCommander" [[repo]] -url = "https://github.com/greymass/buoy-client" +url = "https://github.com/Takafuly/mobeos" [[repo]] -url = "https://github.com/greymass/mnemonic-seeds" +url = "https://github.com/Tandemly/eos-web-wallet" +tags = ["Wallet"] [[repo]] -url = "https://github.com/greymass/create-account" +url = "https://github.com/tbfleming/eos-game-of-life" [[repo]] -url = "https://github.com/greymass/account-creation-lib" +url = "https://github.com/tokenbankteam/eos-bp-profile-parser" [[repo]] -url = "https://github.com/greymass/keycert-js-pdf" +url = "https://github.com/tokenika/eosfactory" +tags = ["Dapp"] [[repo]] -url = "https://github.com/greymass/keycert-js" +url = "https://github.com/tokenika/eosprojects.org" [[repo]] -url = "https://github.com/greymass/eosio-key-encryption" +url = "https://github.com/tokenika/teos" [[repo]] -url = "https://github.com/greymass/swift-scrypt" +url = "https://github.com/ukarlsson/eos-clion-example" [[repo]] -url = "https://github.com/greymass/eosio-webauthn" +url = "https://github.com/unicoeos/eosio.nft" [[repo]] -url = "https://github.com/greymass/eosio-resource-manager" +url = "https://github.com/wangweiX/eosram-trading-robot" [[repo]] -url = "https://github.com/greymass/buoy-golang" +url = "https://github.com/webdigi/EOS-Offline-Private-key-check" [[repo]] -url = "https://github.com/greymass/idproofer" +url = "https://github.com/wharfkit/abicache" [[repo]] -url = "https://github.com/greymass/hyperbuoy" +url = "https://github.com/wharfkit/account" [[repo]] -url = "https://github.com/greymass/eosio-uri-builder" +url = "https://github.com/wharfkit/antelope" [[repo]] -url = "https://github.com/greymass/anchor-link-console-transport" +url = "https://github.com/wharfkit/chains" [[repo]] -url = "https://github.com/wharfkit/session" +url = "https://github.com/wharfkit/console-renderer" [[repo]] url = "https://github.com/wharfkit/contract" -[[repo]] -url = "https://github.com/wharfkit/abicache" - -[[repo]] -url = "https://github.com/wharfkit/website" - [[repo]] url = "https://github.com/wharfkit/docs" [[repo]] -url = "https://github.com/wharfkit/transact-plugin-cosigner" - -[[repo]] -url = "https://github.com/wharfkit/transact-plugin-resource-provider" - -[[repo]] -url = "https://github.com/wharfkit/wallet-plugin-anchor" +url = "https://github.com/wharfkit/session" [[repo]] -url = "https://github.com/wharfkit/antelope" +url = "https://github.com/wharfkit/transact-plugin-autocorrect" [[repo]] -url = "https://github.com/wharfkit/wallet-plugin-cloudwallet" +url = "https://github.com/wharfkit/transact-plugin-cosigner" [[repo]] url = "https://github.com/wharfkit/transact-plugin-explorerlink" -[[repo]] -url = "https://github.com/wharfkit/chains" - -[[repo]] -url = "https://github.com/wharfkit/web-renderer" - -[[repo]] -url = "https://github.com/wharfkit/wallet-plugin-privatekey" - [[repo]] url = "https://github.com/wharfkit/transact-plugin-finality-callback" -[[repo]] -url = "https://github.com/wharfkit/wallet-plugin-cleos" - -[[repo]] -url = "https://github.com/wharfkit/wallet-plugin-template" - -[[repo]] -url = "https://github.com/wharfkit/wallet-plugin-mock" - [[repo]] url = "https://github.com/wharfkit/transact-plugin-finality-checker" -[[repo]] -url = "https://github.com/wharfkit/transact-plugin-autocorrect" - [[repo]] url = "https://github.com/wharfkit/transact-plugin-mock" [[repo]] -url = "https://github.com/wharfkit/console-renderer" - -[[repo]] -url = "https://github.com/wharfkit/wallet-plugin-scatter" - -[[repo]] -url = "https://github.com/wharfkit/account" - -[[repo]] -url = "https://github.com/eosnetworkfoundation/eos-evm" +url = "https://github.com/wharfkit/transact-plugin-resource-provider" [[repo]] -url = "https://github.com/eosnetworkfoundation/evm-bridge-frontend" +url = "https://github.com/wharfkit/wallet-plugin-anchor" [[repo]] -url = "https://github.com/eosnetworkfoundation/eos-evm-node" +url = "https://github.com/wharfkit/wallet-plugin-cleos" [[repo]] -url = "https://github.com/eosnetworkfoundation/evm-bridge-contracts" +url = "https://github.com/wharfkit/wallet-plugin-cloudwallet" [[repo]] -url = "https://github.com/eosnetworkfoundation/eos-evm-miner" +url = "https://github.com/wharfkit/wallet-plugin-mock" [[repo]] -url = "https://github.com/eosnetworkfoundation/web-ide-ui" +url = "https://github.com/wharfkit/wallet-plugin-privatekey" [[repo]] -url = "https://github.com/eosnetworkfoundation/web-ide-api" +url = "https://github.com/wharfkit/wallet-plugin-scatter" [[repo]] -url = "https://github.com/eosnetworkfoundation/docs" +url = "https://github.com/wharfkit/wallet-plugin-template" [[repo]] -url = "https://github.com/eosnetworkfoundation/docs-ui" +url = "https://github.com/wharfkit/web-renderer" [[repo]] -url = "https://github.com/eosnetworkfoundation/devhub" +url = "https://github.com/wharfkit/website" [[repo]] -url = "https://github.com/AntelopeIO/leap" +url = "https://github.com/winlin/eostoolkit" [[repo]] -url = "https://github.com/AntelopeIO/cdt" +url = "https://github.com/wobondar/eos-classified-contract" [[repo]] -url = "https://github.com/AntelopeIO/eos-vm" +url = "https://github.com/YazaiHu/eos-wallet-app" +tags = ["Wallet"] [[repo]] -url = "https://github.com/AntelopeIO/chainbase" +url = "https://github.com/yinchengtsinghua/golang-Eos-dpos-Ethereum" [[repo]] -url = "https://github.com/AntelopeIO/appbase" +url = "https://github.com/youbaoio/eos3d-contract" [[repo]] -url = "https://github.com/AntelopeIO/DUNES" +url = "https://github.com/zachalam/namevault" diff --git a/data/ecosystems/e/ergo-education.toml b/data/ecosystems/e/ergo-education.toml index 4a07673526..ae72aba985 100644 --- a/data/ecosystems/e/ergo-education.toml +++ b/data/ecosystems/e/ergo-education.toml @@ -31,16 +31,16 @@ url = "https://github.com/kushti/kya" url = "https://github.com/ladopixel/ErgoTutorials.com" [[repo]] -url = "https://github.com/NoahErgo/SigmaFi-Docs" +url = "https://github.com/learn-ergo/DeveloperTutorials" [[repo]] -url = "https://github.com/lucagdangelo/minting-for-dummies" +url = "https://github.com/lucagdangelo/flowcardLib" [[repo]] -url = "https://github.com/learn-ergo/DeveloperTutorials" +url = "https://github.com/lucagdangelo/minting-for-dummies" [[repo]] -url = "https://github.com/zackbalbin/ErgoTutorials" +url = "https://github.com/NoahErgo/SigmaFi-Docs" [[repo]] -url = "https://github.com/lucagdangelo/flowcardLib" \ No newline at end of file +url = "https://github.com/zackbalbin/ErgoTutorials" diff --git a/data/ecosystems/e/everscale.toml b/data/ecosystems/e/everscale.toml index e11d9e24b4..d7386d4ee8 100644 --- a/data/ecosystems/e/everscale.toml +++ b/data/ecosystems/e/everscale.toml @@ -1,96 +1,19 @@ # Ecosystem Level Information title = "Everscale" -sub_ecosystems = [ - "Flatqube", - "Gosh", - "Octusbridge", - "Venom", -] +sub_ecosystems = ["Flatqube", "Gosh", "Octusbridge", "Venom"] github_organizations = [ "https://github.com/broxus", + "https://github.com/everscale-contest", "https://github.com/everscale-org", "https://github.com/NilFoundation", "https://github.com/radianceteam", "https://github.com/RSquad", "https://github.com/tonlabs", - "https://github.com/everscale-contest", ] # Repositories -[[repo]] -url = "https://github.com/mazekine/crazy-portals-contracts" -tags = ["Dapp"] - -[[repo]] -url = "https://github.com/itgoldio/everscale-tip" -tags = ["Documentation"] - -[[repo]] -url = "https://github.com/itgoldio/everscale-tip-samples" -tags = ["Documentation"] - -[[repo]] -url = "https://github.com/itgoldio/everscale-nft-helper" -tags = ["NFT"] - -[[repo]] -url = "https://github.com/INTONNATION/SubscriptionManager" -tags = ["DevOps"] - -[[repo]] -url = "https://github.com/itgoldio/everscale-dapp-server" -tags = ["DevOps"] - -[[repo]] -url = "https://github.com/itgoldio/everscale-validator" -tags = ["DevOps"] - -[[repo]] -url = "https://github.com/web3sp/inpage-provider-playground" - -[[repo]] -url = "https://github.com/web3sp/venom-connect" - -[[repo]] -url = "https://github.com/Custler/main.evs.dev" -tags = ["DevOps"] - -[[repo]] -url = "https://github.com/Custler/ever-node-tools" -tags = ["DevOps"] - -[[repo]] -url = "https://github.com/Custler/node-info-contract" -tags = ["DevOps"] - -[[repo]] -url = "https://github.com/ever-guild/everscale-tutor-web" -tags = ["Documentation"] - -[[repo]] -url = "https://github.com/ever-guild/debot" -tags = ["Documentation", "SDK"] - -[[repo]] -url = "https://github.com/unboxedtype/light" -tags = ["Developer Tools", "Language"] - -[[repo]] -url = "https://github.com/ever-guild/debot-browser" - -[[repo]] -url = "https://github.com/ever-guild/everscale-random" -tags = ["Documentation"] - -[[repo]] -url = "https://github.com/ever-guild/locklift-sample" -tags = ["Documentation"] - -[[repo]] -url = "https://github.com/vp-mazekine/EverCraft" - [[repo]] url = "https://github.com/airalab/freeton-robonomics_contracts" @@ -586,9 +509,40 @@ url = "https://github.com/broxus/wasm-pack-plugin" [[repo]] url = "https://github.com/chain-action/http-notification" +[[repo]] +url = "https://github.com/Custler/ever-node-tools" +tags = ["DevOps"] + +[[repo]] +url = "https://github.com/Custler/main.evs.dev" +tags = ["DevOps"] + +[[repo]] +url = "https://github.com/Custler/node-info-contract" +tags = ["DevOps"] + +[[repo]] +url = "https://github.com/ever-guild/debot" +tags = ["Documentation", "SDK"] + +[[repo]] +url = "https://github.com/ever-guild/debot-browser" + +[[repo]] +url = "https://github.com/ever-guild/everscale-random" +tags = ["Documentation"] + +[[repo]] +url = "https://github.com/ever-guild/everscale-tutor-web" +tags = ["Documentation"] + [[repo]] url = "https://github.com/ever-guild/homebrew-stable" +[[repo]] +url = "https://github.com/ever-guild/locklift-sample" +tags = ["Documentation"] + [[repo]] url = "https://github.com/everscale-actions/everscale-dotnet" @@ -868,6 +822,10 @@ url = "https://github.com/INTONNATION/FreeTON-Rust-Node" [[repo]] url = "https://github.com/INTONNATION/freeton-smc-scripts" +[[repo]] +url = "https://github.com/INTONNATION/SubscriptionManager" +tags = ["DevOps"] + [[repo]] url = "https://github.com/INTONNATION/ton-os-dapp-server-deploy" @@ -883,6 +841,26 @@ url = "https://github.com/INTONNATION/tondev-vscode" [[repo]] url = "https://github.com/INTONNATION/tonos-se-installers" +[[repo]] +url = "https://github.com/itgoldio/everscale-dapp-server" +tags = ["DevOps"] + +[[repo]] +url = "https://github.com/itgoldio/everscale-nft-helper" +tags = ["NFT"] + +[[repo]] +url = "https://github.com/itgoldio/everscale-tip" +tags = ["Documentation"] + +[[repo]] +url = "https://github.com/itgoldio/everscale-tip-samples" +tags = ["Documentation"] + +[[repo]] +url = "https://github.com/itgoldio/everscale-validator" +tags = ["DevOps"] + [[repo]] url = "https://github.com/kobzistiy/LotteryFreeTon" @@ -898,6 +876,10 @@ url = "https://github.com/kokkekpek/simple-wallet-smart-contract" [[repo]] url = "https://github.com/LibertonCrypto/wallet" +[[repo]] +url = "https://github.com/mazekine/crazy-portals-contracts" +tags = ["Dapp"] + [[repo]] url = "https://github.com/move-ton/FreeTON-guides" @@ -1837,5 +1819,18 @@ url = "https://github.com/tonsoft-org/alpha.browser.wallet" [[repo]] url = "https://github.com/tonsoft-org/alpha.wallet" +[[repo]] +url = "https://github.com/unboxedtype/light" +tags = ["Developer Tools", "Language"] + [[repo]] url = "https://github.com/varnav/freeton-node-docker" + +[[repo]] +url = "https://github.com/vp-mazekine/EverCraft" + +[[repo]] +url = "https://github.com/web3sp/inpage-provider-playground" + +[[repo]] +url = "https://github.com/web3sp/venom-connect" diff --git a/data/ecosystems/f/filecoin.toml b/data/ecosystems/f/filecoin.toml index ef45b84a08..f667da78c9 100644 --- a/data/ecosystems/f/filecoin.toml +++ b/data/ecosystems/f/filecoin.toml @@ -31,12 +31,6 @@ url = "https://github.com/AstralProtocol/GeoDID-Browser" [[repo]] url = "https://github.com/buidl-labs/miner-marketplace-frontend" -[[repo]] -url = "https://github.com/collective-dao/collectif-fevm-frontend-template" - -[[repo]] -url = "https://github.com/collective-dao/liquid-staking" - [[repo]] url = "https://github.com/ChainSafe/filecoindot" @@ -49,6 +43,12 @@ url = "https://github.com/ChainSafe/forest" [[repo]] url = "https://github.com/ChainSafe/ui-monorepo" +[[repo]] +url = "https://github.com/collective-dao/collectif-fevm-frontend-template" + +[[repo]] +url = "https://github.com/collective-dao/liquid-staking" + [[repo]] url = "https://github.com/consensus-shipyard/spacenet" diff --git a/data/ecosystems/f/findonflow.toml b/data/ecosystems/f/findonflow.toml index 014abaa519..4be45e302d 100644 --- a/data/ecosystems/f/findonflow.toml +++ b/data/ecosystems/f/findonflow.toml @@ -3,18 +3,21 @@ title = "Findonflow" sub_ecosystems = [] -github_organizations = [ - "https://github.com/findonflow", - "https://github.com/find-onefootball", -] +github_organizations = ["https://github.com/find-onefootball", "https://github.com/findonflow"] # Repositories +[[repo]] +url = "https://github.com/find-onefootball/onefootball-aera-tx" + [[repo]] url = "https://github.com/findonflow/alchemy-flow-contracts" [[repo]] url = "https://github.com/findonflow/cadence" +[[repo]] +url = "https://github.com/findonflow/event-finder" + [[repo]] url = "https://github.com/findonflow/find" @@ -54,6 +57,9 @@ url = "https://github.com/findonflow/flow-transactions" [[repo]] url = "https://github.com/findonflow/flowgraph-sse" +[[repo]] +url = "https://github.com/findonflow/gief-me" + [[repo]] url = "https://github.com/findonflow/gue" @@ -80,12 +86,3 @@ url = "https://github.com/findonflow/solarpups" [[repo]] url = "https://github.com/findonflow/tx-lookup" - -[[repo]] -url = "https://github.com/find-onefootball/onefootball-aera-tx" - -[[repo]] -url = "https://github.com/findonflow/gief-me" - -[[repo]] -url = "https://github.com/findonflow/event-finder" diff --git a/data/ecosystems/f/flatqube.toml b/data/ecosystems/f/flatqube.toml index 92aeefb550..6202c2e3c7 100644 --- a/data/ecosystems/f/flatqube.toml +++ b/data/ecosystems/f/flatqube.toml @@ -3,26 +3,25 @@ title = "Flatqube" sub_ecosystems = [] -github_organizations = [ -] +github_organizations = [] # Repositories [[repo]] -url = "https://github.com/broxus/flatqube-contracts" +url = "https://github.com/broxus/flatqube-assets" tags = ["DeFi"] [[repo]] -url = "https://github.com/broxus/flatqube-frontend" +url = "https://github.com/broxus/flatqube-contracts" tags = ["DeFi"] [[repo]] -url = "https://github.com/broxus/flatqube-pair" -tags = ["DeFi"] +url = "https://github.com/broxus/flatqube-docs" +tags = ["Documentation"] [[repo]] -url = "https://github.com/broxus/flatqube-assets" +url = "https://github.com/broxus/flatqube-frontend" tags = ["DeFi"] [[repo]] -url = "https://github.com/broxus/flatqube-docs" -tags = ["Documentation"] +url = "https://github.com/broxus/flatqube-pair" +tags = ["DeFi"] diff --git a/data/ecosystems/f/flow-hydraulics.toml b/data/ecosystems/f/flow-hydraulics.toml index f555b61dc3..7fd4f99688 100644 --- a/data/ecosystems/f/flow-hydraulics.toml +++ b/data/ecosystems/f/flow-hydraulics.toml @@ -3,9 +3,7 @@ title = "Flow Hydraulics" sub_ecosystems = [] -github_organizations = [ - "https://github.com/flow-hydraulics" -] +github_organizations = ["https://github.com/flow-hydraulics"] # Repositories [[repo]] diff --git a/data/ecosystems/f/flow.toml b/data/ecosystems/f/flow.toml index 81faf17c4a..d497dcb088 100644 --- a/data/ecosystems/f/flow.toml +++ b/data/ecosystems/f/flow.toml @@ -6,22 +6,22 @@ sub_ecosystems = [ "33 Labs", "Arlequin: The Artists Metaverse", "Basicbeasts", - "buildspace", "Build Squad", + "buildspace", "Concept Art House", "DAAM Agency", "Doodles", "Dynamiclabs", - "Emerald City DAO", "Ella Codes", + "Emerald City DAO", "Ethos Multiverse", "Findonflow", "Flovatar", - "Flowser", - "Flowty", "Flow Community", "Flow Hydraulics", "Flow USDC", + "Flowser", + "Flowty", "GMDY, Inc", "Green Goo Dao", "Increment Finance", @@ -54,9 +54,7 @@ sub_ecosystems = [ "Yomi Technologies", ] -github_organizations = [ - "https://github.com/onflow", -] +github_organizations = ["https://github.com/onflow"] # Repositories [[repo]] @@ -77,12 +75,18 @@ url = "https://github.com/onflow/api-service" [[repo]] url = "https://github.com/onflow/atree" +[[repo]] +url = "https://github.com/onflow/band-oracle-contracts" + [[repo]] url = "https://github.com/onflow/cadence" [[repo]] url = "https://github.com/onflow/cadence-cookbook" +[[repo]] +url = "https://github.com/onflow/cadence-lang.org" + [[repo]] url = "https://github.com/onflow/cadence-libraries" @@ -95,6 +99,9 @@ url = "https://github.com/onflow/cadence-tools" [[repo]] url = "https://github.com/onflow/casestudies" +[[repo]] +url = "https://github.com/onflow/ccf" + [[repo]] url = "https://github.com/onflow/cddl" @@ -158,6 +165,9 @@ url = "https://github.com/onflow/flip-fest" [[repo]] url = "https://github.com/onflow/flips" +[[repo]] +url = "https://github.com/onflow/flixkit-go" + [[repo]] url = "https://github.com/onflow/flow" tags = ["Protocol"] @@ -184,6 +194,9 @@ url = "https://github.com/onflow/flow-archive-access" [[repo]] url = "https://github.com/onflow/flow-batch-scan" +[[repo]] +url = "https://github.com/onflow/flow-cadence-eth-utils" + [[repo]] url = "https://github.com/onflow/flow-cadence-hrt" @@ -308,6 +321,9 @@ url = "https://github.com/onflow/nft-catalog" [[repo]] url = "https://github.com/onflow/nft-storefront" +[[repo]] +url = "https://github.com/onflow/nouns-cadence" + [[repo]] url = "https://github.com/onflow/Offers" @@ -365,21 +381,3 @@ url = "https://github.com/onflow/walletless-arcade-example" [[repo]] url = "https://github.com/onflow/waterhose" - -[[repo]] -url = "https://github.com/onflow/band-oracle-contracts" - -[[repo]] -url = "https://github.com/onflow/ccf" - -[[repo]] -url = "https://github.com/onflow/cadence-lang.org" - -[[repo]] -url = "https://github.com/onflow/flixkit-go" - -[[repo]] -url = "https://github.com/onflow/nouns-cadence" - -[[repo]] -url = "https://github.com/onflow/flow-cadence-eth-utils" diff --git a/data/ecosystems/f/flower-power-dao.toml b/data/ecosystems/f/flower-power-dao.toml index a4c2a60705..0bbd49af8c 100644 --- a/data/ecosystems/f/flower-power-dao.toml +++ b/data/ecosystems/f/flower-power-dao.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "Flower Power DAO" + sub_ecosystems = [] + github_organizations = ["https://github.com/flowerpowerdao"] + +# Repositories [[repo]] url = "https://github.com/flowerpowerdao/airdropper" @@ -22,6 +27,9 @@ url = "https://github.com/flowerpowerdao/clown-skateboards" [[repo]] url = "https://github.com/flowerpowerdao/ethflower-generation-scripts" +[[repo]] +url = "https://github.com/flowerpowerdao/ethflower-nft-canister" + [[repo]] url = "https://github.com/flowerpowerdao/fpd" @@ -31,6 +39,9 @@ url = "https://github.com/flowerpowerdao/gallery" [[repo]] url = "https://github.com/flowerpowerdao/garden" +[[repo]] +url = "https://github.com/flowerpowerdao/icpflower-nft-canister" + [[repo]] url = "https://github.com/flowerpowerdao/minting-page" @@ -45,10 +56,3 @@ url = "https://github.com/flowerpowerdao/power-equalizer" [[repo]] url = "https://github.com/flowerpowerdao/punks-generation-scripts" - -[[repo]] -url = "https://github.com/flowerpowerdao/ethflower-nft-canister" - -[[repo]] -url = "https://github.com/flowerpowerdao/icpflower-nft-canister" - diff --git a/data/ecosystems/f/fluent.toml b/data/ecosystems/f/fluent.toml index 822a523ca1..bb6cdc3656 100644 --- a/data/ecosystems/f/fluent.toml +++ b/data/ecosystems/f/fluent.toml @@ -6,23 +6,23 @@ sub_ecosystems = [] github_organizations = ["https://github.com/fluent-wallet"] # Repositories -[[repo]] -url = "https://github.com/fluent-wallet/dapp-omnibus" +[[repo]] +url = "https://github.com/fluent-wallet/avatar" -[[repo]] -url = "https://github.com/fluent-wallet/venus" +[[repo]] +url = "https://github.com/fluent-wallet/dapp-omnibus" -[[repo]] -url = "https://github.com/fluent-wallet/fluent-docs" +[[repo]] +url = "https://github.com/fluent-wallet/detect-provider" -[[repo]] -url = "https://github.com/fluent-wallet/react-dapp-tutorial" +[[repo]] +url = "https://github.com/fluent-wallet/fluent-docs" -[[repo]] -url = "https://github.com/fluent-wallet/detect-provider" +[[repo]] +url = "https://github.com/fluent-wallet/react-dapp-tutorial" -[[repo]] -url = "https://github.com/fluent-wallet/avatar" +[[repo]] +url = "https://github.com/fluent-wallet/utils" -[[repo]] -url = "https://github.com/fluent-wallet/utils" \ No newline at end of file +[[repo]] +url = "https://github.com/fluent-wallet/venus" diff --git a/data/ecosystems/f/flux.toml b/data/ecosystems/f/flux.toml index f5f401d099..438e0653cb 100644 --- a/data/ecosystems/f/flux.toml +++ b/data/ecosystems/f/flux.toml @@ -3,98 +3,95 @@ title = "FLUX" sub_ecosystems = [] -github_organizations = [ - "https://github.com/RunOnFlux" -] +github_organizations = ["https://github.com/RunOnFlux"] # Repositories - [[repo]] -url = "https://github.com/RunOnFlux/fluxd" +url = "https://github.com/RunOnFlux/aptrepo" [[repo]] -url = "https://github.com/RunOnFlux/bitcore-node" +url = "https://github.com/RunOnFlux/bitcoind-rpc" [[repo]] url = "https://github.com/RunOnFlux/bitcore-build" [[repo]] -url = "https://github.com/RunOnFlux/bitcore-message" +url = "https://github.com/RunOnFlux/bitcore-lib" [[repo]] -url = "https://github.com/RunOnFlux/insight-ui" +url = "https://github.com/RunOnFlux/bitcore-message" [[repo]] -url = "https://github.com/RunOnFlux/ZelHash-reference-miner" +url = "https://github.com/RunOnFlux/bitcore-node" [[repo]] url = "https://github.com/RunOnFlux/blockbook" [[repo]] -url = "https://github.com/RunOnFlux/flux" +url = "https://github.com/RunOnFlux/chainweb-data-docker" [[repo]] -url = "https://github.com/RunOnFlux/insight-api" +url = "https://github.com/RunOnFlux/chainweb-node-docker" [[repo]] -url = "https://github.com/RunOnFlux/bitcore-lib" +url = "https://github.com/RunOnFlux/electrumx" [[repo]] -url = "https://github.com/RunOnFlux/bitcoind-rpc" +url = "https://github.com/RunOnFlux/flux" [[repo]] -url = "https://github.com/RunOnFlux/fluxdocs" +url = "https://github.com/RunOnFlux/flux-domain-manager" [[repo]] -url = "https://github.com/RunOnFlux/fluxstats" +url = "https://github.com/RunOnFlux/flux-eth-bsc" [[repo]] -url = "https://github.com/RunOnFlux/kdanodes" +url = "https://github.com/RunOnFlux/flux-kda" [[repo]] -url = "https://github.com/RunOnFlux/chainweb-node-docker" +url = "https://github.com/RunOnFlux/flux-rosetta-server" [[repo]] url = "https://github.com/RunOnFlux/fluxcontrol" [[repo]] -url = "https://github.com/RunOnFlux/flux-domain-manager" +url = "https://github.com/RunOnFlux/fluxd" [[repo]] -url = "https://github.com/RunOnFlux/node-stratum-pool" +url = "https://github.com/RunOnFlux/fluxdocs" [[repo]] -url = "https://github.com/RunOnFlux/aptrepo" +url = "https://github.com/RunOnFlux/fluxgen" [[repo]] -url = "https://github.com/RunOnFlux/flux-kda" +url = "https://github.com/RunOnFlux/fluxnode-multitool" [[repo]] -url = "https://github.com/RunOnFlux/fluxgen" +url = "https://github.com/RunOnFlux/fluxnode-watchdog" [[repo]] -url = "https://github.com/RunOnFlux/electrumx" +url = "https://github.com/RunOnFlux/fluxstats" [[repo]] -url = "https://github.com/RunOnFlux/fluxnode-multitool" +url = "https://github.com/RunOnFlux/folding-at-home-docker-arm" [[repo]] -url = "https://github.com/RunOnFlux/fluxnode-watchdog" +url = "https://github.com/RunOnFlux/insight-api" [[repo]] -url = "https://github.com/RunOnFlux/folding-at-home-docker-arm" +url = "https://github.com/RunOnFlux/insight-ui" [[repo]] -url = "https://github.com/RunOnFlux/flux-rosetta-server" +url = "https://github.com/RunOnFlux/kdanodes" [[repo]] -url = "https://github.com/RunOnFlux/polkadot-docker" +url = "https://github.com/RunOnFlux/node-stratum-pool" [[repo]] -url = "https://github.com/RunOnFlux/flux-eth-bsc" +url = "https://github.com/RunOnFlux/polkadot-docker" [[repo]] -url = "https://github.com/RunOnFlux/chainweb-data-docker" +url = "https://github.com/RunOnFlux/press" [[repo]] -url = "https://github.com/RunOnFlux/press" +url = "https://github.com/RunOnFlux/ZelHash-reference-miner" diff --git a/data/ecosystems/g/getimpactnow.toml b/data/ecosystems/g/getimpactnow.toml index 91c97cfa37..3674cb8a60 100644 --- a/data/ecosystems/g/getimpactnow.toml +++ b/data/ecosystems/g/getimpactnow.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "getimpactnow" + sub_ecosystems = [] + github_organizations = ["https://github.com/getimpactnow"] + +# Repositories [[repo]] url = "https://github.com/getimpactnow/getimpactnow" - diff --git a/data/ecosystems/g/gitpoap.toml b/data/ecosystems/g/gitpoap.toml index 325eeb7cee..c4cdc83288 100644 --- a/data/ecosystems/g/gitpoap.toml +++ b/data/ecosystems/g/gitpoap.toml @@ -7,10 +7,10 @@ github_organizations = ["https://github.com/gitpoap"] # Repositories [[repo]] -url = "https://github.com/gitpoap/gitpoap-docs" +url = "https://github.com/gitpoap/gitpoap-bot" [[repo]] -url = "https://github.com/gitpoap/gitpoap-bot" +url = "https://github.com/gitpoap/gitpoap-docs" [[repo]] url = "https://github.com/gitpoap/merge-contributor" diff --git a/data/ecosystems/g/glitter-finance.toml b/data/ecosystems/g/glitter-finance.toml index 08bb9f0ef5..dd90960eb1 100644 --- a/data/ecosystems/g/glitter-finance.toml +++ b/data/ecosystems/g/glitter-finance.toml @@ -4,3 +4,5 @@ title = "Glitter Finance" sub_ecosystems = [] github_organizations = ["https://github.com/Glitter-Finance"] + +# Repositories diff --git a/data/ecosystems/g/goledo.toml b/data/ecosystems/g/goledo.toml index b329de1b22..cc76b329c4 100644 --- a/data/ecosystems/g/goledo.toml +++ b/data/ecosystems/g/goledo.toml @@ -6,5 +6,5 @@ sub_ecosystems = [] github_organizations = ["https://github.com/goledo-finance"] # Repositories -[[repo]] -url = "https://github.com/goledo-finance/goledo-interface" \ No newline at end of file +[[repo]] +url = "https://github.com/goledo-finance/goledo-interface" diff --git a/data/ecosystems/g/gosh.toml b/data/ecosystems/g/gosh.toml index 98bc91e7bd..3161207487 100644 --- a/data/ecosystems/g/gosh.toml +++ b/data/ecosystems/g/gosh.toml @@ -3,6 +3,6 @@ title = "Gosh" sub_ecosystems = [] -github_organizations = [ - "https://github.com/gosh-sh", -] +github_organizations = ["https://github.com/gosh-sh"] + +# Repositories diff --git a/data/ecosystems/h/hybrid-explorer.toml b/data/ecosystems/h/hybrid-explorer.toml index cfb2861710..4026728ecf 100644 --- a/data/ecosystems/h/hybrid-explorer.toml +++ b/data/ecosystems/h/hybrid-explorer.toml @@ -5,3 +5,4 @@ sub_ecosystems = [] github_organizations = ["https://github.com/hybrid-explorer"] +# Repositories diff --git a/data/ecosystems/i/icpswap-labs.toml b/data/ecosystems/i/icpswap-labs.toml index 1f97052e66..119a02338a 100644 --- a/data/ecosystems/i/icpswap-labs.toml +++ b/data/ecosystems/i/icpswap-labs.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "ICPSwap Labs" + sub_ecosystems = [] + github_organizations = ["https://github.com/ICPSwap-Labs"] + +# Repositories [[repo]] url = "https://github.com/ICPSwap-Labs/consistency" @@ -13,6 +18,9 @@ url = "https://github.com/ICPSwap-Labs/ic-commons" [[repo]] url = "https://github.com/ICPSwap-Labs/ic-dataset" +[[repo]] +url = "https://github.com/ICPSwap-Labs/ic-launchpad" + [[repo]] url = "https://github.com/ICPSwap-Labs/ic-lock" @@ -33,7 +41,3 @@ url = "https://github.com/ICPSwap-Labs/ICPSwap-OpenAPI" [[repo]] url = "https://github.com/ICPSwap-Labs/saga-interface" - -[[repo]] -url = "https://github.com/ICPSwap-Labs/ic-launchpad" - diff --git a/data/ecosystems/i/infinity-swap.toml b/data/ecosystems/i/infinity-swap.toml index 949c93a89e..9c9ea95133 100644 --- a/data/ecosystems/i/infinity-swap.toml +++ b/data/ecosystems/i/infinity-swap.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "Infinity Swap" + sub_ecosystems = [] + github_organizations = ["https://github.com/infinity-swap"] + +# Repositories [[repo]] url = "https://github.com/infinity-swap/agent-rs" @@ -52,6 +57,9 @@ url = "https://github.com/infinity-swap/ethers-rs" [[repo]] url = "https://github.com/infinity-swap/evmc-did" +[[repo]] +url = "https://github.com/infinity-swap/evmc-sdk" + [[repo]] url = "https://github.com/infinity-swap/extendable-token" @@ -114,7 +122,3 @@ url = "https://github.com/infinity-swap/widgets" [[repo]] url = "https://github.com/infinity-swap/zkWasm" - -[[repo]] -url = "https://github.com/infinity-swap/evmc-sdk" - diff --git a/data/ecosystems/i/iopay.toml b/data/ecosystems/i/iopay.toml index cd31d82410..e51474086f 100644 --- a/data/ecosystems/i/iopay.toml +++ b/data/ecosystems/i/iopay.toml @@ -3,22 +3,20 @@ title = "iopay" sub_ecosystems = [] -github_organizations = [ - "https://github.com/iopay" -] +github_organizations = ["https://github.com/iopay"] # Repositories [[repo]] -url = "https://github.com/iopay/iopay-integration-example" +url = "https://github.com/iopay/4bytes" [[repo]] -url = "https://github.com/iopay/iopay-web3sdk-kotlin" +url = "https://github.com/iopay/iopay-integration-example" [[repo]] -url = "https://github.com/iopay/media-kits" +url = "https://github.com/iopay/iopay-web3sdk-kotlin" [[repo]] url = "https://github.com/iopay/iopaykit" [[repo]] -url = "https://github.com/iopay/4bytes" +url = "https://github.com/iopay/media-kits" diff --git a/data/ecosystems/i/iotubeproject.toml b/data/ecosystems/i/iotubeproject.toml index bca63337e4..5e0bdd520d 100644 --- a/data/ecosystems/i/iotubeproject.toml +++ b/data/ecosystems/i/iotubeproject.toml @@ -3,9 +3,7 @@ title = "iotubeproject" sub_ecosystems = [] -github_organizations = [ - "https://github.com/iotubeproject" -] +github_organizations = ["https://github.com/iotubeproject"] # Repositories [[repo]] diff --git a/data/ecosystems/k/kinicdao.toml b/data/ecosystems/k/kinicdao.toml index 6016438fc7..1b08272546 100644 --- a/data/ecosystems/k/kinicdao.toml +++ b/data/ecosystems/k/kinicdao.toml @@ -7,7 +7,7 @@ github_organizations = ["https://github.com/kinicdao"] # Repositories [[repo]] -url = "https://github.com/kinicdao/kinic" +url = "https://github.com/kinicdao/kindb" [[repo]] -url = "https://github.com/kinicdao/kindb" +url = "https://github.com/kinicdao/kinic" diff --git a/data/ecosystems/k/kryptik.toml b/data/ecosystems/k/kryptik.toml index f3df7fab11..690f6a48e4 100644 --- a/data/ecosystems/k/kryptik.toml +++ b/data/ecosystems/k/kryptik.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "Kryptik" + sub_ecosystems = [] + github_organizations = ["https://github.com/KryptikApp"] + +# Repositories [[repo]] url = "https://github.com/KryptikApp/blockchainAssets" @@ -20,11 +25,10 @@ url = "https://github.com/KryptikApp/kryptik-seedloop" url = "https://github.com/KryptikApp/kryptikwebapp" [[repo]] -url = "https://github.com/KryptikApp/sword" +url = "https://github.com/KryptikApp/point_of_sale" [[repo]] -url = "https://github.com/KryptikApp/swordExample" +url = "https://github.com/KryptikApp/sword" [[repo]] -url = "https://github.com/KryptikApp/point_of_sale" - +url = "https://github.com/KryptikApp/swordExample" diff --git a/data/ecosystems/m/m3tering-protocol.toml b/data/ecosystems/m/m3tering-protocol.toml index 1fc69ca015..d89b4a5674 100644 --- a/data/ecosystems/m/m3tering-protocol.toml +++ b/data/ecosystems/m/m3tering-protocol.toml @@ -1,17 +1,22 @@ +# Ecosystem Level Information title = "M3tering Protocol" -sub_ecosystems = [ "Switch Electric"] +sub_ecosystems = ["Switch Electric"] github_organizations = ["https://github.com/M3tering"] +# Repositories [[repo]] -url = "https://github.com/M3tering/Protocol-V2" +url = "https://github.com/M3tering/DAI2SLX" [[repo]] -url = "https://github.com/M3tering/Protocol-V1" +url = "https://github.com/M3tering/eas-proxy" [[repo]] -url = "https://github.com/M3tering/Protocol-V0" +url = "https://github.com/M3tering/Gitcoin-Passport-Attestation" + +[[repo]] +url = "https://github.com/M3tering/M3ters" [[repo]] url = "https://github.com/M3tering/Protocol-ABC" @@ -23,22 +28,19 @@ url = "https://github.com/M3tering/Protocol-Abstract" url = "https://github.com/M3tering/Protocol-Interface" [[repo]] -url = "https://github.com/M3tering/Solaxy" - -[[repo]] -url = "https://github.com/M3tering/M3ters" +url = "https://github.com/M3tering/Protocol-V0" [[repo]] -url = "https://github.com/M3tering/test-M3ters" +url = "https://github.com/M3tering/Protocol-V1" [[repo]] -url = "https://github.com/M3tering/whitepaper" +url = "https://github.com/M3tering/Protocol-V2" [[repo]] -url = "https://github.com/M3tering/Gitcoin-Passport-Attestation" +url = "https://github.com/M3tering/Solaxy" [[repo]] -url = "https://github.com/M3tering/eas-proxy" +url = "https://github.com/M3tering/test-M3ters" [[repo]] -url = "https://github.com/M3tering/DAI2SLX" +url = "https://github.com/M3tering/whitepaper" diff --git a/data/ecosystems/m/mina-protocol.toml b/data/ecosystems/m/mina-protocol.toml index f23dedb611..d480bbf30b 100644 --- a/data/ecosystems/m/mina-protocol.toml +++ b/data/ecosystems/m/mina-protocol.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Mina Protocol" -sub_ecosystems = ["AbstrLabs", "Piconbello", "ZKValidator", "Palladians"] +sub_ecosystems = ["AbstrLabs", "Palladians", "Piconbello", "ZKValidator"] github_organizations = [ "https://github.com/CodaProtocol", diff --git a/data/ecosystems/m/motogp.toml b/data/ecosystems/m/motogp.toml index ea33672b29..f9eba6b7ad 100644 --- a/data/ecosystems/m/motogp.toml +++ b/data/ecosystems/m/motogp.toml @@ -10,4 +10,4 @@ github_organizations = [] url = "https://github.com/animoca/motogp-flow-contracts" [[repo]] -url = "https://github.com/animoca/revv-flow-contracts" \ No newline at end of file +url = "https://github.com/animoca/revv-flow-contracts" diff --git a/data/ecosystems/m/multiversx-elrond.toml b/data/ecosystems/m/multiversx-elrond.toml index 9a983a8b1f..6a724ca923 100644 --- a/data/ecosystems/m/multiversx-elrond.toml +++ b/data/ecosystems/m/multiversx-elrond.toml @@ -166,10 +166,10 @@ url = "https://github.com/Elrond-Giants/erdjs-auth" url = "https://github.com/Elrond-Giants/giants-nftim-minting-dapp" [[repo]] -url = "https://github.com/ElrondDevGuild/elrond-dev-scrolls" +url = "https://github.com/ElrondDevGuild/elrond-dev-hub" [[repo]] -url = "https://github.com/ElrondDevGuild/elrond-dev-hub" +url = "https://github.com/ElrondDevGuild/elrond-dev-scrolls" [[repo]] url = "https://github.com/elrondex/elrondex" @@ -372,6 +372,9 @@ url = "https://github.com/horaciocarias/elrond-crowdfundtimestamp" [[repo]] url = "https://github.com/horizonnlabs/on-chain-attributes" +[[repo]] +url = "https://github.com/horizonnlabs/sc-gnogen-gng-mining-rs" + [[repo]] url = "https://github.com/ibra-akv/egld-price-discordbot" @@ -862,6 +865,9 @@ url = "https://github.com/multiversx/mx-liquid-staking-sc" [[repo]] url = "https://github.com/multiversx/mx-metabonding-sc" +[[repo]] +url = "https://github.com/multiversx/mx-multi-factor-auth-go-service" + [[repo]] url = "https://github.com/multiversx/mx-multisig-dapp" @@ -1145,6 +1151,18 @@ url = "https://github.com/multiversx/wasmparser.rs" [[repo]] url = "https://github.com/munchkintoken/ico-smartcontract" +[[repo]] +url = "https://github.com/NiftyWell/assets" + +[[repo]] +url = "https://github.com/NiftyWell/elrond-sdk-erdjs-network-providers" + +[[repo]] +url = "https://github.com/NiftyWell/nifty-maze" + +[[repo]] +url = "https://github.com/NiftyWell/vue-erdjs" + [[repo]] url = "https://github.com/orionprotocol/orion-exchange-elrond" @@ -1187,6 +1205,9 @@ url = "https://github.com/RemarkableTools/remarkable.tools" [[repo]] url = "https://github.com/ReneDuris/BASIC-P2P_ESDT_MARKETPLACE-Elrond_Network" +[[repo]] +url = "https://github.com/ReneDuris/coindrip-protocol-sc" + [[repo]] url = "https://github.com/ReneDuris/DAO" @@ -1199,6 +1220,12 @@ url = "https://github.com/ReneDuris/ESDT-Bridge-SmartContract-Elrond" [[repo]] url = "https://github.com/ReneDuris/ESDT-Staking-SmartContract-Elrond" +[[repo]] +url = "https://github.com/ReneDuris/mx-assets" + +[[repo]] +url = "https://github.com/ReneDuris/mx-dapp-template" + [[repo]] url = "https://github.com/ReneDuris/Shuffle_NFT_game-Elrond_Network" @@ -1211,6 +1238,12 @@ url = "https://github.com/Rock-n-Block/ArtCPA-frontend" [[repo]] url = "https://github.com/rstancioiu/elrond-voting" +[[repo]] +url = "https://github.com/runtimeverification/elrond-multisig" + +[[repo]] +url = "https://github.com/runtimeverification/elrond-semantics" + [[repo]] url = "https://github.com/S4F-IT/maiar-integration" @@ -1229,6 +1262,12 @@ url = "https://github.com/sergiogrubio/TFM_latex" [[repo]] url = "https://github.com/sergiogrubio/TFM_smart_contract" +[[repo]] +url = "https://github.com/SkullElf/ABI2API" + +[[repo]] +url = "https://github.com/SkullElf/ABIExtractor" + [[repo]] url = "https://github.com/SkyzoxRobin/nft-with-attributes-on-chain" @@ -1322,6 +1361,15 @@ url = "https://github.com/VehickNetwork/vehick-module" [[repo]] url = "https://github.com/VehickNetwork/vehick-smartcontract" +[[repo]] +url = "https://github.com/VortX-DAO/mx-template-indexer" + +[[repo]] +url = "https://github.com/VortX-DAO/mx-template-service" + +[[repo]] +url = "https://github.com/VortX-DAO/mxbi" + [[repo]] url = "https://github.com/wdcurry/mvxConsole" @@ -1387,50 +1435,3 @@ url = "https://github.com/yum0e/my-simple-explanations" [[repo]] url = "https://github.com/zdenal/elrond-amm" - -[[repo]] -url = "https://github.com/multiversx/mx-multi-factor-auth-go-service" - -[[repo]] -url = "https://github.com/SkullElf/ABI2API" -[[repo]] -url = "https://github.com/ReneDuris/mx-dapp-template" - -[[repo]] -url = "https://github.com/ReneDuris/coindrip-protocol-sc" - -[[repo]] -url = "https://github.com/ReneDuris/mx-assets" - -[[repo]] -url = "https://github.com/horizonnlabs/sc-gnogen-gng-mining-rs" - -[[repo]] -url = "https://github.com/NiftyWell/vue-erdjs" - -[[repo]] -url = "https://github.com/NiftyWell/elrond-sdk-erdjs-network-providers" - -[[repo]] -url = "https://github.com/NiftyWell/assets" - -[[repo]] -url = "https://github.com/NiftyWell/nifty-maze" - -[[repo]] -url = "https://github.com/SkullElf/ABIExtractor" - -[[repo]] -url = "https://github.com/VortX-DAO/mx-template-service" - -[[repo]] -url = "https://github.com/VortX-DAO/mx-template-indexer" - -[[repo]] -url = "https://github.com/VortX-DAO/mxbi" - -[[repo]] -url = "https://github.com/runtimeverification/elrond-multisig" - -[[repo]] -url = "https://github.com/runtimeverification/elrond-semantics" diff --git a/data/ecosystems/m/muses-fm.toml b/data/ecosystems/m/muses-fm.toml index 50051623dd..286d84b4db 100644 --- a/data/ecosystems/m/muses-fm.toml +++ b/data/ecosystems/m/muses-fm.toml @@ -1,6 +1,10 @@ +# Ecosystem Level Information title = "MUSES.FM" + sub_ecosystems = [] + github_organizations = ["https://github.com/muses-fm"] + +# Repositories [[repo]] url = "https://github.com/muses-fm/muses" - diff --git a/data/ecosystems/n/neutron.toml b/data/ecosystems/n/neutron.toml index 428f2c989d..da2fa7cf0a 100644 --- a/data/ecosystems/n/neutron.toml +++ b/data/ecosystems/n/neutron.toml @@ -68,7 +68,7 @@ url = "https://github.com/neutron-org/monitoring-infra" [[repo]] url = "https://github.com/neutron-org/neutron" -tags = [ "Protocol"] +tags = ["Protocol"] [[repo]] url = "https://github.com/neutron-org/neutron-dao" @@ -81,7 +81,7 @@ url = "https://github.com/neutron-org/neutron-dev-contracts" [[repo]] url = "https://github.com/neutron-org/neutron-docs" -tags = [ "Documentation"] +tags = ["Documentation"] [[repo]] url = "https://github.com/neutron-org/neutron-integration-tests" diff --git a/data/ecosystems/n/niftory.toml b/data/ecosystems/n/niftory.toml index ef02b8af1f..203e245cd7 100644 --- a/data/ecosystems/n/niftory.toml +++ b/data/ecosystems/n/niftory.toml @@ -9,12 +9,6 @@ github_organizations = ["https://github.com/Niftory"] [[repo]] url = "https://github.com/Niftory/.github" -[[repo]] -url = "https://github.com/Niftory/niftory-flow" - -[[repo]] -url = "https://github.com/Niftory/niftory-samples" - [[repo]] url = "https://github.com/Niftory/niftory-beam-cadence" missing = true @@ -23,6 +17,9 @@ missing = true url = "https://github.com/Niftory/niftory-crave-cadence" missing = true +[[repo]] +url = "https://github.com/Niftory/niftory-flow" + [[repo]] url = "https://github.com/Niftory/niftory-kotd-cadence" missing = true @@ -30,3 +27,6 @@ missing = true [[repo]] url = "https://github.com/Niftory/niftory-nextname-cadence" missing = true + +[[repo]] +url = "https://github.com/Niftory/niftory-samples" diff --git a/data/ecosystems/n/novasama-technologies.toml b/data/ecosystems/n/novasama-technologies.toml index 8bea52ddae..01f021157a 100644 --- a/data/ecosystems/n/novasama-technologies.toml +++ b/data/ecosystems/n/novasama-technologies.toml @@ -3,11 +3,7 @@ title = "Novasama Technologies" sub_ecosystems = [] -github_organizations = [ - "https://github.com/nova-wallet", - "https://github.com/novasamatech" - ] - +github_organizations = ["https://github.com/nova-wallet", "https://github.com/novasamatech"] # Repositories [[repo]] diff --git a/data/ecosystems/n/nporium-labs.toml b/data/ecosystems/n/nporium-labs.toml index a54e756868..c409a4f881 100644 --- a/data/ecosystems/n/nporium-labs.toml +++ b/data/ecosystems/n/nporium-labs.toml @@ -10,10 +10,10 @@ github_organizations = ["https://github.com/nporium-labs"] url = "https://github.com/nporium-labs/nft-store-frontend" [[repo]] -url = "https://github.com/nporium-labs/nporium-backend" +url = "https://github.com/nporium-labs/npm-cadence-contract" [[repo]] -url = "https://github.com/nporium-labs/npm-cadence-contract" +url = "https://github.com/nporium-labs/nporium-backend" [[repo]] url = "https://github.com/nporium-labs/ReactExpertTest" diff --git a/data/ecosystems/n/nucleon.toml b/data/ecosystems/n/nucleon.toml index 4b56fe913e..f6224215f0 100644 --- a/data/ecosystems/n/nucleon.toml +++ b/data/ecosystems/n/nucleon.toml @@ -6,62 +6,62 @@ sub_ecosystems = [] github_organizations = ["https://github.com/NucleonProtocol"] # Repositories -[[repo]] -url = "https://github.com/NucleonProtocol/masterchefV2_nucleon" +[[repo]] +url = "https://github.com/NucleonProtocol/Artii" -[[repo]] -url = "https://github.com/NucleonProtocol/nucleon-main" +[[repo]] +url = "https://github.com/NucleonProtocol/chinese-dos-games-web" -[[repo]] -url = "https://github.com/NucleonProtocol/espace" +[[repo]] +url = "https://github.com/NucleonProtocol/conflux-pos-pools" -[[repo]] -url = "https://github.com/NucleonProtocol/core-pos-pool" +[[repo]] +url = "https://github.com/NucleonProtocol/core-pos-pool" -[[repo]] -url = "https://github.com/NucleonProtocol/nucleon-1" +[[repo]] +url = "https://github.com/NucleonProtocol/espace" -[[repo]] -url = "https://github.com/NucleonProtocol/nucleon-contracts-Audit" +[[repo]] +url = "https://github.com/NucleonProtocol/masterchefV2_nucleon" -[[repo]] -url = "https://github.com/NucleonProtocol/nucleon" +[[repo]] +url = "https://github.com/NucleonProtocol/nucleon" -[[repo]] -url = "https://github.com/NucleonProtocol/sushiswap" +[[repo]] +url = "https://github.com/NucleonProtocol/nucleon-1" -[[repo]] -url = "https://github.com/NucleonProtocol/nucleon-docs" +[[repo]] +url = "https://github.com/NucleonProtocol/nucleon-contracts-Audit" -[[repo]] -url = "https://github.com/NucleonProtocol/snapshot.js" +[[repo]] +url = "https://github.com/NucleonProtocol/nucleon-docs" -[[repo]] -url = "https://github.com/NucleonProtocol/pos-pool" +[[repo]] +url = "https://github.com/NucleonProtocol/nucleon-main" -[[repo]] -url = "https://github.com/NucleonProtocol/token-list" +[[repo]] +url = "https://github.com/NucleonProtocol/pos-pool" -[[repo]] -url = "https://github.com/NucleonProtocol/solmate" +[[repo]] +url = "https://github.com/NucleonProtocol/PPLNSopen-ethereum-pool" -[[repo]] -url = "https://github.com/NucleonProtocol/Artii" +[[repo]] +url = "https://github.com/NucleonProtocol/snapshot.js" -[[repo]] -url = "https://github.com/NucleonProtocol/veMULTI" +[[repo]] +url = "https://github.com/NucleonProtocol/solidityproject" -[[repo]] -url = "https://github.com/NucleonProtocol/conflux-pos-pools" +[[repo]] +url = "https://github.com/NucleonProtocol/solmate" -[[repo]] -url = "https://github.com/NucleonProtocol/v2-core" +[[repo]] +url = "https://github.com/NucleonProtocol/sushiswap" -[[repo]] -url = "https://github.com/NucleonProtocol/chinese-dos-games-web" +[[repo]] +url = "https://github.com/NucleonProtocol/token-list" -[[repo]] -url = "https://github.com/NucleonProtocol/solidityproject" +[[repo]] +url = "https://github.com/NucleonProtocol/v2-core" -[[repo]] -url = "https://github.com/NucleonProtocol/PPLNSopen-ethereum-pool" \ No newline at end of file +[[repo]] +url = "https://github.com/NucleonProtocol/veMULTI" diff --git a/data/ecosystems/o/ocelloids.toml b/data/ecosystems/o/ocelloids.toml index bcbc0e98d3..ae679e5cb8 100644 --- a/data/ecosystems/o/ocelloids.toml +++ b/data/ecosystems/o/ocelloids.toml @@ -8,4 +8,3 @@ github_organizations = ["https://github.com/sodazone"] # Repositories [[repo]] url = "https://github.com/sodazone/ocelloids" - diff --git a/data/ecosystems/o/octusbridge.toml b/data/ecosystems/o/octusbridge.toml index 88ce79ce9a..f3af9b95eb 100644 --- a/data/ecosystems/o/octusbridge.toml +++ b/data/ecosystems/o/octusbridge.toml @@ -3,16 +3,19 @@ title = "Octusbridge" sub_ecosystems = [] -github_organizations = [ -] +github_organizations = [] # Repositories [[repo]] -url = "https://github.com/broxus/octusbridge-frontend" +url = "https://github.com/broxus/octusbridge-contracts" tags = ["DeFi"] [[repo]] -url = "https://github.com/broxus/octusbridge-contracts" +url = "https://github.com/broxus/octusbridge-docs" +tags = ["Documentation"] + +[[repo]] +url = "https://github.com/broxus/octusbridge-frontend" tags = ["DeFi"] [[repo]] @@ -26,7 +29,3 @@ tags = ["DeFi"] [[repo]] url = "https://github.com/broxus/octusbridge-solana-multisig-contracts" tags = ["Multisig"] - -[[repo]] -url = "https://github.com/broxus/octusbridge-docs" -tags = ["Documentation"] diff --git a/data/ecosystems/o/omnia-network.toml b/data/ecosystems/o/omnia-network.toml index b6f814ff2a..ca7c6b3325 100644 --- a/data/ecosystems/o/omnia-network.toml +++ b/data/ecosystems/o/omnia-network.toml @@ -1,9 +1,23 @@ +# Ecosystem Level Information title = "Omnia Network" + sub_ecosystems = [] + github_organizations = ["https://github.com/omnia-network"] + +# Repositories [[repo]] url = "https://github.com/omnia-network/ic-oxigraph" +[[repo]] +url = "https://github.com/omnia-network/ic-websocket-cdk-rs" + +[[repo]] +url = "https://github.com/omnia-network/ic-websocket-gateway" + +[[repo]] +url = "https://github.com/omnia-network/ic_websocket_example" + [[repo]] url = "https://github.com/omnia-network/omnia-backend" @@ -27,13 +41,3 @@ url = "https://github.com/omnia-network/omnia_lighting_app" [[repo]] url = "https://github.com/omnia-network/OmniaManager" - -[[repo]] -url = "https://github.com/omnia-network/ic_websocket_example" - -[[repo]] -url = "https://github.com/omnia-network/ic-websocket-cdk-rs" - -[[repo]] -url = "https://github.com/omnia-network/ic-websocket-gateway" - diff --git a/data/ecosystems/o/optakt.toml b/data/ecosystems/o/optakt.toml index cd1b2f32f8..c5aff1e385 100644 --- a/data/ecosystems/o/optakt.toml +++ b/data/ecosystems/o/optakt.toml @@ -7,34 +7,34 @@ github_organizations = ["https://github.com/optakt"] # Repositories [[repo]] -url = "https://github.com/optakt/flow-dps" +url = "https://github.com/optakt/backrunner" [[repo]] -url = "https://github.com/optakt/flow-dps-access" +url = "https://github.com/optakt/dao-project-frontend" [[repo]] -url = "https://github.com/optakt/flow-dps-rosetta" +url = "https://github.com/optakt/flare-spammer" [[repo]] -url = "https://github.com/optakt/optakt.github.io" +url = "https://github.com/optakt/flow-dps" [[repo]] -url = "https://github.com/optakt/wilhelmus" +url = "https://github.com/optakt/flow-dps-access" [[repo]] -url = "https://github.com/optakt/klangbaach" +url = "https://github.com/optakt/flow-dps-rosetta" [[repo]] -url = "https://github.com/optakt/backrunner" +url = "https://github.com/optakt/golang-lru" [[repo]] -url = "https://github.com/optakt/solidity-playground" +url = "https://github.com/optakt/klangbaach" [[repo]] -url = "https://github.com/optakt/dao-project-frontend" +url = "https://github.com/optakt/optakt.github.io" [[repo]] -url = "https://github.com/optakt/flare-spammer" +url = "https://github.com/optakt/solidity-playground" [[repo]] -url = "https://github.com/optakt/golang-lru" +url = "https://github.com/optakt/wilhelmus" diff --git a/data/ecosystems/p/polkadot.toml b/data/ecosystems/p/polkadot.toml index 187a9d4d26..6e89ccff1c 100644 --- a/data/ecosystems/p/polkadot.toml +++ b/data/ecosystems/p/polkadot.toml @@ -851,6 +851,10 @@ url = "https://github.com/baiyuqi/magic-chain" [[repo]] url = "https://github.com/bandotorg/Bandot" +[[repo]] +url = "https://github.com/BCS-Labs/tpscore-etl-system" +tags = ["Chains and Pallets, Scalable Transactions"] + [[repo]] url = "https://github.com/bdwallet/bd-wallet-core" @@ -898,10 +902,6 @@ url = "https://github.com/BorlaugWebServices/be-web" [[repo]] url = "https://github.com/bright/bright-tresury" -[[repo]] -url = "https://github.com/BCS-Labs/tpscore-etl-system" -tags = ["Chains and Pallets, Scalable Transactions"] - [[repo]] url = "https://github.com/bsn-si/ocex-cli" @@ -1665,11 +1665,11 @@ url = "https://github.com/decentration/apps" tags = ["Chains and Pallets, Governance/DAO"] [[repo]] -url = "https://github.com/deep-ink-ventures/genesis-dao-node" -tags = ["Chains and Pallets, Governance/DAO"] +url = "https://github.com/decooio/greenchain-explorer" [[repo]] -url = "https://github.com/decooio/greenchain-explorer" +url = "https://github.com/deep-ink-ventures/genesis-dao-node" +tags = ["Chains and Pallets, Governance/DAO"] [[repo]] url = "https://github.com/DeepBrainChain/Wallet-DBCMainChain" @@ -4022,11 +4022,11 @@ url = "https://github.com/readlnh/substrate_demo" url = "https://github.com/realhardworkingdeveloper/imbue-network-node" [[repo]] -url = "https://github.com/redstone-network/redstone-node" -tags = ["Chains and Pallets, Other"] +url = "https://github.com/realnimish/polkadot-amm" [[repo]] -url = "https://github.com/realnimish/polkadot-amm" +url = "https://github.com/redstone-network/redstone-node" +tags = ["Chains and Pallets, Other"] [[repo]] url = "https://github.com/reef-defi/reef-explorer" @@ -6246,11 +6246,11 @@ url = "https://github.com/ZhenXunGe/punkixel" url = "https://github.com/ZhenXunGe/zkevm-circuits" [[repo]] -url = "https://github.com/Zkvers/substrate-zk" -tags = ["Chains and Pallets, ZKP"] +url = "https://github.com/Zionnaire/Zionnaire_nickspallet" [[repo]] -url = "https://github.com/Zionnaire/Zionnaire_nickspallet" +url = "https://github.com/Zkvers/substrate-zk" +tags = ["Chains and Pallets, ZKP"] [[repo]] url = "https://github.com/Zondax/ledger-kusama" @@ -6267,4 +6267,4 @@ url = "https://github.com/Zondax/ledger-substrate-js" [[repo]] url = "https://gitlab.com/asylum-space/asylum-item-nft" -tags = ["Chains and Pallets, Gaming"] \ No newline at end of file +tags = ["Chains and Pallets, Gaming"] diff --git a/data/ecosystems/p/polkasafe.toml b/data/ecosystems/p/polkasafe.toml index 10a08fd4c0..d1c396deb6 100644 --- a/data/ecosystems/p/polkasafe.toml +++ b/data/ecosystems/p/polkasafe.toml @@ -5,3 +5,4 @@ sub_ecosystems = [] github_organizations = ["https://github.com/polkasafe"] +# Repositories diff --git a/data/ecosystems/p/polkawatch.toml b/data/ecosystems/p/polkawatch.toml index 7bb580b40d..d8d7c42824 100644 --- a/data/ecosystems/p/polkawatch.toml +++ b/data/ecosystems/p/polkawatch.toml @@ -5,3 +5,4 @@ sub_ecosystems = [] github_organizations = ["https://gitlab.com/polkawatch"] +# Repositories diff --git a/data/ecosystems/r/rootstock.toml b/data/ecosystems/r/rootstock.toml index b65c17103a..85678843ff 100644 --- a/data/ecosystems/r/rootstock.toml +++ b/data/ecosystems/r/rootstock.toml @@ -1,16 +1,13 @@ # Ecosystem Level Information title = "Rootstock" -sub_ecosystems = ["RskSwap", - "RIF Token", - "Money on Chain" -] +sub_ecosystems = ["Money on Chain", "RIF Token", "RskSwap"] github_organizations = [ "https://github.com/riflabs", "https://github.com/rnsdomains", + "https://github.com/rootstock", "https://github.com/rsksmart", - "https://github.com/rootstock" ] # Repositories @@ -122,6 +119,12 @@ url = "https://github.com/rnsdomains/rns-xamarin" [[repo]] url = "https://github.com/rnsdomains/RNSIPs" +[[repo]] +url = "https://github.com/rootstock/boltz-backend" + +[[repo]] +url = "https://github.com/rootstock/boltz-core" + [[repo]] url = "https://github.com/rsksmart/2wp-api" @@ -910,10 +913,3 @@ url = "https://github.com/rsksmart/whitelist-disabler" [[repo]] url = "https://github.com/rsksmart/xray-automation" - -[[repo]] -url = "https://github.com/rootstock/boltz-backend" - -[[repo]] -url = "https://github.com/rootstock/boltz-core" - diff --git a/data/ecosystems/s/soar-robotics.toml b/data/ecosystems/s/soar-robotics.toml index a088721507..0eb2d07a32 100644 --- a/data/ecosystems/s/soar-robotics.toml +++ b/data/ecosystems/s/soar-robotics.toml @@ -3,50 +3,50 @@ title = "Soar Robotics" sub_ecosystems = [] -github_organizations = [ - "https://github.com/soar-robotics" -] +github_organizations = ["https://github.com/soar-robotics"] # Repositories +[[repo]] +url = "https://github.com/soar-robotics/aktualizr" [[repo]] -url = "https://github.com/soar-robotics/simulair-suite" +url = "https://github.com/soar-robotics/artery" [[repo]] -url = "https://github.com/soar-robotics/Simulair-Core" +url = "https://github.com/soar-robotics/autoware.ai" [[repo]] -url = "https://github.com/soar-robotics/simulair-web" +url = "https://github.com/soar-robotics/beat" [[repo]] -url = "https://github.com/soar-robotics/gr-iio" +url = "https://github.com/soar-robotics/carma-platform" [[repo]] -url = "https://github.com/soar-robotics/simulair-vpn" +url = "https://github.com/soar-robotics/fluent-bit" [[repo]] -url = "https://github.com/soar-robotics/simulair-web-client" +url = "https://github.com/soar-robotics/gr-iio" [[repo]] -url = "https://github.com/soar-robotics/simulair-simulation-manager" +url = "https://github.com/soar-robotics/HoneyBadgerBFT" [[repo]] -url = "https://github.com/soar-robotics/smlr-city-traffic-system" +url = "https://github.com/soar-robotics/linux" [[repo]] -url = "https://github.com/soar-robotics/simulair-initialization-scripts" +url = "https://github.com/soar-robotics/omnetpp" [[repo]] -url = "https://github.com/soar-robotics/vanetza" +url = "https://github.com/soar-robotics/opendbc" [[repo]] -url = "https://github.com/soar-robotics/artery" +url = "https://github.com/soar-robotics/openpilot" [[repo]] -url = "https://github.com/soar-robotics/omnetpp" +url = "https://github.com/soar-robotics/ostree" [[repo]] -url = "https://github.com/soar-robotics/v2v-lte-sim" +url = "https://github.com/soar-robotics/ota-community-edition" [[repo]] url = "https://github.com/soar-robotics/Scenic" @@ -55,31 +55,28 @@ url = "https://github.com/soar-robotics/Scenic" url = "https://github.com/soar-robotics/Simu5G" [[repo]] -url = "https://github.com/soar-robotics/symforce" - -[[repo]] -url = "https://github.com/soar-robotics/linux" +url = "https://github.com/soar-robotics/Simulair-Core" [[repo]] -url = "https://github.com/soar-robotics/autoware.ai" +url = "https://github.com/soar-robotics/simulair-initialization-scripts" [[repo]] -url = "https://github.com/soar-robotics/aktualizr" +url = "https://github.com/soar-robotics/simulair-simulation-manager" [[repo]] -url = "https://github.com/soar-robotics/fluent-bit" +url = "https://github.com/soar-robotics/simulair-suite" [[repo]] -url = "https://github.com/soar-robotics/ostree" +url = "https://github.com/soar-robotics/simulair-vpn" [[repo]] -url = "https://github.com/soar-robotics/ota-community-edition" +url = "https://github.com/soar-robotics/simulair-web" [[repo]] -url = "https://github.com/soar-robotics/carma-platform" +url = "https://github.com/soar-robotics/simulair-web-client" [[repo]] -url = "https://github.com/soar-robotics/openpilot" +url = "https://github.com/soar-robotics/smlr-city-traffic-system" [[repo]] url = "https://github.com/soar-robotics/soarchain-docs" @@ -88,13 +85,13 @@ url = "https://github.com/soar-robotics/soarchain-docs" url = "https://github.com/soar-robotics/soarchain-web" [[repo]] -url = "https://github.com/soar-robotics/tendermint" +url = "https://github.com/soar-robotics/symforce" [[repo]] -url = "https://github.com/soar-robotics/HoneyBadgerBFT" +url = "https://github.com/soar-robotics/tendermint" [[repo]] -url = "https://github.com/soar-robotics/beat" +url = "https://github.com/soar-robotics/v2v-lte-sim" [[repo]] -url = "https://github.com/soar-robotics/opendbc" +url = "https://github.com/soar-robotics/vanetza" diff --git a/data/ecosystems/s/sonarwatch.toml b/data/ecosystems/s/sonarwatch.toml index 746aeacba2..eb4814f43d 100644 --- a/data/ecosystems/s/sonarwatch.toml +++ b/data/ecosystems/s/sonarwatch.toml @@ -6,20 +6,20 @@ sub_ecosystems = [] github_organizations = ["https://github.com/sonarwatch"] # Repositories -[[repo]] -url = "https://github.com/sonarwatch/portfolio" - [[repo]] url = "https://github.com/sonarwatch/nft-creator-ui" [[repo]] -url = "https://github.com/sonarwatch/token-lists" +url = "https://github.com/sonarwatch/portfolio" [[repo]] url = "https://github.com/sonarwatch/serum-dex-ui" [[repo]] -url = "https://github.com/sonarwatch/workshop-solana-data" +url = "https://github.com/sonarwatch/serum-price-api" [[repo]] -url = "https://github.com/sonarwatch/serum-price-api" \ No newline at end of file +url = "https://github.com/sonarwatch/token-lists" + +[[repo]] +url = "https://github.com/sonarwatch/workshop-solana-data" diff --git a/data/ecosystems/s/soneso.toml b/data/ecosystems/s/soneso.toml index 2f21f01615..de1df73792 100644 --- a/data/ecosystems/s/soneso.toml +++ b/data/ecosystems/s/soneso.toml @@ -3,13 +3,11 @@ title = "Soneso" sub_ecosystems = [] -github_organizations = [ - "https://github.com/Soneso", -] +github_organizations = ["https://github.com/Soneso"] # Repositories [[repo]] -url = "https://github.com/Soneso/stellar_flutter_sdk" +url = "https://github.com/Soneso/Arcturus" [[repo]] -url = "https://github.com/Soneso/Arcturus" +url = "https://github.com/Soneso/stellar_flutter_sdk" diff --git a/data/ecosystems/s/stacks.toml b/data/ecosystems/s/stacks.toml index f19092faf3..afb040e7b3 100644 --- a/data/ecosystems/s/stacks.toml +++ b/data/ecosystems/s/stacks.toml @@ -203,6 +203,9 @@ url = "https://github.com/alirazacodes/Blockchain-Vote-casting-V1" [[repo]] url = "https://github.com/alirazacodes/Blockchain-VoteCasting" +[[repo]] +url = "https://github.com/alirazacodes/liquid-stacking-stx" + [[repo]] url = "https://github.com/alvesjtiago/blockstack-large-storage" @@ -221,6 +224,9 @@ url = "https://github.com/amitlzkpa/berlinspies_bak" [[repo]] url = "https://github.com/amorriscode/stx-me" +[[repo]] +url = "https://github.com/Amortize-DAO/BNS-MarketPlace-Deployment" + [[repo]] url = "https://github.com/andresousa/scannie" @@ -2919,6 +2925,9 @@ url = "https://github.com/RankJay/RoyalStacks" [[repo]] url = "https://github.com/RantumBits/emprezzo" +[[repo]] +url = "https://github.com/Rapha-btc/saints" + [[repo]] url = "https://github.com/realChainLife/assure-manager" @@ -4370,12 +4379,3 @@ url = "https://gitlab.com/steve-dejo/animo" [[repo]] url = "https://gitlab.com/vaultilo/vaultilo-app" - -[[repo]] -url = "https://github.com/Rapha-btc/saints" - -[[repo]] -url = "https://github.com/Amortize-DAO/BNS-MarketPlace-Deployment" - -[[repo]] -url = "https://github.com/alirazacodes/liquid-stacking-stx" diff --git a/data/ecosystems/s/stellar.toml b/data/ecosystems/s/stellar.toml index e04c846562..61b2d5fedc 100644 --- a/data/ecosystems/s/stellar.toml +++ b/data/ecosystems/s/stellar.toml @@ -27,12 +27,12 @@ github_organizations = [ "https://github.com/PlutoDAO", "https://github.com/script3", "https://github.com/skyhitz", + "https://github.com/sorobix", + "https://github.com/soroswap", "https://github.com/stellar", "https://github.com/stellar-expert", "https://github.com/StellarCN", "https://github.com/StellarKit", - "https://github.com/sorobix", - "https://github.com/soroswap", "https://github.com/xycloo", ] @@ -70,6 +70,12 @@ url = "https://github.com/antb123/stellarico" [[repo]] url = "https://github.com/antb321/stcli" +[[repo]] +url = "https://github.com/aolieman/soroban-pre-order" + +[[repo]] +url = "https://github.com/arbach/stelien" + [[repo]] url = "https://github.com/asebak/stellar-xlm-intellij-plugin" @@ -196,6 +202,15 @@ url = "https://github.com/cryptomover-software/stellar-rails-wallet" [[repo]] url = "https://github.com/dedis/popstellar" +[[repo]] +url = "https://github.com/deep-ink-ventures/elio-dao-frontend" + +[[repo]] +url = "https://github.com/deep-ink-ventures/elio-dao-protocol" + +[[repo]] +url = "https://github.com/deep-ink-ventures/elio-dao-service" + [[repo]] url = "https://github.com/dolcalmi/stellar-batch-payment" @@ -205,9 +220,21 @@ url = "https://github.com/domecloud/stellar-cat.io" [[repo]] url = "https://github.com/dplesca/stellar-vanity" +[[repo]] +url = "https://github.com/ElliotFriend/furry-octo-spork" + +[[repo]] +url = "https://github.com/ElliotFriend/soroban-fib-faucet" + +[[repo]] +url = "https://github.com/ElliotFriend/sq-badge-checker" + [[repo]] url = "https://github.com/elucidsoft/dotnet-stellar-sdk" +[[repo]] +url = "https://github.com/eq-lab/Slender" + [[repo]] url = "https://github.com/eyecandyDev/stellar-instant-transfer" @@ -280,6 +307,9 @@ url = "https://github.com/hamzonation/stellar-mailgun-notify" [[repo]] url = "https://github.com/hanseartic/bad-signer" +[[repo]] +url = "https://github.com/hanseartic/stellar-claim" + [[repo]] url = "https://github.com/hard-codr/sirius" @@ -331,9 +361,6 @@ url = "https://github.com/kinecosystem/xdrparser" [[repo]] url = "https://github.com/KingHodor/Stellar-XDR" -[[rpo]] -url = "https://github.com/kommitters/chaincerts-prototype" - [[repo]] url = "https://github.com/kommitters/chaincerts-smart-contracts" @@ -373,9 +400,15 @@ url = "https://github.com/mangadul/tipbot" [[repo]] url = "https://github.com/marcosrachid/ethereum_x_stellar" +[[repo]] +url = "https://github.com/matusv/DYET" + [[repo]] url = "https://github.com/maxvonhippel/Stellar-Visualizer" +[[repo]] +url = "https://github.com/mbiffara/stellarfy" + [[repo]] url = "https://github.com/mfontanini/stellar-pixels" @@ -448,6 +481,12 @@ url = "https://github.com/Quillhash/stellar-basics" [[repo]] url = "https://github.com/Quillhash/stellar-hyperledger-telemedicine" +[[repo]] +url = "https://github.com/rahimklaber/SStream" + +[[repo]] +url = "https://github.com/rahul-soshte/rs-soroban-client" + [[repo]] url = "https://github.com/reguluswallet/reguluswallet" @@ -1239,6 +1278,9 @@ url = "https://github.com/tatumio/tatum-js" [[repo]] url = "https://github.com/TbLtzk/Centaurus" +[[repo]] +url = "https://github.com/TENK-DAO/smart-deploy" + [[repo]] url = "https://github.com/thor1887/stellar-extended-merge" @@ -1272,6 +1314,9 @@ url = "https://github.com/Xeoncross/stellar-donation-site" [[repo]] url = "https://github.com/xrpgen/xag-wallet" +[[repo]] +url = "https://github.com/xycloo/xycloans" + [[repo]] url = "https://github.com/YaleOpenLab/opensolar" @@ -1286,51 +1331,3 @@ url = "https://github.com/zendi-org/django-stellar-federation" [[repo]] url = "https://github.com/zthomas/metapay-chrome" - -[[repo]] -url = "https://github.com/aolieman/soroban-pre-order" - -[[repo]] -url = "https://github.com/rahimklaber/SStream" - -[[repo]] -url = "https://github.com/hanseartic/stellar-claim" - -[[repo]] -url = "https://github.com/xycloo/xycloans" - -[[repo]] -url = "https://github.com/TENK-DAO/smart-deploy" - -[[repo]] -url = "https://github.com/eq-lab/Slender" - -[[repo]] -url = "https://github.com/mbiffara/stellarfy" - -[[repo]] -url = "https://github.com/rahul-soshte/rs-soroban-client" - -[[repo]] -url = "https://github.com/matusv/DYET" - -[[repo]] -url = "https://github.com/deep-ink-ventures/elio-dao-frontend" - -[[repo]] -url = "https://github.com/deep-ink-ventures/elio-dao-protocol" - -[[repo]] -url = "https://github.com/deep-ink-ventures/elio-dao-service" - -[[repo]] -url = "https://github.com/arbach/stelien" - -[[repo]] -url = "https://github.com/ElliotFriend/furry-octo-spork" - -[[repo]] -url = "https://github.com/ElliotFriend/soroban-fib-faucet" - -[[repo]] -url = "https://github.com/ElliotFriend/sq-badge-checker" diff --git a/data/ecosystems/s/stride-labs.toml b/data/ecosystems/s/stride-labs.toml index efa13062bd..5c2dfeae5b 100644 --- a/data/ecosystems/s/stride-labs.toml +++ b/data/ecosystems/s/stride-labs.toml @@ -130,10 +130,10 @@ url = "https://github.com/Stride-Labs/osmosis-frontend" url = "https://github.com/Stride-Labs/osmosis-rust" [[repo]] -url = "https://github.com/Stride-Labs/st-scaling-factor" +url = "https://github.com/Stride-Labs/relayer" [[repo]] -url = "https://github.com/Stride-Labs/relayer" +url = "https://github.com/Stride-Labs/st-scaling-factor" [[repo]] url = "https://github.com/Stride-Labs/station-assets" diff --git a/data/ecosystems/s/struct-finance.toml b/data/ecosystems/s/struct-finance.toml index ea267b8ca1..c4472724dc 100644 --- a/data/ecosystems/s/struct-finance.toml +++ b/data/ecosystems/s/struct-finance.toml @@ -7,4 +7,4 @@ github_organizations = ["https://github.com/struct-defi"] # Repositories [[repo]] -url = "https://github.com/struct-defi/struct-contracts" \ No newline at end of file +url = "https://github.com/struct-defi/struct-contracts" diff --git a/data/ecosystems/s/swappi.toml b/data/ecosystems/s/swappi.toml index 34a47348e6..f0f40e25ce 100644 --- a/data/ecosystems/s/swappi.toml +++ b/data/ecosystems/s/swappi.toml @@ -7,16 +7,16 @@ github_organizations = ["https://github.com/swappidex"] # Repositories [[repo]] -url = "https://github.com/swappidex/swappi-core" +url = "https://github.com/swappidex/mjtTokenList" -[[repo]] -url = "https://github.com/swappidex/mjtTokenList" +[[repo]] +url = "https://github.com/swappidex/swappi-core" -[[repo]] -url = "https://github.com/swappidex/swappi-nft" +[[repo]] +url = "https://github.com/swappidex/swappi-farm" -[[repo]] -url = "https://github.com/swappidex/swappi-farm" +[[repo]] +url = "https://github.com/swappidex/swappi-nft" -[[repo]] -url = "https://github.com/swappidex/swappi-periphery" \ No newline at end of file +[[repo]] +url = "https://github.com/swappidex/swappi-periphery" diff --git a/data/ecosystems/t/the-graph.toml b/data/ecosystems/t/the-graph.toml index c1333af900..47bd63a819 100644 --- a/data/ecosystems/t/the-graph.toml +++ b/data/ecosystems/t/the-graph.toml @@ -1,9 +1,7 @@ # Ecosystem Level Information title = "The Graph" -sub_ecosystems = [ - "Streaming Fast", -] +sub_ecosystems = ["Streaming Fast"] github_organizations = ["https://github.com/GraphiteTools", "https://github.com/graphprotocol"] diff --git a/data/ecosystems/t/triipmiles.toml b/data/ecosystems/t/triipmiles.toml index 5a056e1b96..fec3ef4547 100644 --- a/data/ecosystems/t/triipmiles.toml +++ b/data/ecosystems/t/triipmiles.toml @@ -1,15 +1,19 @@ +# Ecosystem Level Information title = "TriipMiles" + sub_ecosystems = [] + github_organizations = [] + +# Repositories [[repo]] -url = "https://github.com/triipme/smart-contract" +url = "https://github.com/triipme/basic_referral_motoko_sample" [[repo]] -url = "https://github.com/triipme/TriipMiles-Dfinity" +url = "https://github.com/triipme/smart-contract" [[repo]] url = "https://github.com/triipme/sustainations_dao" [[repo]] -url = "https://github.com/triipme/basic_referral_motoko_sample" - +url = "https://github.com/triipme/TriipMiles-Dfinity" diff --git a/data/ecosystems/v/venom.toml b/data/ecosystems/v/venom.toml index 9e5e38f794..cf3754f864 100644 --- a/data/ecosystems/v/venom.toml +++ b/data/ecosystems/v/venom.toml @@ -3,6 +3,6 @@ title = "Venom" sub_ecosystems = [] -github_organizations = [ - "https://github.com/venom-blockchain", -] +github_organizations = ["https://github.com/venom-blockchain"] + +# Repositories diff --git a/data/ecosystems/w/warashibe.toml b/data/ecosystems/w/warashibe.toml index afa24ec9c1..fee461da34 100644 --- a/data/ecosystems/w/warashibe.toml +++ b/data/ecosystems/w/warashibe.toml @@ -1,9 +1,13 @@ +# Ecosystem Level Information title = "WARASHIBE" + sub_ecosystems = [] + github_organizations = [] -[[repo]] -url = "https://github.com/warashibe/nextdapp-dfinity" +# Repositories [[repo]] url = "https://github.com/warashibe/ask-hide" +[[repo]] +url = "https://github.com/warashibe/nextdapp-dfinity" diff --git a/data/ecosystems/w/webi-ai.toml b/data/ecosystems/w/webi-ai.toml index b47c69d333..638dfcfb53 100644 --- a/data/ecosystems/w/webi-ai.toml +++ b/data/ecosystems/w/webi-ai.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "webi ai" + sub_ecosystems = [] + github_organizations = ["https://github.com/webi-ai"] + +# Repositories [[repo]] url = "https://github.com/webi-ai/babyswap_ui" @@ -34,6 +39,9 @@ url = "https://github.com/webi-ai/webi-rides" [[repo]] url = "https://github.com/webi-ai/webi-rides-mobile-app" +[[repo]] +url = "https://github.com/webi-ai/webi_frontend" + [[repo]] url = "https://github.com/webi-ai/webi_map_api" @@ -42,7 +50,3 @@ url = "https://github.com/webi-ai/webi_map_dash" [[repo]] url = "https://github.com/webi-ai/webi_routing_api" - -[[repo]] -url = "https://github.com/webi-ai/webi_frontend" - diff --git a/data/ecosystems/w/white-matrix.toml b/data/ecosystems/w/white-matrix.toml index 685e4ef9f7..60e22e45c2 100644 --- a/data/ecosystems/w/white-matrix.toml +++ b/data/ecosystems/w/white-matrix.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/WhiteMatrixTech"] # Repositories +[[repo]] +url = "https://github.com/WhiteMatrixTech/flow-event-fetcher" + [[repo]] url = "https://github.com/WhiteMatrixTech/flow-fest-matrix-world-nfts" @@ -17,6 +20,3 @@ url = "https://github.com/WhiteMatrixTech/flow-nft-showcase" [[repo]] url = "https://github.com/WhiteMatrixTech/matrix-world-voucher-flow" - -[[repo]] -url = "https://github.com/WhiteMatrixTech/flow-event-fetcher" diff --git a/data/ecosystems/x/xp-network.toml b/data/ecosystems/x/xp-network.toml index 4eb3e6c2af..98ac2bff24 100644 --- a/data/ecosystems/x/xp-network.toml +++ b/data/ecosystems/x/xp-network.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "XP Network" + sub_ecosystems = [] + github_organizations = ["https://github.com/XP-NETWORK"] + +# Repositories [[repo]] url = "https://github.com/XP-NETWORK/abey-chain-grant-delivery" @@ -76,6 +81,9 @@ url = "https://github.com/XP-NETWORK/dfinity-integration" [[repo]] url = "https://github.com/XP-NETWORK/dfinity-price-oracle-client" +[[repo]] +url = "https://github.com/XP-NETWORK/dfinity-xpnft" + [[repo]] url = "https://github.com/XP-NETWORK/docs" @@ -423,7 +431,3 @@ url = "https://github.com/XP-NETWORK/xpnetwork-telegram-bot" [[repo]] url = "https://github.com/xp-network/xpnft-solana" - -[[repo]] -url = "https://github.com/XP-NETWORK/dfinity-xpnft" - diff --git a/data/ecosystems/z/zilliqa.toml b/data/ecosystems/z/zilliqa.toml index 028bd2c79d..4bfc1b4161 100644 --- a/data/ecosystems/z/zilliqa.toml +++ b/data/ecosystems/z/zilliqa.toml @@ -136,10 +136,10 @@ url = "https://github.com/nickyharpor/CollectiveNFT" url = "https://github.com/OpenZesame/Zesame" [[repo]] -url = "https://github.com/otherdeniz/Zilliqa.DesktopWallet" +url = "https://github.com/OpenZesame/Zhip" [[repo]] -url = "https://github.com/OpenZesame/Zhip" +url = "https://github.com/otherdeniz/Zilliqa.DesktopWallet" [[repo]] url = "https://github.com/OxMarco/TheSecretPassage" diff --git a/data/ecosystems/z/zksync.toml b/data/ecosystems/z/zksync.toml index f2f098527f..e73609f0d6 100644 --- a/data/ecosystems/z/zksync.toml +++ b/data/ecosystems/z/zksync.toml @@ -1,7 +1,14 @@ # Ecosystem Level Information title = "ZKSync" -sub_ecosystems = ["Aboard Exchange", "Golem Factory", "Kodadot", "perpdex", "Sismo", "ZigZag Exchange"] +sub_ecosystems = [ + "Aboard Exchange", + "Golem Factory", + "Kodadot", + "perpdex", + "Sismo", + "ZigZag Exchange", +] github_organizations = [ "https://github.com/matter-labs", @@ -78,10 +85,10 @@ url = "https://github.com/credit-wallet/invoicereceivables-nft" url = "https://github.com/credit-wallet/joey-mono" [[repo]] -url = "https://github.com/Cryptorubic/multi-proxy-rubic" +url = "https://github.com/crypto-swap/zksync-interface" [[repo]] -url = "https://github.com/crypto-swap/zksync-interface" +url = "https://github.com/Cryptorubic/multi-proxy-rubic" [[repo]] url = "https://github.com/dao-envelop/envelop-protocol-v1" diff --git a/data/ecosystems/z/zondax.toml b/data/ecosystems/z/zondax.toml index 2bd0d7558a..255c2defde 100644 --- a/data/ecosystems/z/zondax.toml +++ b/data/ecosystems/z/zondax.toml @@ -1,6 +1,11 @@ +# Ecosystem Level Information title = "Zondax" + sub_ecosystems = [] + github_organizations = ["https://github.com/Zondax"] + +# Repositories [[repo]] url = "https://github.com/Zondax/.github" @@ -382,6 +387,9 @@ url = "https://github.com/Zondax/ibmdotcom-react" [[repo]] url = "https://github.com/Zondax/ic-js" +[[repo]] +url = "https://github.com/Zondax/icp-client-cpp" + [[repo]] url = "https://github.com/Zondax/iov-core" @@ -976,7 +984,3 @@ url = "https://github.com/Zondax/zindexer" [[repo]] url = "https://github.com/Zondax/zxtestrunner" - -[[repo]] -url = "https://github.com/Zondax/icp-client-cpp" - From 05af2e5578d0eb75f3247eec3385d8ca8dcf8108 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:55:07 +0000 Subject: [PATCH 6/6] Fix duplicate ecosystems --- data/ecosystems/a/automata-network.toml | 142 ----- data/ecosystems/e/ethereum.toml | 2 +- data/ecosystems/l/line-chain.toml | 625 ---------------------- data/ecosystems/o/openlaw.toml | 190 ------- data/ecosystems/p/polkadot.toml | 2 +- data/ecosystems/t/trust-wallet-token.toml | 253 --------- 6 files changed, 2 insertions(+), 1212 deletions(-) delete mode 100644 data/ecosystems/a/automata-network.toml delete mode 100644 data/ecosystems/l/line-chain.toml delete mode 100644 data/ecosystems/o/openlaw.toml delete mode 100644 data/ecosystems/t/trust-wallet-token.toml diff --git a/data/ecosystems/a/automata-network.toml b/data/ecosystems/a/automata-network.toml deleted file mode 100644 index fb836e1c20..0000000000 --- a/data/ecosystems/a/automata-network.toml +++ /dev/null @@ -1,142 +0,0 @@ -# Ecosystem Level Information -title = "Automata Network" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/automata-network"] - -# Repositories -[[repo]] -url = "https://github.com/automata-network/1rpc-blacklist" - -[[repo]] -url = "https://github.com/automata-network/advanca" - -[[repo]] -url = "https://github.com/automata-network/advanca-node" - -[[repo]] -url = "https://github.com/automata-network/advanca-worker" - -[[repo]] -url = "https://github.com/automata-network/apps" - -[[repo]] -url = "https://github.com/automata-network/assets" - -[[repo]] -url = "https://github.com/automata-network/automata" - -[[repo]] -url = "https://github.com/automata-network/automata-apps" - -[[repo]] -url = "https://github.com/automata-network/automata-common" - -[[repo]] -url = "https://github.com/automata-network/automata-typings" - -[[repo]] -url = "https://github.com/automata-network/automata-v3" - -[[repo]] -url = "https://github.com/automata-network/CanaryQuest" - -[[repo]] -url = "https://github.com/automata-network/ChainBridge" - -[[repo]] -url = "https://github.com/automata-network/chainbridge-deploy" - -[[repo]] -url = "https://github.com/automata-network/chainbridge-solidity" - -[[repo]] -url = "https://github.com/automata-network/chainbridge-substrate-events" - -[[repo]] -url = "https://github.com/automata-network/chainbridge-ui" - -[[repo]] -url = "https://github.com/automata-network/chainbridge-utils" - -[[repo]] -url = "https://github.com/automata-network/chainlist" - -[[repo]] -url = "https://github.com/automata-network/conveyor-assets" - -[[repo]] -url = "https://github.com/automata-network/conveyor-sdk" - -[[repo]] -url = "https://github.com/automata-network/debug-js" - -[[repo]] -url = "https://github.com/automata-network/docs" - -[[repo]] -url = "https://github.com/automata-network/ed25519-tool" - -[[repo]] -url = "https://github.com/automata-network/embedded-websocket" - -[[repo]] -url = "https://github.com/automata-network/extension" - -[[repo]] -url = "https://github.com/automata-network/frontier" - -[[repo]] -url = "https://github.com/automata-network/go-substrate-rpc-client" - -[[repo]] -url = "https://github.com/automata-network/gtoken-sdk" - -[[repo]] -url = "https://github.com/automata-network/incubator-teaclave-sgx-sdk" - -[[repo]] -url = "https://github.com/automata-network/jsonrpc" - -[[repo]] -url = "https://github.com/automata-network/libsecp256k1" - -[[repo]] -url = "https://github.com/automata-network/metamask-iframe-connector" - -[[repo]] -url = "https://github.com/automata-network/mev-wiki" - -[[repo]] -url = "https://github.com/automata-network/polkadot-hackathon" - -[[repo]] -url = "https://github.com/automata-network/polkadot-json-common" - -[[repo]] -url = "https://github.com/automata-network/reward-contracts" - -[[repo]] -url = "https://github.com/automata-network/rusty_leveldb_sgx" - -[[repo]] -url = "https://github.com/automata-network/scale-info" - -[[repo]] -url = "https://github.com/automata-network/subquery" - -[[repo]] -url = "https://github.com/automata-network/substrate" - -[[repo]] -url = "https://github.com/automata-network/substrate-subxt" - -[[repo]] -url = "https://github.com/automata-network/sushiswap-interface" - -[[repo]] -url = "https://github.com/automata-network/sushiswap-sdk" - -[[repo]] -url = "https://github.com/xata-fi/xata-sdk" diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index 32cc3a699e..2195dd0952 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -543,7 +543,7 @@ sub_ecosystems = [ "OnX Finance", "Open Defi Notification Protocol", "opendao", - "OpenLaw", + "Open Law", "OpenLeverage", "OpenOcean", "OpenSea", diff --git a/data/ecosystems/l/line-chain.toml b/data/ecosystems/l/line-chain.toml deleted file mode 100644 index 73e176c827..0000000000 --- a/data/ecosystems/l/line-chain.toml +++ /dev/null @@ -1,625 +0,0 @@ -# Ecosystem Level Information -title = "line chain" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/LimeChain"] - -# Repositories -[[repo]] -url = "https://github.com/LeagueDAO/NomoDropMechanic" - -[[repo]] -url = "https://github.com/LimeChain/0x-monorepo" - -[[repo]] -url = "https://github.com/LimeChain/ae_sophia" - -[[repo]] -url = "https://github.com/LimeChain/aepp-sdk-js" - -[[repo]] -url = "https://github.com/LimeChain/aepp-token-migration" - -[[repo]] -url = "https://github.com/LimeChain/aepp-token-migration-backend" - -[[repo]] -url = "https://github.com/LimeChain/aepp-token-migration-holders" - -[[repo]] -url = "https://github.com/LimeChain/aepp-token-migration-smart-contract" - -[[repo]] -url = "https://github.com/LimeChain/aepp-token-owners-parcing-script" - -[[repo]] -url = "https://github.com/LimeChain/Alice-Android" - -[[repo]] -url = "https://github.com/LimeChain/AliceX" - -[[repo]] -url = "https://github.com/LimeChain/AliceX-iOS" - -[[repo]] -url = "https://github.com/LimeChain/Angular-Firebase-Template" - -[[repo]] -url = "https://github.com/LimeChain/APPCO" - -[[repo]] -url = "https://github.com/LimeChain/archanova-contracts" - -[[repo]] -url = "https://github.com/LimeChain/as-scale-codec" - -[[repo]] -url = "https://github.com/LimeChain/as-substrate-runtime" - -[[repo]] -url = "https://github.com/LimeChain/aws-kms-ethereum-signing" - -[[repo]] -url = "https://github.com/LimeChain/backend-task-tester" - -[[repo]] -url = "https://github.com/LimeChain/BarnBridge-Barn-1" - -[[repo]] -url = "https://github.com/LimeChain/BarnBridge-Token" - -[[repo]] -url = "https://github.com/LimeChain/BarnBridge-Vesting" - -[[repo]] -url = "https://github.com/LimeChain/baseline" - -[[repo]] -url = "https://github.com/LimeChain/baseline-spreadsheet-integration" - -[[repo]] -url = "https://github.com/LimeChain/batched-transactions" - -[[repo]] -url = "https://github.com/LimeChain/bdjuno" - -[[repo]] -url = "https://github.com/LimeChain/berlinblockchainweek" - -[[repo]] -url = "https://github.com/LimeChain/besu" - -[[repo]] -url = "https://github.com/LimeChain/besu-native" - -[[repo]] -url = "https://github.com/LimeChain/big-dipper-2.0-cosmos" - -[[repo]] -url = "https://github.com/LimeChain/block2018workshop" - -[[repo]] -url = "https://github.com/LimeChain/blockscout" - -[[repo]] -url = "https://github.com/LimeChain/BlockSplit-Demo" - -[[repo]] -url = "https://github.com/LimeChain/bonding_mathematics" - -[[repo]] -url = "https://github.com/LimeChain/cairo" - -[[repo]] -url = "https://github.com/LimeChain/celo-monorepo" - -[[repo]] -url = "https://github.com/LimeChain/celo-tickets-playground" - -[[repo]] -url = "https://github.com/LimeChain/chain-explorer" - -[[repo]] -url = "https://github.com/LimeChain/circom" - -[[repo]] -url = "https://github.com/LimeChain/circom-pairing" - -[[repo]] -url = "https://github.com/LimeChain/cli-analytics" - -[[repo]] -url = "https://github.com/LimeChain/cli-analytics-sdk" - -[[repo]] -url = "https://github.com/LimeChain/ColibraGasTest" - -[[repo]] -url = "https://github.com/LimeChain/Contract-Functions-Decorator-Python-" - -[[repo]] -url = "https://github.com/LimeChain/contract-verifier" - -[[repo]] -url = "https://github.com/LimeChain/convector-face-rec" - -[[repo]] -url = "https://github.com/LimeChain/corda-settler" - -[[repo]] -url = "https://github.com/LimeChain/crc-extractoor-sdk" - -[[repo]] -url = "https://github.com/LimeChain/CryptoLife" - -[[repo]] -url = "https://github.com/LimeChain/cudos-subgraph" - -[[repo]] -url = "https://github.com/LimeChain/DAOstack" - -[[repo]] -url = "https://github.com/LimeChain/defender-autotask-reward" - -[[repo]] -url = "https://github.com/LimeChain/demo-subgraph" - -[[repo]] -url = "https://github.com/LimeChain/demux-js" - -[[repo]] -url = "https://github.com/LimeChain/demux-js-eos" - -[[repo]] -url = "https://github.com/LimeChain/devBgWorkshop2019" - -[[repo]] -url = "https://github.com/LimeChain/docs" - -[[repo]] -url = "https://github.com/LimeChain/dog" - -[[repo]] -url = "https://github.com/LimeChain/ECRecover" - -[[repo]] -url = "https://github.com/LimeChain/Election-Coverage" - -[[repo]] -url = "https://github.com/LimeChain/eoslime" - -[[repo]] -url = "https://github.com/LimeChain/eoslime-shape-react" - -[[repo]] -url = "https://github.com/LimeChain/erasure-protocol" - -[[repo]] -url = "https://github.com/LimeChain/ERC827" - -[[repo]] -url = "https://github.com/LimeChain/eth-proof-of-consensus" - -[[repo]] -url = "https://github.com/LimeChain/ethereum-transaction-debugger" - -[[repo]] -url = "https://github.com/LimeChain/etherlime" - -[[repo]] -url = "https://github.com/LimeChain/etherlime-shape-angular" - -[[repo]] -url = "https://github.com/LimeChain/etherlime-shape-chainLink" - -[[repo]] -url = "https://github.com/LimeChain/etherlime-shape-monoplasma" - -[[repo]] -url = "https://github.com/LimeChain/etherlime-shape-react" - -[[repo]] -url = "https://github.com/LimeChain/ethers.js" - -[[repo]] -url = "https://github.com/LimeChain/ethstats-client" - -[[repo]] -url = "https://github.com/LimeChain/ethstats-server" - -[[repo]] -url = "https://github.com/LimeChain/external-adapter" - -[[repo]] -url = "https://github.com/LimeChain/external-initiator" - -[[repo]] -url = "https://github.com/LimeChain/extractoor-contracts" - -[[repo]] -url = "https://github.com/LimeChain/extractoor-sdk" - -[[repo]] -url = "https://github.com/LimeChain/filecoin-ipc-actors-fevm" - -[[repo]] -url = "https://github.com/LimeChain/forta-agent-scripts" - -[[repo]] -url = "https://github.com/LimeChain/forta-bots" - -[[repo]] -url = "https://github.com/LimeChain/forta-flashloan-detector" - -[[repo]] -url = "https://github.com/LimeChain/forta-starter-kits" - -[[repo]] -url = "https://github.com/LimeChain/fosdem-challenge" - -[[repo]] -url = "https://github.com/LimeChain/Fruzhin" - -[[repo]] -url = "https://github.com/LimeChain/FuzzyVM" - -[[repo]] -url = "https://github.com/LimeChain/General-Grants-Program" - -[[repo]] -url = "https://github.com/LimeChain/go-ethereum" - -[[repo]] -url = "https://github.com/LimeChain/goscale" - -[[repo]] -url = "https://github.com/LimeChain/gosemble" - -[[repo]] -url = "https://github.com/LimeChain/gosemble-research" - -[[repo]] -url = "https://github.com/LimeChain/gossamer" - -[[repo]] -url = "https://github.com/LimeChain/Grant-Milestone-Delivery" - -[[repo]] -url = "https://github.com/LimeChain/graph-cli" - -[[repo]] -url = "https://github.com/LimeChain/graph-grant-proposal-unit-testing" - -[[repo]] -url = "https://github.com/LimeChain/graph-node" - -[[repo]] -url = "https://github.com/LimeChain/hardhat-graph-plugin" - -[[repo]] -url = "https://github.com/LimeChain/hardhat-hedera-example" - -[[repo]] -url = "https://github.com/LimeChain/hardhat-hethers" - -[[repo]] -url = "https://github.com/LimeChain/hardhat-local-hedera" - -[[repo]] -url = "https://github.com/LimeChain/hashport-contracts" - -[[repo]] -url = "https://github.com/LimeChain/hashport-validator" - -[[repo]] -url = "https://github.com/LimeChain/HCS-Integration-Clients-Demo" - -[[repo]] -url = "https://github.com/LimeChain/HCS-Integration-Node" - -[[repo]] -url = "https://github.com/LimeChain/hedera-ethers.js" - -[[repo]] -url = "https://github.com/LimeChain/hedera-improvement-proposal" - -[[repo]] -url = "https://github.com/LimeChain/hedera-java-sdk-client" - -[[repo]] -url = "https://github.com/LimeChain/hedera-mirror-node" - -[[repo]] -url = "https://github.com/LimeChain/hedera-protobufs" - -[[repo]] -url = "https://github.com/LimeChain/hedera-protobufs-java" - -[[repo]] -url = "https://github.com/LimeChain/hedera-sdk-go" - -[[repo]] -url = "https://github.com/LimeChain/hedera-services" - -[[repo]] -url = "https://github.com/LimeChain/hedera-smart-contracts" - -[[repo]] -url = "https://github.com/LimeChain/hedera-tickets-backend" - -[[repo]] -url = "https://github.com/LimeChain/hedera-tickets-contracts" - -[[repo]] -url = "https://github.com/LimeChain/hedera-tickets-frontend" - -[[repo]] -url = "https://github.com/LimeChain/HeliSwap-contracts" - -[[repo]] -url = "https://github.com/LimeChain/HeliSwap-frontend" - -[[repo]] -url = "https://github.com/LimeChain/HeliSwap-landing-page" - -[[repo]] -url = "https://github.com/LimeChain/HeliSwap-yield-farming" - -[[repo]] -url = "https://github.com/LimeChain/hurley" - -[[repo]] -url = "https://github.com/LimeChain/IdentityProxy" - -[[repo]] -url = "https://github.com/LimeChain/Ionic-Angular-Template" - -[[repo]] -url = "https://github.com/LimeChain/java-host-research" - -[[repo]] -url = "https://github.com/LimeChain/jsonrpc4j" - -[[repo]] -url = "https://github.com/LimeChain/LecturesRepo" - -[[repo]] -url = "https://github.com/LimeChain/LimeAcademy" - -[[repo]] -url = "https://github.com/LimeChain/limeacademy-next-web3-boilerplate" - -[[repo]] -url = "https://github.com/LimeChain/LimeDJV" - -[[repo]] -url = "https://github.com/LimeChain/limepay-contracts" - -[[repo]] -url = "https://github.com/LimeChain/local-hedera" - -[[repo]] -url = "https://github.com/LimeChain/lodestar" - -[[repo]] -url = "https://github.com/LimeChain/matchstick" - -[[repo]] -url = "https://github.com/LimeChain/matchstick-as" - -[[repo]] -url = "https://github.com/LimeChain/merkletree" - -[[repo]] -url = "https://github.com/LimeChain/MerkleTreeUtil" - -[[repo]] -url = "https://github.com/LimeChain/meta-txs-OZ-defender" - -[[repo]] -url = "https://github.com/LimeChain/mockusd-faucet" - -[[repo]] -url = "https://github.com/LimeChain/mongoose-immutable-plugin" - -[[repo]] -url = "https://github.com/LimeChain/monoplasma" - -[[repo]] -url = "https://github.com/LimeChain/MyHbarWallet" - -[[repo]] -url = "https://github.com/LimeChain/nabu" - -[[repo]] -url = "https://github.com/LimeChain/next-web3-boilerplate" - -[[repo]] -url = "https://github.com/LimeChain/nginx-aenode-coffee-shop" - -[[repo]] -url = "https://github.com/LimeChain/NodeJS-RESTfulAPI-Starter" - -[[repo]] -url = "https://github.com/LimeChain/non-profit-blockchain" - -[[repo]] -url = "https://github.com/LimeChain/Open-Grants-Program" - -[[repo]] -url = "https://github.com/LimeChain/parachain-conformance" - -[[repo]] -url = "https://github.com/LimeChain/polkadot-conformance" - -[[repo]] -url = "https://github.com/LimeChain/polkaj" - -[[repo]] -url = "https://github.com/LimeChain/PSPs" - -[[repo]] -url = "https://github.com/LimeChain/quorum-network" - -[[repo]] -url = "https://github.com/LimeChain/react-hosted-wyre" - -[[repo]] -url = "https://github.com/LimeChain/react-native-auth-starter" - -[[repo]] -url = "https://github.com/LimeChain/react-native-os" - -[[repo]] -url = "https://github.com/LimeChain/react-web3-boilerplate" - -[[repo]] -url = "https://github.com/LimeChain/react-wyre" - -[[repo]] -url = "https://github.com/LimeChain/ScalabilityWorkshop" - -[[repo]] -url = "https://github.com/LimeChain/seedtoken-api-client" - -[[repo]] -url = "https://github.com/LimeChain/slate" - -[[repo]] -url = "https://github.com/LimeChain/SmartContracts-Template" - -[[repo]] -url = "https://github.com/LimeChain/snarkjs" - -[[repo]] -url = "https://github.com/LimeChain/Solidity-0.8" - -[[repo]] -url = "https://github.com/LimeChain/solidity-coverage" - -[[repo]] -url = "https://github.com/LimeChain/Solidity-IDE" - -[[repo]] -url = "https://github.com/LimeChain/solidity-merkle-trees" - -[[repo]] -url = "https://github.com/LimeChain/Solidity-POW" - -[[repo]] -url = "https://github.com/LimeChain/SportsIcon-Vesting" - -[[repo]] -url = "https://github.com/LimeChain/SportsIcon-Vesting-App" - -[[repo]] -url = "https://github.com/LimeChain/starknet-storage-proof-solidity" - -[[repo]] -url = "https://github.com/LimeChain/subgraph-tester" - -[[repo]] -url = "https://github.com/LimeChain/subsembly" - -[[repo]] -url = "https://github.com/LimeChain/subsembly-core" - -[[repo]] -url = "https://github.com/LimeChain/substrate" - -[[repo]] -url = "https://github.com/LimeChain/SupplyChainPOCs" - -[[repo]] -url = "https://github.com/LimeChain/tinygo" - -[[repo]] -url = "https://github.com/LimeChain/try-ethereum" - -[[repo]] -url = "https://github.com/LimeChain/tutorials" - -[[repo]] -url = "https://github.com/LimeChain/uniswap-info" - -[[repo]] -url = "https://github.com/LimeChain/uniswap-interface" - -[[repo]] -url = "https://github.com/LimeChain/uniswap-lib" - -[[repo]] -url = "https://github.com/LimeChain/uniswap-sdk" - -[[repo]] -url = "https://github.com/LimeChain/uniswap-v2-core" - -[[repo]] -url = "https://github.com/LimeChain/uniswap-v2-periphery" - -[[repo]] -url = "https://github.com/LimeChain/uniswap-v2-subgraph" - -[[repo]] -url = "https://github.com/LimeChain/UniversalLoginSDK" - -[[repo]] -url = "https://github.com/LimeChain/UpgradeableSolidityContract" - -[[repo]] -url = "https://github.com/LimeChain/use-dai" - -[[repo]] -url = "https://github.com/LimeChain/VCoin-Contracts" - -[[repo]] -url = "https://github.com/LimeChain/verifiable-merkle-tree" - -[[repo]] -url = "https://github.com/LimeChain/wasmer-java" - -[[repo]] -url = "https://github.com/LimeChain/web3-examples" - -[[repo]] -url = "https://github.com/LimeChain/web3modal" - -[[repo]] -url = "https://github.com/LimeChain/whbar" - -[[repo]] -url = "https://github.com/LimeChain/whitepaper" - -[[repo]] -url = "https://github.com/LimeChain/will-o-the-wisp" - -[[repo]] -url = "https://github.com/LimeChain/wisp" - -[[repo]] -url = "https://github.com/LimeChain/wisp-analytics" - -[[repo]] -url = "https://github.com/LimeChain/wisp-bridge-demo-contracts" - -[[repo]] -url = "https://github.com/LimeChain/wisp-protocol" - -[[repo]] -url = "https://github.com/LimeChain/wisp-prover" - -[[repo]] -url = "https://github.com/LimeChain/wrap-up-hardhat" - -[[repo]] -url = "https://github.com/LimeChain/ZK-Merkle-Inclusion-Proof" - -[[repo]] -url = "https://github.com/LimeChain/zkevm-node" - -[[repo]] -url = "https://github.com/LimeChain/zkevm-prover" - -[[repo]] -url = "https://github.com/LimeChain/zos" diff --git a/data/ecosystems/o/openlaw.toml b/data/ecosystems/o/openlaw.toml deleted file mode 100644 index cead863b6e..0000000000 --- a/data/ecosystems/o/openlaw.toml +++ /dev/null @@ -1,190 +0,0 @@ -# Ecosystem Level Information -title = "OpenLaw" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/openlawteam"] - -# Repositories -[[repo]] -url = "https://github.com/openlawteam/0x-launch-kit-frontend" - -[[repo]] -url = "https://github.com/openlawteam/alertbot" - -[[repo]] -url = "https://github.com/openlawteam/Artblocks-Contract" - -[[repo]] -url = "https://github.com/openlawteam/artblocks-server-production" - -[[repo]] -url = "https://github.com/openlawteam/artblocks-site-production" - -[[repo]] -url = "https://github.com/openlawteam/docker-gradle" - -[[repo]] -url = "https://github.com/openlawteam/docker-kubernetes-master" - -[[repo]] -url = "https://github.com/openlawteam/docker-kubernetes-node" - -[[repo]] -url = "https://github.com/openlawteam/docker-nodeapp" - -[[repo]] -url = "https://github.com/openlawteam/docs" - -[[repo]] -url = "https://github.com/openlawteam/docs.scala-lang" - -[[repo]] -url = "https://github.com/openlawteam/ens-minion" - -[[repo]] -url = "https://github.com/openlawteam/eth-propeller-core" - -[[repo]] -url = "https://github.com/openlawteam/eth-propeller-ethj" - -[[repo]] -url = "https://github.com/openlawteam/eth-propeller-scala" - -[[repo]] -url = "https://github.com/openlawteam/ethereum-etl" - -[[repo]] -url = "https://github.com/openlawteam/ethereumj" - -[[repo]] -url = "https://github.com/openlawteam/ethers-gcp-kms-signer" - -[[repo]] -url = "https://github.com/openlawteam/help-center" - -[[repo]] -url = "https://github.com/openlawteam/incubator-tuweni" - -[[repo]] -url = "https://github.com/openlawteam/js-http-proxy" - -[[repo]] -url = "https://github.com/openlawteam/kaleido-samples-gallery" - -[[repo]] -url = "https://github.com/openlawteam/kube-deploy" - -[[repo]] -url = "https://github.com/openlawteam/lao-docs" - -[[repo]] -url = "https://github.com/openlawteam/lao-graph" - -[[repo]] -url = "https://github.com/openlawteam/LAO-NFT" - -[[repo]] -url = "https://github.com/openlawteam/LAO-PROXY" - -[[repo]] -url = "https://github.com/openlawteam/leveldbjni" - -[[repo]] -url = "https://github.com/openlawteam/OpenCourt" - -[[repo]] -url = "https://github.com/openlawteam/Openlaw-Api-Tutorial-public" - -[[repo]] -url = "https://github.com/openlawteam/openlaw-client" - -[[repo]] -url = "https://github.com/openlawteam/openlaw-core" - -[[repo]] -url = "https://github.com/openlawteam/openlaw-elements" - -[[repo]] -url = "https://github.com/openlawteam/openlaw-issue-tracker" - -[[repo]] -url = "https://github.com/openlawteam/openlaw-protos" - -[[repo]] -url = "https://github.com/openlawteam/openlaw-website" - -[[repo]] -url = "https://github.com/openlawteam/protocore" - -[[repo]] -url = "https://github.com/openlawteam/Reuseable-Clauses" - -[[repo]] -url = "https://github.com/openlawteam/rocksdbjni" - -[[repo]] -url = "https://github.com/openlawteam/sbt-github-packages" - -[[repo]] -url = "https://github.com/openlawteam/scala-builder" - -[[repo]] -url = "https://github.com/openlawteam/scalafmt-ci" - -[[repo]] -url = "https://github.com/openlawteam/scuttlebutt-akka-persistence" - -[[repo]] -url = "https://github.com/openlawteam/scuttlebutt-akka-persistence-index" - -[[repo]] -url = "https://github.com/openlawteam/slither" - -[[repo]] -url = "https://github.com/openlawteam/snapshot" - -[[repo]] -url = "https://github.com/openlawteam/snapshot-hub" - -[[repo]] -url = "https://github.com/openlawteam/snapshot-js-erc712" - -[[repo]] -url = "https://github.com/openlawteam/snapshot-spaces" - -[[repo]] -url = "https://github.com/openlawteam/snapshot.js" - -[[repo]] -url = "https://github.com/openlawteam/solcJ" - -[[repo]] -url = "https://github.com/openlawteam/ssb-launcher" - -[[repo]] -url = "https://github.com/openlawteam/terraform-kubernetes" - -[[repo]] -url = "https://github.com/openlawteam/TheLAO" - -[[repo]] -url = "https://github.com/openlawteam/tribute-contracts" - -[[repo]] -url = "https://github.com/openlawteam/tribute-contracts-cli" - -[[repo]] -url = "https://github.com/openlawteam/tribute-discord-service" - -[[repo]] -url = "https://github.com/openlawteam/tribute-docs-website" - -[[repo]] -url = "https://github.com/openlawteam/tribute-subgraph" - -[[repo]] -url = "https://github.com/openlawteam/tribute-ui" - -[[repo]] -url = "https://github.com/openlawteam/whitney-mccoy-openlaw" diff --git a/data/ecosystems/p/polkadot.toml b/data/ecosystems/p/polkadot.toml index 6e89ccff1c..3af8165818 100644 --- a/data/ecosystems/p/polkadot.toml +++ b/data/ecosystems/p/polkadot.toml @@ -21,7 +21,7 @@ sub_ecosystems = [ "Armoniax", "Artzero", "Astar Network", - "Automata Network", + "Automata", "Aventus", "Aventus Network", "Bepro Network", diff --git a/data/ecosystems/t/trust-wallet-token.toml b/data/ecosystems/t/trust-wallet-token.toml deleted file mode 100644 index 7aeebbe455..0000000000 --- a/data/ecosystems/t/trust-wallet-token.toml +++ /dev/null @@ -1,253 +0,0 @@ -# Ecosystem Level Information -title = "Trust Wallet Token" - -sub_ecosystems = [] - -github_organizations = ["https://github.com/TrustWallet"] - -# Repositories -[[repo]] -url = "https://github.com/trustwallet/ansible-collection-blockchain" - -[[repo]] -url = "https://github.com/trustwallet/aptos-wallet-adapter" - -[[repo]] -url = "https://github.com/trustwallet/assets" - -[[repo]] -url = "https://github.com/trustwallet/assets-go-libs" - -[[repo]] -url = "https://github.com/trustwallet/BigInt" - -[[repo]] -url = "https://github.com/TrustWallet/bip44-constants" - -[[repo]] -url = "https://github.com/TrustWallet/blockatlas" - -[[repo]] -url = "https://github.com/TrustWallet/blockbook" - -[[repo]] -url = "https://github.com/TrustWallet/chaind" - -[[repo]] -url = "https://github.com/trustwallet/Charts" - -[[repo]] -url = "https://github.com/trustwallet/checkout" - -[[repo]] -url = "https://github.com/trustwallet/cloudflare-exporter" - -[[repo]] -url = "https://github.com/TrustWallet/dapps-browser" - -[[repo]] -url = "https://github.com/TrustWallet/developer" - -[[repo]] -url = "https://github.com/TrustWallet/djinni" - -[[repo]] -url = "https://github.com/TrustWallet/doc" - -[[repo]] -url = "https://github.com/trustwallet/docc" - -[[repo]] -url = "https://github.com/TrustWallet/docs" - -[[repo]] -url = "https://github.com/trustwallet/dokka" - -[[repo]] -url = "https://github.com/trustwallet/EIPs" - -[[repo]] -url = "https://github.com/TrustWallet/EllipticCurveKeyPair" - -[[repo]] -url = "https://github.com/trustwallet/ens-coincodec" - -[[repo]] -url = "https://github.com/trustwallet/Eureka" - -[[repo]] -url = "https://github.com/trustwallet/go-libs" - -[[repo]] -url = "https://github.com/trustwallet/go-primitives" - -[[repo]] -url = "https://github.com/trustwallet/golibs-networking" - -[[repo]] -url = "https://github.com/trustwallet/gorush" - -[[repo]] -url = "https://github.com/TrustWallet/json" - -[[repo]] -url = "https://github.com/trustwallet/keychain-swift" - -[[repo]] -url = "https://github.com/TrustWallet/kotlin-walletconnect-lib" - -[[repo]] -url = "https://github.com/TrustWallet/lib-ledger-core" - -[[repo]] -url = "https://github.com/trustwallet/metabase" - -[[repo]] -url = "https://github.com/trustwallet/Moya" - -[[repo]] -url = "https://github.com/trustwallet/naming" - -[[repo]] -url = "https://github.com/trustwallet/nano-rpc-proxy" - -[[repo]] -url = "https://github.com/trustwallet/nano-work-cache" - -[[repo]] -url = "https://github.com/trustwallet/NanoRPCProxy" - -[[repo]] -url = "https://github.com/TrustWallet/node-electrum-client" - -[[repo]] -url = "https://github.com/trustwallet/platform" - -[[repo]] -url = "https://github.com/trustwallet/platform-alternat" - -[[repo]] -url = "https://github.com/trustwallet/posthog" - -[[repo]] -url = "https://github.com/trustwallet/posthog-android" - -[[repo]] -url = "https://github.com/trustwallet/posthog-ios" - -[[repo]] -url = "https://github.com/trustwallet/postman-exporter" - -[[repo]] -url = "https://github.com/trustwallet/R.swift" - -[[repo]] -url = "https://github.com/trustwallet/redemption" - -[[repo]] -url = "https://github.com/trustwallet/retool-onpremise" - -[[repo]] -url = "https://github.com/trustwallet/sentry-cocoa" - -[[repo]] -url = "https://github.com/TrustWallet/statping" - -[[repo]] -url = "https://github.com/trustwallet/SwiftLint" - -[[repo]] -url = "https://github.com/trustwallet/test-dapp" - -[[repo]] -url = "https://github.com/trustwallet/token-list" - -[[repo]] -url = "https://github.com/TrustWallet/tokens" - -[[repo]] -url = "https://github.com/TrustWallet/trezor-crypto-ios" - -[[repo]] -url = "https://github.com/TrustWallet/trust-api" - -[[repo]] -url = "https://github.com/TrustWallet/trust-core" - -[[repo]] -url = "https://github.com/TrustWallet/trust-keystore" - -[[repo]] -url = "https://github.com/TrustWallet/trust-ray" - -[[repo]] -url = "https://github.com/TrustWallet/trust-wallet-android-source" - -[[repo]] -url = "https://github.com/TrustWallet/trust-wallet-ios" - -[[repo]] -url = "https://github.com/TrustWallet/trust-web3-provider" - -[[repo]] -url = "https://github.com/TrustWallet/TrustSDK-Android" - -[[repo]] -url = "https://github.com/TrustWallet/TrustSDK-iOS" - -[[repo]] -url = "https://github.com/trustwallet/trustsdk-react-native" - -[[repo]] -url = "https://github.com/TrustWallet/TrustSDK-Xamarin-iOS" - -[[repo]] -url = "https://github.com/trustwallet/unlock" - -[[repo]] -url = "https://github.com/trustwallet/URLNavigator" - -[[repo]] -url = "https://github.com/trustwallet/wallet-adapter" - -[[repo]] -url = "https://github.com/TrustWallet/wallet-connect-kotlin" - -[[repo]] -url = "https://github.com/TrustWallet/wallet-connect-swift" - -[[repo]] -url = "https://github.com/TrustWallet/wallet-core" - -[[repo]] -url = "https://github.com/TrustWallet/walletconnect-example-dapp" - -[[repo]] -url = "https://github.com/TrustWallet/walletconnect-monorepo" - -[[repo]] -url = "https://github.com/trustwallet/WalletConnectSwiftV2" - -[[repo]] -url = "https://github.com/trustwallet/walletlink" - -[[repo]] -url = "https://github.com/trustwallet/watchmarket" - -[[repo]] -url = "https://github.com/trustwallet/web-core" - -[[repo]] -url = "https://github.com/trustwallet/web3-onboard" - -[[repo]] -url = "https://github.com/trustwallet/web3-react-trust-wallet" - -[[repo]] -url = "https://github.com/TrustWallet/Web3View" - -[[repo]] -url = "https://github.com/trustwallet/wizard-sdk" - -[[repo]] -url = "https://github.com/trustwallet/xcresulttool"