Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Deploying Contracts on Base

porbase·base· v1.0.0 · atualizado em 2026-04-11
81
Score

Deploys smart contracts to Base using Foundry. Covers `forge create` commands, contract verification, testnet faucet setup via CDP, and BaseScan API key configuration. Use when deploying Solidity contracts to Base Mainnet or Sepolia testnet.

smart-contractsblockchainsolidityfoundrybase-chaincontract-deploymentdevops
Linguagens
Solidity
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mddeploying-contracts-on-base/workflow
1
Gather Prerequisites: — Ensure Foundry is installed and configured, including RPC endpoint and private key setup.
2
Obtain Testnet ETH (if needed): — Guide the user through claiming testnet ETH from the CDP Faucet.
3
Obtain BaseScan API Key (if verification is needed): — Guide the user through creating an API key on BaseScan.
4
Validate User Input: — Sanitize and validate the contract path, RPC URL, keystore account, and API key.
5
Construct Forge Create Command: — Assemble the `forge create` command with the correct parameters.
6
Execute Deployment: — Run the `forge create` command to deploy the contract.
7
Verify Contract (if requested): — Automatically verify the contract on BaseScan using the API key.
8
Provide Confirmation: — Display the transaction hash and a link to the contract on BaseScan.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSolana Kit Development Guide
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
76
Similar aDevelop Secure Smart Contracts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aSpecstory Session Summary
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Deploying Contracts on Base
deploying-contracts-on-base
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers9
deploy contract to Baseforge create on Baseverify contract on BaseScanget testnet ETH for BaseBase Sepolia faucethow do I deploy to Basepublish my contract on Basedeploy smart contract to Base mainnetfund my wallet on Base Sepolia

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download deploying-contracts-on-base
$ synaptic skills detail deploying-contracts-on-base
$ synaptic skills live deploying-contracts-on-base

Dependências

foundry@coinbase/cdp-sdkdotenv

Links

GitHub Repository