Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sedaprotocol/seda-networks
https://github.com/sedaprotocol/seda-networks
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sedaprotocol/seda-networks
- Owner: sedaprotocol
- Created: 2023-07-27T15:47:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:31:49.000Z (10 days ago)
- Last Synced: 2024-10-30T01:52:23.314Z (10 days ago)
- Language: Go
- Size: 4.69 MB
- Stars: 3
- Watchers: 10
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - sedaprotocol/seda-networks - (Go)
README
## Local Development
### Gentx Validation
- Modify the variables at the top of `main.go` if and when needed
- Build and run the container
```
docker build -t validate-gentx .
docker run validate-gentx
```