Welcome to Vibe, a Multi-Layerd blockchain designed to serve as the foundational infrastructure for a variety of blockchain applications, including decentralized social networks, interwoven EVM layer 2 rollups, and Move layer 2 solutions. Built using the Ignite CLI on the Cosmos SDK and Tendermint, Vibe offers a robust and scalable platform for developers to build upon.
-
Layer Positioning:
Vibe acts as a hub that enables the creation and interaction of multiple layer 1 and layer 2 blockchains, providing scalability and interoperability. -
Decentralized Social Networks:
Vibe supports the development of social networks that prioritize user privacy, data ownership, and censorship resistance. -
Interwoven EVM Layer 2 Rollups:
Vibe facilitates high-throughput, low-latency scaling solutions that are compatible with the Ethereum Virtual Machine (EVM), allowing for seamless integration with existing Ethereum-based applications. -
Move Layer 2 Support:
Vibe is designed to support layer 2 solutions using the Move programming language, enabling secure and efficient smart contract development.
Install the Ignite CLI by running:
curl -sSL https://get.ignite.com/ignite | sudo bash
cd vibe && ignite chain serve
This command installs dependencies, builds, initializes, and starts your blockchain in development mode.
Installation Install the latest version of the Vibe node's binary:
curl https://get.ignite.com/vibechain/vibe@latest! | sudo bash