Dancing Cells

Posted on Mon 01 January 2024 in tech • Tagged with rust, programming, solidity, evm, blockchain

I found the discussion of "Dancing Cells" in Don Knuth's latest lecture (2023) extremely relevant to blockchain programming.

The reason is this method of memory allocation is very similar to the method required to organize data as a set in Solidity. See here

Here is a example implementation of some …


Continue reading

Blocknative SDK - Complete Working Example

Posted on Wed 15 December 2021 in tech • Tagged with programming, javascript, blocknative, ethereum, blockchain

Complete working example, including Dockerfile and run script for Blocknative JavaScript SDK. Works!


Blocknative Python SDK - Complete Working Example

Posted on Sat 20 November 2021 in tech • Tagged with programming, python, blocknative, ethereum, blockchain

Complete working example, including Dockerfile and run script for Blocknative Python SDK. Works!