Packages

Ethereum blockchain client for Gleam

Current section

Files

Jump to
glethers src glethers.app.src
Raw

src/glethers.app.src

{application, glethers, [
{vsn, "0.1.0"},
{applications, [gleam_crypto,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit,
keccak_gleam,
secp256k1_gleam]},
{description, "Ethereum blockchain client for Gleam"},
{modules, [glethers@address,
glethers@block,
glethers@contract,
glethers@hash@message,
glethers@hash@typed_data,
glethers@primitives,
glethers@primitives@bytes,
glethers@primitives@integer,
glethers@provider,
glethers@rpc@calls,
glethers@rpc@methods,
glethers@signer,
glethers@signer@signing_key]},
{registered, []}
]}.