Tiny web3 protocols and applications.
The aim is to keep it simple, quick to implement and interesting to learn Solidity.
Inspired by lil-web3 by Miguel Piedrafita.
Map human-readable names like vitalik.eth
to machine-readable identifiers such as Ethereum addresses like 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
and support the reverse resolution.
Lines 5 to 23 in 18c21f8
A game where the last caller, before a 10-block inactivity period, wins the entire contract's ETH balance.
tiny-web3/src/experiments/LastCallJackpot.sol
Lines 5 to 8 in 18c21f8