Skip to content

Commit

Permalink
doc: add permalinks
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Jul 10, 2024
1 parent 18c21f8 commit 16d53c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Inspired by [lil-web3](https://github.com/m1guelpf/lil-web3) by [Miguel Piedrafi

Map human-readable names like `vitalik.eth` to machine-readable identifiers such as Ethereum addresses like `0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045` and support the reverse resolution.

https://github.com/leovct/tiny-web3/blob/main/src/TinyENS.sol#L5-L23
https://github.com/leovct/tiny-web3/blob/18c21f8767d2f9887b3348a0311797d490191c54/src/TinyENS.sol#L5-L23

## Experiments

### Last Call Jackpot

A game where the last caller, before a 10-block inactivity period, wins the entire contract's ETH balance.

https://github.com/leovct/tiny-web3/blob/main/src/experiments/LastCallJackpot.sol#L5-L8
https://github.com/leovct/tiny-web3/blob/18c21f8767d2f9887b3348a0311797d490191c54/src/experiments/LastCallJackpot.sol#L5-L8

0 comments on commit 16d53c0

Please sign in to comment.