Skip to content

Commit

Permalink
Merge pull request #199 from rsksmart/rsk-cli-changes
Browse files Browse the repository at this point in the history
Rootstock CLI
  • Loading branch information
owans authored Jan 20, 2025
2 parents 3e63e40 + caf2581 commit 92c8177
Show file tree
Hide file tree
Showing 19 changed files with 24,577 additions and 1,774 deletions.
4 changes: 4 additions & 0 deletions docs/01-concepts/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Whether you're building on the Rootstock platform or simply exploring, these def

# A

## ABI (Application Binary Interface)
The Application Binary Interface (ABI) defines the interface between two binary program modules, typically between a smart contract and the external applications that interact with it. On the blockchain, an ABI specifies the functions and parameters called on a smart contract and the data exchange structure. It is essential for interacting with smart contracts programmatically.


## Accounts

In blockchain, accounts store digital assets and are identified by addresses.
Expand Down
6 changes: 6 additions & 0 deletions docs/02-developers/05-smart-contracts/rsk-cli/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
label: Getting Started with Rootstock CLI
position: 500
link:
type: generated-index
description: The Rootstock CLI (rsk-cli) tool enables users to manage wallets, check balances, send transactions, verify smart contracts and interact with smart contracts on the Rootstock blockchain - a Bitcoin sidechain designed for smart contracts. It supports both mainnet and testnet environments.
slug: /developers/smart-contracts/rsk-cli/
Loading

0 comments on commit 92c8177

Please sign in to comment.