Skip to content
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

Rootstock CLI #199

Merged
merged 18 commits into from
Jan 20, 2025
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
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
Loading