@coolwallet-app/typhonjs
v3.0.1-cbx.0
Published
Pure JS Cardano Wallet library
Downloads
106
Maintainers
Readme
Branch strategy
- Primary development happens on the
cbxbranch. - The
masterbranch is used to track upstream changes.
Start a feature branch
$ git checkout cbx
$ git checkout -b feature/xxx # create new branch from cbxBundle js
yarn buildYarn install troubleshooting
If you see the packageManager: [email protected] message (Yarn v1 vs Corepack), enable Corepack and activate the required Yarn version:
❯ yarn
error This project's package.json defines "packageManager": "[email protected]". However the current global version of Yarn is 1.22.22.
Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.
❯ corepack enable
❯ corepack prepare [email protected] --activate
Preparing [email protected] for immediate activation...
❯ yarn -v
4.1.0