EosjsAuthWrapper
This package is a wrapper for EOSJS authentication that utilize ECDSA.
Prerequisites
- NodeJS 14.0 and greater is required
Installation
- Set the following environment variable
NODE_ENV=[development|production]EOS_DEV_ENDPOINT="https://staging.nertsiv.dev"EOS_PROD_ENDPOINT="https://prod.nertsiv.dev"
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"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/eosjs_auth_wrapper.