- [x] create a cli tool that is linked to the command `unrival` - [ ] create a command that creates an unrival object given a json file - [ ] automatically hash (nested) file references in `address`, e.g.: _target file.json_ `[ { "interpretation": "/iterator", "address": "example.json" } ]` will be converted to: `[ { "interpretation": "/iterator", "address": "SOME_HASH" } ]` and stored.
unrivaladdress, e.g.:target file.json
[ { "interpretation": "/iterator", "address": "example.json" } ]will be converted to:
[ { "interpretation": "/iterator", "address": "SOME_HASH" } ]and stored.