Snowtracex is a simple (unofficial) wrapper written in Elixir for the Avalanche C-Chain (Snowtrace) Developer APIs.
Note: The Avalanche C-Chain Developer APIs are provided by Snowtrace as a community service and without warranty.
If available in Hex, the package can be installed by adding
snowtracex
to your list of dependencies in mix.exs
:
elixir def deps do
[
{:snowtracex, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/snowtracex.