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 Responses

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

mikl
I wanted to capitalize a string, and tried using String.capitalize(). That generally works well, until you try to capitalize a word like...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
mmmrrr
Just saw that dhh announced https://hotwire.dev/ Is it just me or is this essentially live view? :smiley: Although I like the “iFrame-e...
New
arpan
Hello everyone :wave: Today I am very excited to announce a project that I have been working on for almost 3 months now. The project is...
New
lorenzo
Hey everone! I created a prototype for my app using Nodejs for the api. But the framework I chose wasnt great (in general theresnt any g...
New
IVR
Hi all, I’ve seen a number of related threads in the past, but I’d still be very curious to hear an up-to-date opinion on this topic. I...
New
PragTob
Hey everyone, this has been on my mind for some time and I’d love your input on it! TLDR: I feel like maps are superioer for storing and...
New
Qqwy
I would like to spark a discussion about the static access operator: .. For whom does not know: it is used in Elixir to access fields of...
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
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

aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
johnnyicon
Hi all, I’ve just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I’m trying to use Postgres...
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
hariharasudhan94
Lets say i have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => "XXX...
New

We're in Beta

About us Mission Statement