deploy_erc721_token
Create and deploy a custom ERC721 token contract on Rootstock blockchain, specifying NFT collection name, symbol, and minting capabilities using the Rootstock MCP Server.
Instructions
Deploy a new ERC721 (NFT) token contract
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gasLimit | No | Optional gas limit | |
gasPrice | No | Optional gas price | |
mintable | No | Whether the NFT should be mintable (default: false) | |
name | Yes | NFT collection name (e.g., "My NFT Collection") | |
symbol | Yes | NFT collection symbol (e.g., "MYNFT") |