https://github.com/sedaprotocol/seda-networks
https://github.com/sedaprotocol/seda-networks
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sedaprotocol/seda-networks
- Owner: sedaprotocol
- Created: 2023-07-27T15:47:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T19:58:44.000Z (about 1 year ago)
- Last Synced: 2025-07-17T23:13:11.634Z (about 1 year ago)
- Language: Go
- Size: 4.71 MB
- Stars: 3
- Watchers: 8
- Forks: 14
- 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
```