Skip to content

Commit

Permalink
setup: adding .env
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Sep 7, 2024
1 parent 0938254 commit d89036a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NATIVE_RPC=http://localhost:26657
NATIVE_GRPC=127.0.0.1:9090
LOG_FILE_PATH="" # If empty, logs to STDOUT
LOG_LEVEL="debug"
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@ Status scheme:
Mock -> WIP -> alpha -> beta -> production
```

| Service | status |
| :----------- | :----- |
| Native->Pera | WIP |
| Bitcoin SPV | |
| Service | status |
| :------------ | :----- |
| Native-\>Pera | WIP |
| Bitcoin SPV | |

## Setup

1. Copy and update your env file: `cp .env.example .env`
2. Build the project: `make build`

## Contributing

Expand Down

0 comments on commit d89036a

Please sign in to comment.