Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solidity link examples #27

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

solidity link examples #27

wants to merge 5 commits into from

Conversation

coffeexcoin
Copy link
Contributor

@coffeexcoin coffeexcoin commented Jan 25, 2025

  • chore: forge init
  • forge install: forge-std
  • forge install: ExclusiveDelegateResolver
  • forge install: solady
  • add solidity AGW linking examples

PR-Codex overview

This PR introduces a new Ethereum project using Foundry, which includes a set of smart contracts for token claiming and minting, along with CI setup and documentation updates.

Detailed summary

  • Added submodules for solady, forge-std, and ExclusiveDelegateResolver.
  • Created .gitignore for build artifacts and logs.
  • Configured foundry.toml for project settings.
  • Established CI workflow in .github/workflows/test.yml.
  • Updated README.md with Foundry toolkit information.
  • Implemented ERC20ClaimForHolders contract for token claiming.
  • Developed AllowlistMint721 contract for minting with Merkle proof and signature verification.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Jan 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agw-connectkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2025 2:09am
agw-dynamic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2025 2:09am
agw-privy ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2025 2:09am
agw-rainbowkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2025 2:09am
agw-thirdweb ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2025 2:09am
session-keys ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2025 2:09am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant