amadeus-cli-1.3.3 is not a library.
amadeus-cli
Command-line interface for interacting with the Amadeus blockchain.
Installation
Or from source:
Usage
Generate Wallet
Send Transaction
# Transfer tokens
# Call contract
Deploy Contract
Argument Format
Arguments are passed as JSON arrays:
- String → UTF-8 bytes (
"hello") - Number → String bytes (
100→"100") {"b58": "..."}→ Base58-decoded bytes (for addresses){"hex": "..."}→ Hex-decoded bytes{"utf8": "..."}→ Explicit UTF-8 bytes
Environment Variables
AMADEUS_URL- Default node URL (overridden by--url)
Built-in Contracts
- Coin -
transfer,create_and_mint,mint,pause - Contract -
deploy - Epoch -
submit_sol,set_emission_address,slash_trainer
License
Apache-2.0