Skip to content

Docs review update #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
46a0fb7
Update chain ID documentation to clarify unified format
Cordtus Jun 29, 2025
751bc59
Add IBC middleware documentation for automatic ERC20 token registration
Cordtus Jun 29, 2025
4480326
Update RPC methods documentation with missing EIP-1559 and trace methods
Cordtus Jun 29, 2025
b5de6ec
Add compatibility notes about missing RPC methods compared to other E…
Cordtus Jun 29, 2025
1046e78
Fix chain ID separation and ERC20 auto-registration documentation
Cordtus Jun 29, 2025
ebca7dc
Apply style corrections to chain configuration and ERC20 registration…
Cordtus Jun 29, 2025
7718e75
Apply all corrections from review document to integration guide
Cordtus Jun 29, 2025
7663625
Update feemarket documentation per review: move to end block, remove …
Cordtus Jun 29, 2025
e8aa995
Fix chain ID documentation and account configuration
Cordtus Jun 29, 2025
bfee6d1
Update RPC methods list with EIP-1559 methods
Cordtus Jun 29, 2025
847575d
Replace Tendermint references with CometBFT
Cordtus Jun 29, 2025
e6adfa6
Add comprehensive CLI documentation
Cordtus Jun 29, 2025
4959d58
Add node requirements note to CLI documentation
Cordtus Jun 29, 2025
3e7f4f9
Update wallet integration page for EVM compatibility
Cordtus Jun 29, 2025
83bb067
Remove Getting Started page and consolidate integration docs
Cordtus Jun 29, 2025
ea1ac74
Rename integration doc to index.md for proper routing
Cordtus Jun 29, 2025
5e830e0
Remove overly formatted bold text styling
Cordtus Jun 29, 2025
9de2137
Add IBC and Hermes relayer configuration section
Cordtus Jun 29, 2025
f685c9b
Update footer and landing page
Cordtus Jun 29, 2025
9c0934d
Replace Tendermint with CometBFT references
Cordtus Jun 29, 2025
82385e3
tidy content
Cordtus Jun 29, 2025
5e44f02
purge ignored
Cordtus Jun 29, 2025
e380b35
update gitignore
Cordtus Jun 29, 2025
8d1dcc2
update landing page
Cordtus Jun 30, 2025
6451b2f
improve landing page
Cordtus Jun 30, 2025
c38a6ea
markdown fixes
Cordtus Jun 30, 2025
7e8deb2
change header link cosoms > network
Cordtus Jun 30, 2025
e51f17d
evmd >> appd
Cordtus Jul 2, 2025
8b6eb16
updatre consensus engine references
Cordtus Jul 2, 2025
e1fedf0
update websocket query method
Cordtus Jul 3, 2025
7678f8c
add user warnings for debug rpc methods
Cordtus Jul 3, 2025
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ build/
.env
.env.local
.idea/
.cache/
.cache/
.claude/
CLAUDE.md
Loading