/ccvault-cip-0030-test

This test app detects Cardano CIP-0030 enabled wallets and tests the api.

Primary LanguageJavaScriptMIT LicenseMIT

CCVaultCIP30Test (ccvault-cip-0030-test)

This test app detects and tests Cardano wallets, that implement CIP-0030:

https://github.com/cardano-foundation/CIPs/tree/master/CIP-0030

Install the dependencies

yarn install

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn run dev:spa

Build the app for production

yarn run build:spa