MCPChain brings the Model Context Protocol to Web3 by anchoring agent tools, trust registries, and attestable executions on-chain.
cd mcpchain
ignite chain build
rm -rf ~/.mcpchain
mcpchaind init validator --chain-id mcpchain
mcpchaind keys add validator
sed -i '' 's/"stake"/"umcp"/g' ~/.mcpchain/config/genesis.json
mcpchaind genesis add-genesis-account $(mcpchaind keys show validator -a) 1000000000umcp
mcpchaind genesis gentx validator 500000000umcp --chain-id mcpchain
mcpchaind genesis collect-gentxs
mcpchaind genesis validate
mcpchaind start --minimum-gas-prices=0.001umcp