Packages

An Elixir cryptocurrency library which contains algorithms used in Bitcoin, Ethereum, and other blockchains. Includes a rich cryptography, number theory, and general mathematics class library.

Current section

Files

Jump to
caustic README.md
Raw

README.md

# Caustic Cryptocurrency Library
An Elixir library of useful methods used in various cryptocurrencies
(Bitcoin, Ethereum, etc.).
# Documentation
https://hexdocs.pm/caustic/
## Installation
```elixir
def deps do
[
{:caustic, "~> 0.1.3"}
]
end
```