Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 460 Bytes

File metadata and controls

33 lines (22 loc) · 460 Bytes

Csv Exporter

Web tool to export Oasis Network accounting events and staking rewards to CSV format.

Live: Preview

Features

  • Export staking rewards as CSV (yearly or monthly granularity)
  • Export accounting events for any Oasis address
  • Frontend-only - all computation happens in your browser

Development

npm install
npm start

Build

npm run build

Test

npm test