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://agro1986.github.io/caustic/doc/
## Installation
```elixir
def deps do
[
{:caustic, "git://github.com/agro1986/caustic.git"}
]
end
```