Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicoburniske/web3
https://github.com/nicoburniske/web3
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicoburniske/web3
- Owner: nicoburniske
- Created: 2021-12-29T14:40:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T00:11:45.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T13:30:23.987Z (about 2 months ago)
- Language: Scala
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Tracker
- Tracks portfolio by adding a log entry to csv file every 8 hours (after TIME Wonderland rebase times)### Basic Execution
```
java -jar web3-logger.jar -w
```### CLI Options
```
java -jar web3-logger.jar -h
-c, --csvPath Path to csv file for logs. Default is log.csv in
working directory
-r, --runAtStart Will execute first log immediately
-w, --walletAddress Wallet address on AVAX C-Chain
-h, --help Show help message
```