Skip to content

Commit

Permalink
fix of categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Hactive808 committed Apr 25, 2024
1 parent b89360f commit 241d336
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

.env
.env-development
.env-production

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Output of 'npm pack'
*.tgz

# Random crap
trash
.DS_Store
.sass-cache
.tmp
.rvmrc
.trashes
*~

# Gatsby related
.cache/
public

# Editor
.vscode
.vscode-test
*.sublime-project
*.sublime-workspace
sftp-config.json%
2 changes: 2 additions & 0 deletions v1.0/RPC Nodes/rpc-others/rpc-cosmos.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: "Cosmos"
slug: "rpc-cosmos"
category: "6620f7e31ea673003624a8cc"
excerpt: ""
hidden: false
createdAt: "Wed Mar 06 2024 10:35:18 GMT+0000 (Coordinated Universal Time)"
updatedAt: "Sat Apr 06 2024 12:59:41 GMT+0000 (Coordinated Universal Time)"
---

Cosmos RPC (Remote Procedure Call) provides developers with a standardized interface to interact with the Cosmos blockchain network. It facilitates various operations, such as querying blockchain data, broadcasting transactions, and accessing node information. This powerful tool enables seamless integration of applications with the Cosmos ecosystem, enhancing functionality and user experience by leveraging real-time data communication and manipulation.

0 comments on commit 241d336

Please sign in to comment.