8000 GitHub - webthreejs/tiny-web3: 🦄 Tiny web3 protocols and applications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

webthreejs/tiny-web3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦄 Tiny Web3

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.

Table of contents

Tiny ENS

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/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/18c21f8767d2f9887b3348a0311797d490191c54/src/experiments/LastCallJackpot.sol#L5-L8

About

🦄 Tiny web3 protocols and applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%
0