Back to list
0xsend

smart-contracts

by 0xsend

The Send App monorepo.

33🍴 18📅 Jan 23, 2026

SKILL.md


name: smart-contracts description: Foundry smart contract development for Send. Use when building, testing, or deploying Solidity contracts. Located in packages/contracts.

Smart Contracts (Foundry)

Contracts are in packages/contracts/ using Foundry toolchain.

Commands

# Build contracts
yarn contracts build

# Run tests
yarn contracts test

# Deploy to local Anvil
yarn contracts forge script <script_name> --fork-url http://localhost:8546 --broadcast

Local Development

Anvil (local testnet) runs on port 8546 when using Tilt:

tilt up

Project Structure

packages/contracts/
├── src/           # Solidity source files
├── test/          # Foundry tests
├── script/        # Deployment scripts
└── lib/           # Dependencies (submodules)

Blockchain Stack

  • Chain: Base (L2)
  • Libraries: Wagmi, Viem
  • Tooling: Foundry (forge, anvil, cast)

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon