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:

1implementation 'org.arkecosystem:crypto:1.2.9'

Execute the following command:

1gradle build

Maven

Add this to pom.xml file:

1<dependency>
2 <groupId>org.arkecosystem</groupId>
3 <artifactId>crypto</artifactId>
4 <version>1.2.9</version>
5</dependency>

Execute the following command:

1mvn install

Development

  1. Fork the package .
  2. Clone forked repository.
1git clone https://github.com/<githubusername>/java-crypto
  1. Next, move into the fresh cloned directory.
1cd java-crypto
  1. Dependencies are now installed, you can now run the tests to see if everything is running as it should.

With Maven:

1mvn test

With Gradle:

1gradle test
Last updated 2 years ago
Edit Page
Share: