Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjl493456442/les-simulator
https://github.com/rjl493456442/les-simulator
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rjl493456442/les-simulator
- Owner: rjl493456442
- Created: 2020-02-28T04:59:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T11:58:35.000Z (about 3 years ago)
- Last Synced: 2023-02-28T04:25:54.229Z (over 1 year ago)
- Language: Go
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Light-ethereum-service protocol simulator
## Installation
```shell=
go get install https://github.com/rjl493456442/les-simulator
```## Build your own test simulation
In the `cmd` directory there are two examples.
- les-example: It's the easiest test scenario which connects a single server and client together.
- lespay: It's the testing scenario that the lottery payment is enabled.In order to build your test simuation, you can copy the `les-example` and customize the `cluster` configuration. Don't forget to replace your `go-ethereum` library if the testing functionality is not on the default library.
###### tags: `LES Protocol` `Simulation` `Testing`