# YetiNet Part 1 **Published by:** [runninyeti.eth](https://paragraph.com/@runninyeti/) **Published on:** 2022-10-16 **URL:** https://paragraph.com/@runninyeti/yetinet-part-1 ## Content For a while now I’ve been meaning to run my own EVM-compatible blockchain network. In part for the learnings, but mostly for the hell of it 🤷‍♀️ So this is me kicking off YetiNet with a little brainstorming. Why “YetiNet”? It’s the first thing that came to mind and works well with my ENS name, runninyeti.eth. Also, the web3 arm of Bridgetown Collective is unofficially called “Yeti Labs”.My wishlist for YetiNetFull EVM compatibilityEasily runnable on low-power hardware like a Raspberry Pi ZeroContainer based nodesPublicly accessible - anyone can technically participateEventual ability to become a Layer 2 atop EthereumOpen source codeHosted block explorerOracle ecosystem - home automation, Strava integration, etcDedicated versions of common ETH protocols - Uniswap, ENS, etcIn short, I’m aiming for YetiNet to give me an unnecessarily robust medium for toying around in the Ethereum ecosystem by simply recreating the whole thing in a controlled environment. And since I’ll control the network, “gas fees” will just be technical details and not something I need to financially consider. Then with that ecosystem in place, I hope to explore some blockchain use cases such as P2P chat, MEV manipulation, logistic networks (e.g. for vertical farming), etc, etc … lots of ideas, no where to shove them.Why not use an existing Layer 2?There’s 2 reasons:Popular Layer 2’s like Optimism and Arbitrum don’t have open access for others to run their own nodes. I want full controlPresumably I’ll be the only one using YetiNet, so the storage and compute requirements can be kept to an absolute minimumArchitectural ThoughtsWith an emphasis on keeping an unnecessarily complex endeavor as simple as possible, I’m planning to create a concept of a “YetiNode”. These nodes will simply be a collection of at least 5 Docker containers all orchestrated through Docker Compose. Namely the following:geth - they have a readily available Docker image and even instructions on running a private networkIPFS - for sharing data peer-to-peer within YetiNetMongoDB - as a database solution“code” - a generic container for all the custom, nonsensical Typescript code I end up writing. This will likely be split into an indexer and a set of APIs very early onexplorer - some form of a homegrown network explorer. There are open source block explorers, but I want to create my own with specific logic to YetiNetIn this way, each “node” of the network will be a whole lot more than just a block producer - which opens the doors to many fun projects later 😎 I’ll do another post once I have the above architecture initially built and YetiNet “deployed”. If anyone wants to participate or has any thoughts, please reach out! ## Publication Information - [runninyeti.eth](https://paragraph.com/@runninyeti/): Publication homepage - [All Posts](https://paragraph.com/@runninyeti/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@runninyeti): Subscribe to updates - [Twitter](https://twitter.com/runninyeti): Follow on Twitter