Crypto
Install package with a package manager
To install the @arkecosystem/typescript-crypto
package, you can use your favourite package manager.
// NPM
npm add @arkecosystem/typescript-crypto@next
// Yarn
yarn add @arkecosystem/typescript-crypto@next
// PNPM
pnpm add @arkecosystem/typescript-crypto@next
Development
- Fork the package.
- Clone your forked repository.
git clone https://github.com/<githubusername>/typescript-crypto
- Next, move into the cloned directory.
cd typescript-crypto
- Proceed to install the dependencies.
Note that for development you should make use of pnpm
.
pnpm install
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
pnpm test