EosjsAuthWrapper

This package is a wrapper for EOSJS authentication that utilize ECDSA.

Prerequisites

Installation

  1. Set the following environment variable

If available in Hex, the package can be installed by adding eosjs_auth_wrapper to your list of dependencies in mix.exs:

def deps do
  [
    {:eosjs_auth_wrapper, "~> 0.1.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/eosjs_auth_wrapper.