#Crypto
#Install package with Yarn
yarn add @arkecosystem/crypto
#Development
- Crypto package is part of our ARK Core repository. To make changes for our core repo.
- Clone your forked repository.
git clone https://github.com//core
- Next, move into the fresh cloned directory.
cd core/crypto
- Proceed to install the dependencies.
yarn install
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
yarn test
Last updated 3 months ago
Edit Page