Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 415 Bytes

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