Repository: PatrickAlphaC/full-stack-web3-metamask-connectors Branch: main Commit: 232921f65bed Files: 3 Total size: 1.0 KB Directory structure: gitextract_tv7s81vu/ ├── .gitignore ├── .gitmodules └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .article.md nextjs-full-stack-web3 ================================================ FILE: .gitmodules ================================================ [submodule "html-js-ethers-connect"] path = html-js-ethers-connect url = https://github.com/PatrickAlphaC/html-js-ethers-connect [submodule "nextjs-ethers-metamask-connect"] path = nextjs-ethers-metamask-connect url = https://github.com/PatrickAlphaC/nextjs-ethers-metamask-connect [submodule "nextjs-moralis-metamask-connect"] path = nextjs-moralis-metamask-connect url = https://github.com/PatrickAlphaC/nextjs-moralis-metamask-connect [submodule "nextjs-usedapp-metamask-connect"] path = nextjs-usedapp-metamask-connect url = https://github.com/PatrickAlphaC/nextjs-usedapp-metamask-connect [submodule "nextjs-web3-react-metamask-connect"] path = nextjs-web3-react-metamask-connect url = https://github.com/PatrickAlphaC/nextjs-web3-react-metamask-connect [submodule "nextjs-web3modal-metamask-connect"] path = nextjs-web3modal-metamask-connect url = https://github.com/PatrickAlphaC/nextjs-web3modal-metamask-connect ================================================ FILE: README.md ================================================ A few different examples on connecting your dApps to metamask / wallets.
gitextract_tv7s81vu/ ├── .gitignore ├── .gitmodules └── README.md
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1K chars).
[
{
"path": ".gitignore",
"chars": 34,
"preview": ".article.md\nnextjs-full-stack-web3"
},
{
"path": ".gitmodules",
"chars": 933,
"preview": "[submodule \"html-js-ethers-connect\"]\n\tpath = html-js-ethers-connect\n\turl = https://github.com/PatrickAlphaC/html-js-ethe"
},
{
"path": "README.md",
"chars": 73,
"preview": "A few different examples on connecting your dApps to metamask / wallets.\n"
}
]
About this extraction
This page contains the full source code of the PatrickAlphaC/full-stack-web3-metamask-connectors GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (1.0 KB), approximately 381 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.