#Crypto
#Install Package via Gradle or Maven
Follow instructions for Gradle or Maven on how to add project to your source control.
#Gradle
Add this to your build.gradle file:
implementation 'org.arkecosystem:crypto:1.2.9'
Execute the following command:
gradle build
#Maven
Add this to pom.xml file:
org.arkecosystem
crypto
1.2.9
Execute the following command:
mvn install
#Development
- Fork the package.
- Clone forked repository.
git clone https://github.com//java-crypto
- Next, move into the fresh cloned directory.
cd java-crypto
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
With Maven
mvn test
With Gradle
gradle test
Last updated 3 months ago
Edit Page