Skip to content

Commit

Permalink
chore: cleanup & add README
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 authored and hacheetos committed Feb 16, 2024
1 parent 4eed150 commit 7249878
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 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
```
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ func validateGentx() {

log.Println("Starting localnet...")
cmd := exec.Command(BINARY_PATH, "start")
// cmd.Stdout = os.Stdout
// cmd.Stderr = os.Stderr
err = cmd.Start()
if err != nil {
log.Fatal("Error starting localnet: ", err)
Expand Down

0 comments on commit 7249878

Please sign in to comment.