Datai-Network

61 mods across 1 repository, 3 stars between them.

python-production

31

Datai-Network/datai-mcp-server

Cursor rule Cursor

This rule enforces production-ready Python code with proper typing, logging, configuration management, and project structure. Following these practices ensures your Python applications are maintainable, scalable, and robust for production environments.

3 1y ago A 3,229 tokens

python-testing

32

Datai-Network/datai-mcp-server

Cursor rule Cursor

This rule provides comprehensive guidance for testing Python applications before production deployment. It covers test-driven development (TDD), different types of tests, using both mock and real data, and implementing testing loops to ensure code quality.

3 1y ago A 4,070 tokens

uv

33

Datai-Network/datai-mcp-server

Cursor rule Cursor

┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ Project Init │ │ Dependency Mgmt │ │ Environment │ │ - uv init │───▶│ - uv add/remove │───▶│ - uv sync │ │ - pyproject │ │ - uv lock │ │ - uv run │ │ - workspace │ │ - uv update │ │ - .venv │ └─────────────────┘ └──────────────────┘ └─────────────────┘.

3 1y ago C 6,470 tokens

Datai-Network/datai-mcp-server

Cursor rule Cursor

┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ Entry Point │ │ Instruction │ │ Account │ │ lib.rs │───▶│ Processing │───▶│ Validation │ │ │ │ │ │ │ │ - entrypoint! │ │ - Route dispatch │ │ - Owner checks │ │ - processinst │ │ - Deserialize │ │ - Data validate │.

3 1y ago A 4 tokens

Datai-Network/datai-mcp-server

Cursor rule Cursor

┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ Native SOL │ │ System Program │ │ Wrapped SOL │ │ - Lamports │───▶│ - Transfers │───▶│ - WSOL Mint │ │ - Balances │ │ - Accounts │ │ - Token Ops │ │ - Rent │ │ - Allocation │ │ - Sync Native │ └─────────────────┘ └──────────────────┘ └─────────────────┘.

3 1y ago A 0 tokens

Datai-Network/datai-mcp-server

Cursor rule Cursor

┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ Compute Budget │ │ Memory Optimize │ │ Transaction Opt │ │ - CU Estimation │───▶│ - Stack Usage │───▶│ - Batch Instrs │ │ - Priority Fees │ │ - Heap Mgmt │ │ - Account Order │ │ - Budget Limits │ │ - Data Struct │ │ - Serialization │ └─────────────────┘…

3 1y ago A 0 tokens

solana_wallets_keys

48

Datai-Network/datai-mcp-server

Cursor rule Cursor

┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ Keypair Gen │ │ Wallet Adapter │ │ Transaction │ │ - Ed25519 │───▶│ - Connection │───▶│ - Signing │ │ - Mnemonic │ │ - Multi-wallet │ │ - Verification│ │ - HD Wallets │ │ - Events │ │ - Multi-sig │ └─────────────────┘ └──────────────────┘…

3 1y ago A 0 tokens