#ethereum #elixir #parity #smart_contracts
Ethereum smart contracts and elixir
https://medium.com/agile-alpha/ethereum-smart-contracts-and-elixir-c7c4b239ddb4
Ethereum smart contracts and elixir
https://medium.com/agile-alpha/ethereum-smart-contracts-and-elixir-c7c4b239ddb4
Medium
Ethereum Smart Contracts and Elixir
This is the first post in a series of blog posts about interacting with Ethereum’s JSON-RPC using Elixir. In this first part we will look…
#bitcoin #ethereum #elixir #blockchain #cryptocurrency
Building great blockchain software, smart contract scaling and elixir
https://medium.com/@QuantLayer/building-great-blockchain-software-smart-contract-scaling-and-elixir-ae94687e34dd
Building great blockchain software, smart contract scaling and elixir
https://medium.com/@QuantLayer/building-great-blockchain-software-smart-contract-scaling-and-elixir-ae94687e34dd
Medium
Building Great Blockchain Software, Smart Contract Scaling and Elixir
Here’s a transcript of QuantLayer Crypto Podcast #4.
#elixir #ethereum
Unix domain sockets (ipc) with elixir
https://medium.com/@hdswick/unix-domain-sockets-ipc-with-elixir-ec027f83c511
Unix domain sockets (ipc) with elixir
https://medium.com/@hdswick/unix-domain-sockets-ipc-with-elixir-ec027f83c511
Medium
Unix Domain Sockets (IPC) with Elixir
Lately, I’ve been working on my Ethereum JSON RPC Client https://github.com/hswick/exw3. One of the dependencies it uses is…
#ethereum #solidity #elixir #exw3
Signing ethereum messages on elixir
https://medium.com/@thiagobelem/signing-ethereum-messages-on-elixir-a494632f59b9
Signing ethereum messages on elixir
https://medium.com/@thiagobelem/signing-ethereum-messages-on-elixir-a494632f59b9
Medium
Signing Ethereum messages on Elixir
Using ExW3 you can interact with any Ethereum network, deploy Smart Contract and call/send any kind of functions & transactions.