amadeus-cli-1.3.6 is not a library.
amadeus-cli
Command-line interface for interacting with the Amadeus blockchain.
Installation
Or from source:
Usage
Generate Wallet
Create Transaction (Offline)
# Print Base58 transaction to stdout
# Save as JSON file for later submission
# Submit saved transaction
Send Transaction (Online)
# Send to testnet
# Send to mainnet
# Send to custom node
# Call contract
Deploy Contract
# Send to testnet
# Save offline for later submission
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
Network Endpoints
- Testnet:
https://testnet-rpc.ama.one(use--send testnet) - Mainnet:
https://mainnet-rpc.ama.one(use--send mainnet)
Built-in Contracts
- Coin -
transfer,create_and_mint,mint,pause - Contract -
deploy - Epoch -
submit_sol,set_emission_address,slash_trainer
License
Apache-2.0