Packages

Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM

Current section

Files

Jump to
gleeth src gleeth.app.src
Raw

src/gleeth.app.src

{application, gleeth, [
{vsn, "1.1.0"},
{applications, [argv,
bigi,
ex_keccak,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
secp256k1_gleam,
simplifile]},
{description, "Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM"},
{modules, [gleeth,
gleeth@@main,
gleeth@cli,
gleeth@commands@balance,
gleeth@commands@block_number,
gleeth@commands@call,
gleeth@commands@code,
gleeth@commands@estimate_gas,
gleeth@commands@get_logs,
gleeth@commands@parallel_balance,
gleeth@commands@recover,
gleeth@commands@send,
gleeth@commands@storage_at,
gleeth@commands@transaction,
gleeth@commands@wallet,
gleeth@crypto@keccak,
gleeth@crypto@random,
gleeth@crypto@secp256k1,
gleeth@crypto@transaction,
gleeth@crypto@wallet,
gleeth@encoding@rlp,
gleeth@ethereum@abi@decode,
gleeth@ethereum@abi@encode,
gleeth@ethereum@abi@events,
gleeth@ethereum@abi@json,
gleeth@ethereum@abi@type_parser,
gleeth@ethereum@abi@types,
gleeth@ethereum@address,
gleeth@ethereum@contract,
gleeth@ethereum@formatting,
gleeth@ethereum@types,
gleeth@provider,
gleeth@rpc@client,
gleeth@rpc@methods,
gleeth@rpc@response_utils,
gleeth@rpc@types,
gleeth@utils@file,
gleeth@utils@hex,
gleeth@utils@validation,
gleeth@wei,
gleeth_ffi,
test_ffi]},
{registered, []}
]}.