list_famous_contracts
Retrieve a list of notable smart contracts on the Neo N3 blockchain for either mainnet or testnet environments to enhance blockchain interactions and integrations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
network | No | Network to use: "mainnet" or "testnet" |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"network": {
"description": "Network to use: \"mainnet\" or \"testnet\"",
"type": "string"
}
},
"type": "object"
}