craig127

craig127

Elixir for blockchain projects?

I’ve been diving into Elixir and wondering if anyone here has built blockchain apps with it. It seems like the scalability and concurrency features could be a perfect fit for decentralized apps. Would love to hear if anyone’s tried it or has ideas.

Most Liked

rhcarvalho

rhcarvalho

Yes, absolutely!

https://github.com/wowica/blocks

I know this project and a few related projects through a friend mine, not sure if he’s hanging out here in the forum.

Welcome to the Elixir Community!

caike

caike

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:

sodapopcan

sodapopcan

Ha, there was a time where it seemed that every time a job was posted in the jobs sections that it felt impossible to find Elixir work in anything other than crypto/blockchain. That’s not so much the case anymore but if you scroll back a bit through there you will find a bunch of companies that use(d?) it for that.

I personally have zero experience, your question just struck a chord, lol.

Also, welcome to Elixir Forum!

Where Next?

Popular in Discussions Top

Nvim
Elixir appears to be a superior language to Python. I don’t see any advantage of Python over Elixir. Are there any?
New
pillaiindu
In django there is a cache framework backed by memcached. Rails also puts a lot of emphasis on caching, and even the idea of russian-doll...
New
MarioFlach
Hello, I want to share a project I’ve been working on for a while: https://github.com/almightycouch/gitgud Background Some time ago I ...
New
praveenperera
How We Replaced React with Phoenix By: Thought Bot
New
pillaiindu
I want to convert a Phoenix LiveView CRUD website to a CRUD mobile app. What do you think is the easiest way to do so?
New
AstonJ
If a newbie asked you about Phoenix Contexts, how would you explain the basics to them? Feel free to be as concise or in-depth as you li...
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
Markusxmr
Since Drab has been developed for a while in the open, introducing the Liveview functionality in a way it happend appears to undermine th...
New
slashdotdash
Phoenix Live View is now publicly available on GitHub. Here’s Chris McCord’s tweet announcing making it public.
New

Other popular topics Top

Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 43622 214
New
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
klo
Got a question about when to concat vs. prepending items to list then reversing to achieve appending. So i know lists boil down to [1 | ...
New

We're in Beta

About us Mission Statement