catalyst_cardano 1.0.0

SDKflutter
Platformweb

A Flutter plugin exposing the CIP-30 and CIP-95 APIs. Allows to communicate with the Cardano Wallet Extension via js_interop integration.

Wallet Automation

Welcome to wallet automation, a testing package in Playwright that tests wallet integration for Catalyst Voices.

Introduction

Wallet automation is a testing package in Playwright that automates the wallet creation process for the Catalyst project. It is a part of the Catalyst Voices ecosystem.

Getting Started

  1. Clone this repository:

    git clone
    cd catalyst-voices
    
  2. Install Flutter and Dart:

    brew install flutter
    
  3. Bootstrap the project:

    melos bootstrap
    
  4. Execute earthly command from this directory:

    earthly +package-app
    
  5. Use docker compose to run the app:

    docker compose up
    

    The app should be running on localhost:8000.

  6. You can now run tests with the following command:

    npx playwright test