Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
165 changes: 165 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"$schema": "https://mintlify.com/docs.json",
"name": "Cosmos Documentation",
"description": "Build the future of the internet of blockchains with Cosmos.",
"theme": "mint",
"colors": {
"primary": "#000000",
"light": "#cccccc",
"dark": "#0E0E0E"
},
"icons": {
"library": "lucide"
},
"styling": {
"codeblocks": "system"
},
"favicon": {
"light": "/assets/brand/cosmos.svg",
"dark": "/assets/brand/cosmos-dark.svg"
},
"logo": {
"light": "/assets/brand/cosmos-wordmark-dark.svg",
"dark": "/assets/brand/cosmos-wordmark.svg"
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Documentation",
"pages": [
"docs/documentation/overview",
{
"group": "Getting Started",
"pages": [
"docs/documentation/getting-started/index",
"docs/documentation/getting-started/faq",
"docs/documentation/getting-started/development-environment",
{
"group": "Tooling and Resources",
"pages": [
"docs/documentation/getting-started/tooling-and-resources/overview",
"docs/documentation/getting-started/tooling-and-resources/block-explorers",
"docs/documentation/getting-started/tooling-and-resources/foundry",
"docs/documentation/getting-started/tooling-and-resources/hardhat",
"docs/documentation/getting-started/tooling-and-resources/remix",
"docs/documentation/getting-started/tooling-and-resources/testing-and-fuzzing",
"docs/documentation/getting-started/tooling-and-resources/wallet-integration"
]
}
]
},
{
"group": "Concepts",
"pages": [
"docs/documentation/concepts/index",
"docs/documentation/concepts/accounts",
"docs/documentation/concepts/chain-id",
"docs/documentation/concepts/encoding",
"docs/documentation/concepts/gas-and-fees",
"docs/documentation/concepts/ibc",
"docs/documentation/concepts/mempool",
"docs/documentation/concepts/migrations",
"docs/documentation/concepts/pending-state",
"docs/documentation/concepts/replay-protection",
"docs/documentation/concepts/signing",
"docs/documentation/concepts/single-token-representation",
"docs/documentation/concepts/tokens",
"docs/documentation/concepts/transactions"
]
},
{
"group": "Cosmos SDK",
"pages": [
"docs/documentation/cosmos-sdk/overview",
"docs/documentation/cosmos-sdk/cli",
"docs/documentation/cosmos-sdk/integrate",
"docs/documentation/cosmos-sdk/protocol",
{
"group": "Modules",
"pages": [
"docs/documentation/cosmos-sdk/modules/epochs",
"docs/documentation/cosmos-sdk/modules/erc20",
"docs/documentation/cosmos-sdk/modules/feemarket",
"docs/documentation/cosmos-sdk/modules/vm"
]
}
]
},
{
"group": "Smart Contracts",
"pages": [
"docs/documentation/smart-contracts/introduction",
"docs/documentation/smart-contracts/custom-improvement-proposals",
{
"group": "Precompiles",
"pages": [
"docs/documentation/smart-contracts/precompiles/index",
"docs/documentation/smart-contracts/precompiles/overview",
"docs/documentation/smart-contracts/precompiles/bank",
"docs/documentation/smart-contracts/precompiles/bech32",
"docs/documentation/smart-contracts/precompiles/callbacks",
"docs/documentation/smart-contracts/precompiles/distribution",
"docs/documentation/smart-contracts/precompiles/erc20",
"docs/documentation/smart-contracts/precompiles/governance",
"docs/documentation/smart-contracts/precompiles/ics20",
"docs/documentation/smart-contracts/precompiles/p256",
"docs/documentation/smart-contracts/precompiles/slashing",
"docs/documentation/smart-contracts/precompiles/staking",
"docs/documentation/smart-contracts/precompiles/werc20"
]
},
{
"group": "Predeployed Contracts",
"pages": [
"docs/documentation/smart-contracts/predeployed-contracts/index"
]
}
]
},
"docs/documentation/differences",
"docs/documentation/eip-compatibility"
]
}
]
},
{
"tab": "API Reference",
"pages": [
"docs/api-reference/ethereum-json-rpc/index",
"docs/api-reference/ethereum-json-rpc/methods",
"docs/api-reference/ethereum-json-rpc/rpc-explorer"
]
},
{
"tab": "Release Notes",
"pages": [
"docs/changelog/release-notes"
]
}
]
},
"footer": {
"socials": {
"twitter": "https://twitter.com/cosmos",
"github": "https://github.com/cosmos",
"discord": "https://discord.gg/interchain",
"website": "https://cosmos.network"
}
},
"appearance": {
"default": "system",
"strict": false
},
"search": {
"prompt": "Search docs..."
},
"background": {
"color": {
"light": "#F1F1F1",
"dark": "#000000"
}
}
}
4 changes: 2 additions & 2 deletions docs/api-reference/ethereum-json-rpc/rpc-explorer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ keywords: ['json-rpc', 'ethereum', 'methods', 'api', 'web3', 'eth', 'debug', 'pe
mode: "custom"
---

import RPCMethodsViewer from '../snippets/rpc-methods-viewer.jsx';
import RPCMethodsViewer from '/snippets/rpc-methods-viewer.jsx';

<RPCMethodsViewer />
<RPCMethodsViewer />
165 changes: 0 additions & 165 deletions docs/docs.json

This file was deleted.

2 changes: 1 addition & 1 deletion docs/documentation/eip-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mode: "custom"
keywords: ['eip', 'ethereum improvement proposals', 'compatibility', 'support', 'implementation', 'cosmos evm', 'matrix', 'table']
---

import EIPCompatibilityTable from '../snippets/eip-compatibility-table.jsx'
import EIPCompatibilityTable from '/snippets/eip-compatibility-table.jsx'

{/* Google Sheets source: https://docs.google.com/spreadsheets/d/1OGscheUSh-g15p7mNYjSaxI05E8O_3R3tDK0IwXaczk/edit?usp=sharing */}

Expand Down