amadeus-cli-1.3.2 is not a library.
amadeus-cli
Command-line interface for interacting with the Amadeus blockchain.
Installation
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{"hex": "..."}→ Hex-decoded bytes{"utf8": "..."}→ Explicit UTF-8 bytes
Environment Variables
AMADEUS_URL- Default node URL
Built-in Contracts
- Coin -
transfer,create_and_mint,mint,pause - Contract -
deploy - Epoch -
submit_sol,set_emission_address,slash_trainer
Documentation
For detailed documentation, see docs.rs/amadeus-cli.
License
Apache-2.0