Elixir for blockchain projects?

it seems like the scalability and concurrency features could be a perfect fit for decentralized apps.

I think the BEAM is a great fit for building blockchain infrastructure. Its main features are perfectly aligned with what is expected from a blockchain network - highly concurrent, fault-tolerant, and resilient distributed systems.

I have been working on a few Elixir based projects for the Cardano blockchain including the “light” explorer that @rhcarvalho has mentioned as well as Xogmios, the Elixir library used under the hood:

3 Likes