org.hyperledger.besu-maven-archetype 1.0-SNAPSHOT Latest version
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>org.hyperledger</groupId>
<artifactId>besu-maven-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
Prerequisites:
-
Clone this project.
-
From the project directory:
mvn install
- From any directory on your filesystem:
mvn archetype:generate -DarchetypeCatalog=local
-
Compile contracts, build project, and install Hyperledger Besu:
mvn clean install
-
Start Hyperledger Besu:
target/besu-1.5.0/bin/besu --config-file=config.toml
-
Wait until you see
Ethereum main loop is up
-
From another terminal at your sample project directory, compile and start your application:
mvn compile exec:java -Dexec.mainClass="com.sample.App"
Details
- freight-trust
- September 07, 2020
- Apache License 2.0
Assets
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0
Topics
Recent versions
-
1.0-SNAPSHOT
Sep 7, 2020