The cardano-wallet-boilerplate repository provides a foundational template for integrating Cardano wallet functionalities into web applications. It offers a starting point for developers aiming to build decentralized applications (dApps) on the Cardano blockchain.
-
Cardano Wallet Integration: The boilerplate includes essential components and configurations to connect your application with Cardano wallets, enabling seamless interactions with the Cardano blockchain.
-
Type Safe: The boilerplate leverages TypeScript to ensure type safety, preventing common runtime errors and enhancing code reliability and maintainability.
-
Modular Architecture: Designed with a modular structure, the boilerplate allows for easy customization and extension, accommodating various project requirements.
-
Clone the Repository:
git clone https://github.com/markmihalyi/cardano-wallet-boilerplate.git
-
Install Dependencies: Navigate to the project directory and install the necessary dependencies using your preferred package manager:
npm install # or yarn install -
Run the Development Server: Start the development server to launch the application:
npm run dev # or yarn dev -
Access the Application: Open your browser and navigate to
http://localhost:3000to view the application in action.
Contributions are welcome! If you have suggestions, improvements, or bug fixes, please submit a pull request.
This project is licensed under the MIT License.