This CLI (Command Line Interface) tool contains several commands with the following functionalities:
- Calculating historical rewards for staker rewards
- Computing historical rewards for validator rewards
- Correcting CSV data for token transfers
- Please download the latest version from releases.
- It is compatible with macOS, Windows, and Linux, so please choose the one that matches your OS.
- For macOS users, you need to allow the app to run in the privacy settings.
- Please grant execution permission from console like this
chmod +x oasfi-macos
- Please use node version 18
nvm use 18
git clone https://github.com/oasysgames/oasfi.git
cd oasfi
npm i
npm i -g pkg
npm run compile
- Executing the above commands will generate executable files locally.
- If you run it during a reorganization, it may freeze. Therefore, it's advisable to wait for some time and then re-execute the commands, which should then work without any issues.