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