
Example dapps for Archway starter code templates
The Archway dapp examples provide a practical introduction to various tools offered within the Archway ecosystem, making it simpler for developers to create decentralized applications. By using pre-built templates and examples, developers can easily navigate through the complexities of creating dapps with Archway's features.
These examples include a variety of frameworks like Vue.js and React, allowing developers to choose the technology that best suits their needs. With the inclusion of different templates, developers can quickly set up their projects and focus on coding their unique functionalities without getting bogged down in the initial setup.
Increment Template: A foundational template for developers looking to build incrementally on their dapp, using either Vue.js or React.
NFT On-chain Metadata Template: A specific template designed to manage NFT metadata efficiently, ensuring seamless integration of on-chain data.
IBC Transaction: This example illustrates how to implement Inter-Blockchain Communication (IBC) transactions, enhancing the dapp's interoperability.
Keplr Example: Demonstrates the integration of the Keplr wallet, allowing users to easily interact with the dapp while managing their assets.
Store and Instantiate: A guiding example on how to store and instantiate smart contracts, crucial for dapp functionality.
Websocket Example: Showcases how to set up websocket connections, facilitating real-time communication within the application.
Environment Variable Configuration: Provides instructions on setting up environment variables by customizing the .env file, ensuring projects can be tailored to specific configurations.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.