CalebEverett / arloader

Rust command line application and client for uploading files to Arweave.
Apache License 2.0
83 stars 23 forks source link

README errors #11

Closed samuelvanderwaal closed 2 years ago

samuelvanderwaal commented 2 years ago

From the README:

If you are creating your NFTs with the Metaplex Candy Machine, you can create a json file with links it that you can copy and paste into your candy machine config by running the command below. can match your either your asset or metadata files.

There are a few grammatical errors and typos highlighted in bold, but more importantly: is this actually correct, or does this command require specifying the file paths for the metadata JSON files? If I specify assets/*.png I get Error: IOError(Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }). I would expect this command to only operate on assets/*.json and that does indeed work.

CalebEverett commented 2 years ago

Master is cleaned up, you are correct - you do have to specify json file paths. is now also validated to ensure each has a json extension. Some of the commands, including this one - working on more - have examples in --help as well.