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.5.0"},
{applications, [bigi,
ex_keccak,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
secp256k1_gleam]},
{description, "Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM"},
{modules, [gleeth@@main,
gleeth@contract,
gleeth@crypto@keccak,
gleeth@crypto@random,
gleeth@crypto@secp256k1,
gleeth@crypto@transaction,
gleeth@crypto@wallet,
gleeth@deploy,
gleeth@eip712,
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@types,
gleeth@events,
gleeth@gas,
gleeth@multicall,
gleeth@nonce,
gleeth@permit,
gleeth@provider,
gleeth@rpc@batch,
gleeth@rpc@client,
gleeth@rpc@methods,
gleeth@rpc@response_utils,
gleeth@rpc@types,
gleeth@utils@hex,
gleeth@utils@validation,
gleeth@wei,
gleeth_ffi,
test_ffi]},
{registered, []}
]}.