Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicoburniske/web3


https://github.com/nicoburniske/web3

Last synced: 12 days ago
JSON representation

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
```