基于区块链的毕业设计Tommy Gun Eth – 汤米枪Eth
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计Tommy Gun Eth – 汤米枪Eth 是一篇很好的国外资料
Tommy Gun Eth
Description
Build large state Ethereum testnet using standalone HTTP service connected to an Ethereum client.
Installation
Install Prerequisites
- Java 11
Build Instructions
./gradlew assemble
Usage
java -jar java -jar build/libs/tommygun-eth.jar --rpc-url=http://127.0.0.1:8545
OR
./gradlew bootRun --args="--rpc-url=http://127.0.0.1:8545"
Code Style
We use Google’s Java coding conventions for the project. To reformat code, run:
./gradlew spotlessApply
Code style is checked automatically during a build.
API
Open API v3
Go to http://localhost:8080 to see the API definition in a web browser.
API docs specification are available at http://localhost:8080/v3/api-docs
Docker
Build image
Using plain docker file
docker build -t $IMAGE_NAME .
Using gradle task
./gradlew bootBuildImage --imageName=$IMAGE_NAME
Run container
docker run -p 8080:8080 -t $IMAGE_NAME
Use existing image
docker run -p 8080:8080 abdelhamidbakhtaconsensys/tommygun-eth:latest
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products. Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page. For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they’re used to log you in. Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they’re used to gather information about the pages you visit and how many clicks you need to accomplish a task. Learn more
Tommy Gun Eth
Description
Build large state Ethereum testnet using standalone HTTP service connected to an Ethereum client.
Installation
Install Prerequisites
- Java 11
Build Instructions
./gradlew assemble
Usage
java -jar java -jar build/libs/tommygun-eth.jar --rpc-url=http://127.0.0.1:8545
OR
./gradlew bootRun --args="--rpc-url=http://127.0.0.1:8545"
Code Style
We use Google’s Java coding conventions for the project. To reformat code, run:
./gradlew spotlessApply
Code style is checked automatically during a build.
API
Open API v3
Go to http://localhost:8080 to see the API definition in a web browser.
API docs specification are available at http://localhost:8080/v3/api-docs
Docker
Build image
Using plain docker file
docker build -t $IMAGE_NAME .
Using gradle task
./gradlew bootBuildImage --imageName=$IMAGE_NAME
Run container
docker run -p 8080:8080 -t $IMAGE_NAME
Use existing image
docker run -p 8080:8080 abdelhamidbakhtaconsensys/tommygun-eth:latest
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products. Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page. For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they’re used to log you in. Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they’re used to gather information about the pages you visit and how many clicks you need to accomplish a task. Learn more
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计Tommy Gun Eth – 汤米枪Eth