Veriumd
A library to interface with a Verium daemon. Put your credentials in the config file.
config :veriumd, rpchost: "ipaddress"
config :veriumd, rpcport: 33987
config :veriumd, rpcuser: "username"
config :veriumd, rpcpass: "password"Installation
If available in Hex, the package can be installed
by adding veriumd to your list of dependencies in mix.exs:
def deps do
[
{:veriumd, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/veriumd.