Skip to content

๐Ÿš€ A starting point for developers aiming to build decentralized applications (dApps) on the Cardano blockchain.

License

Notifications You must be signed in to change notification settings

markmihalyi/cardano-wallet-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Cardano Wallet Boilerplate

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.

Key Features

  • 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.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/markmihalyi/cardano-wallet-boilerplate.git
  2. Install Dependencies: Navigate to the project directory and install the necessary dependencies using your preferred package manager:

    npm install
    # or
    yarn install
  3. Run the Development Server: Start the development server to launch the application:

    npm run dev
    # or
    yarn dev
  4. Access the Application: Open your browser and navigate to http://localhost:3000 to view the application in action.

Contributing

Contributions are welcome! If you have suggestions, improvements, or bug fixes, please submit a pull request.

License

This project is licensed under the MIT License.

About

๐Ÿš€ A starting point for developers aiming to build decentralized applications (dApps) on the Cardano blockchain.

Topics

Resources

License

Stars

Watchers

Forks