The command-line interface for versum.
To install the latest version of Versum CLI, run this command:
npm i -g @versumstudios/cliTo get started run:
versumversum -hThe versum CLI allows you to export several chunks of data into .csv files.
versum export token-collectors
versum export token-collectors --contract KT1LjmAdYQCLBjwv4S2oFkEzyHVkomAf5MrW --token 0versum export wallet-collectors
versum export wallet-collectors --wallet tz1eht4WAjkqU7kaupJd8qCDmec9HuKfGf68
versum export wallet-collectors --wallet tz1eht4WAjkqU7kaupJd8qCDmec9HuKfGf68 --platform versumYou can quickly generate new working folders from existing templates. This way you can start new projects without having to worry about boilerplate code.
versum template
versum template --template versum-web
versum template --template fxhash-gt