If available in Hex, the package can be installed
by adding eos_elixir_sdk to your list of dependencies in mix.exs:
def deps do
[
{:eos_elixir_sdk, "~> 0.1.4"}
]
end-
RPC
- get_info/0
- get_account/1
- get_block/1
- get_transaction/1
- ...
-
Crypto
- generate keypair
- address validity check
-
Serialize/Deserialize tbd
-
Sign Transaction tbd
```
config :eos_elixir_sdk, :rpc,
conn: %{
endpoint: "https://public.eosinfra.io"
},
timeout: 5_000
```