Cartouche

Hex.pm

Ethereum key manager and RPC client for Elixir. Cartouche is an attributed fork of hayesgm/signet maintained by ZenHive.

Status

0.0.1 — placeholder release. This version claims the hex namespace. Active development lands in 0.1.x, which ports the signet codebase under the Cartouche module tree.

Installation

Not recommended yet. Use signet until 0.1.0 ships.

When 0.1.x is out:

def deps do
  [
    {:cartouche, "~> 0.1"}
  ]
end

Relationship to upstream

Cartouche is a fork of hayesgm/signet. We upstream fixes where it makes sense. Attribution to the original maintainer (Geoffrey Hayes, Compound Labs) is preserved in LICENSE and CHANGELOG.md.

License

MIT. See LICENSE.