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
-
Clone this repository:
git clone cd catalyst-voices -
Install Flutter and Dart:
brew install flutter -
Bootstrap the project:
melos bootstrap -
Execute earthly command from this directory:
earthly +package-app -
Use docker compose to run the app:
docker compose upThe app should be running on
localhost:8000. -
You can now run tests with the following command:
npx playwright test