Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fiveoutofnine/cool-contracts

A compilation of smart contracts I find cool/fun/interesting.
https://github.com/fiveoutofnine/cool-contracts

compilation smart-contracts

Last synced: 2 months ago
JSON representation

A compilation of smart contracts I find cool/fun/interesting.

Awesome Lists containing this project

README

        

# cool-contracts
A compilation of smart contracts I find cool/fun/interesting.

* On-Chain Chess Engine by [5/9](https://github.com/fiveoutofnine/): an on-chain chess engine, where you play against a smart contract, and each move is minted as an NFT (+ on-chain art and metadata).
* [Code](https://github.com/fiveoutofnine/fiveoutofnine-chess/)
* [Tweet](https://twitter.com/fiveoutofnine/status/1470102097937027072/)
* Deployed to mainnet at [`0xb543f9043b387ce5b3d1f0d916e42d8ea2eba2e0`](https://etherscan.io/address/0xb543f9043b387ce5b3d1f0d916e42d8ea2eba2e0/)
* Quine NFT by [Zefram](https://github.com/ZeframLou/): ERC721 implementation that outputs its Solidity source code via `tokenURI` (+ on-chain image and metadata).
* [Code](https://etherscan.io/address/0x0e0c6a8575d0cc3e9b65eb3259b52e2eb348e2b5#code/)
* [Tweet](https://twitter.com/boredGenius/status/1421387579270725635/)
* Deployed to mainnet at [`0x0e0c6a8575d0cc3e9b65eb3259b52e2eb348e2b5`](https://etherscan.io/address/0x0e0c6a8575d0cc3e9b65eb3259b52e2eb348e2b5/)
* SHITDAO by [smartcontracts](https://github.com/smartcontracts/)
* [Code](https://github.com/smartcontracts/shitdao/)
* totemNFT by [0age](https://github.com/0age/): on-chain video + audio rendering.
* [Code](https://polygonscan.com/address/0x681a33cef2170ba0564dfcef4b5ce79c1ed20074#code/)
* Deployed to Polygon at [`0x681a33cef2170ba0564dfcef4b5ce79c1ed20074`](https://polygonscan.com/address/0x681a33cef2170ba0564dfcef4b5ce79c1ed20074/)
* bleeps by [wighawag](https://github.com/wighawag/): fully generated on-chain sounds with configurable sound profiles.
* [Code](https://github.com/wighawag/bleeps/)
* [Tweet](https://twitter.com/BleepsDao/)
* Deployed to mainnet at [`0x9d27527Ada2CF29fBDAB2973cfa243845a08Bd3F`](https://etherscan.io/address/0x9d27527Ada2CF29fBDAB2973cfa243845a08Bd3F/)
* ChainToadz by [wattsy](https://twitter.com/wattsyart): on-chain GIF rendering.
* [Code](https://etherscan.io/address/0xacd235697b33a0b4cf7a8ef52a81c01d28a150c6#code/)
* [Tweet](https://twitter.com/wattsyart/status/1471957355847892994/)
* Deployed to mainnet at [`0xacd235697b33a0b4cf7a8ef52a81c01d28a150c6`](https://etherscan.io/address/0xacd235697b33a0b4cf7a8ef52a81c01d28a150c6/)
* Kohi by [wattsy](https://twitter.com/wattsyart): on-chain generative art rendering. Some [examples](https://kohi.art/collections/).
* [Code](https://github.com/kohiart/kohi-composer/)
* [Website](https://kohi.art/)
* Deployed to mainnet at [`0xfc76b5e4bd3073ecbaad209b34aa66243ff7021d`](https://etherscan.io/address/0xfc76b5e4bd3073ecbaad209b34aa66243ff7021d/)
* Shackled by [spectra](https://www.spectra.art/): general purpose on-chain 3D rendering engine.
* [Code](https://etherscan.io/address/0x947600aD1AD2fADF88faF7d30193D363208fC76D#code/)
* [Tweet](https://twitter.com/SpectraArt_NFT/status/1492848788767064068/)
* Deployed to mainnet at [`0x947600aD1AD2fADF88faF7d30193D363208fC76D`](https://etherscan.io/address/0x947600aD1AD2fADF88faF7d30193D363208fC76D/)
* Kiss Precise by [Divergence](https://twitter.com/divergence_art/) and [Etheseus](https://twitter.com/etheseus_art/): an [on-chain] long-form, smart-contract-generated NFT collection based on the [Apollonian Gasket](https://en.wikipedia.org/wiki/Apollonian_gasket).
* [Code](https://etherscan.io/address/0x976a145bce31266d3ed460a359330dd53466db97#code/)
* [Twitter](https://twitter.com/thekissprecise/)
* Deployed to mainnet at [`0x976a145bce31266d3ed460a359330dd53466db97`](https://etherscan.io/address/0x976a145bce31266d3ed460a359330dd53466db97/)
* Tiny DNN on StarkNet by [guiltygyoza](https://github.com/guiltygyoza/): neural network inference on StarkNet
* [Code](https://github.com/guiltygyoza/tiny-dnn-on-starknet/)
* Clones With Immutable Args by [wighawag](https://github.com/wighawag/): enables creating clone contracts with immutable arguments.
* [Code](https://github.com/wighawag/clones-with-immutable-args/)
* `SSTORE2` by [0xSequence](https://github.com/0xSequence/): set of Solidity libraries for writing/reading contract storage paying a fraction of the cost.
* [Code](https://github.com/0xSequence/sstore2/)
* Strange Attractors by [cxkoda](https://github.com/cxkoda/): simulating chaotic, three-dimensional systems directly on the Ethereum blockchain.
* [Code](https://etherscan.io/address/0x1cA15CCdd91b55CD617a48dC9eEFb98CAe224757#code/)
* [Twitter](https://twitter.com/StrngeAttrctors/)
* Deployed to mainnet at [`0x1cA15CCdd91b55CD617a48dC9eEFb98CAe224757`](https://etherscan.io/address/0x1cA15CCdd91b55CD617a48dC9eEFb98CAe224757/)
* Metamorphic by [0age](https://github.com/0age/): a factory contract for creating metamorphic (i.e. redeployable) contracts.
* [Code](https://github.com/0age/metamorphic/)
* Aavegotchi Onchain Svg Renderer by [Nick Mudge](https://github.com/mudgen/): Rendering all aavegotchi onchain svgs based on layering to give a whole image..especially Summoned aavegotchis with equipped wearables.
* [Code](https://github.com/aavegotchi/aavegotchi-contracts/blob/master/contracts/Aavegotchi/facets/SvgFacet.sol)
* [Twitter](https://twitter.com/aavegotchi)
* Diamond/Proxy deployed to polygon mainnet at [`0x86935f11c86623dec8a25696e1c19a8659cbf95d`](https://polygonscan.com/token/0x86935f11c86623dec8a25696e1c19a8659cbf95d)
* Facet/implementation deployed to polygon mainnet at [`0x8d4C8559E07cF784B8912a306a2b9f3B3f34E92E`](https://polygonscan.com/address/0x8d4C8559E07cF784B8912a306a2b9f3B3f34E92E)
* Hot Chain SVG by [@w1nt3r-eth](https://github.com/w1nt3r-eth/): a toolkit for building on-chain SVG projects.
* [Code](https://github.com/w1nt3r-eth/hot-chain-svg)
* [Twitter](https://twitter.com/w1nt3r_eth/status/1514380306555412482)
* Deployed to mainnet at [`0xa7988c8abb7706e024a8f2a1328e376227aaad18`](https://etherscan.io/address/0xa7988c8abb7706e024a8f2a1328e376227aaad18/)
* evm.elf by [axic](https://github.com/axic/): What if this code is valid EVM and a valid Linus binary (ELF)?
* [Code](https://github.com/axic/evm.elf/)
* [Twitter](https://twitter.com/alexberegszaszi/status/1554791031597563905)
* Explained [here](https://hackmd.io/@axic/evmelf)