CalebEverett / metaplex-cli

Command line interface for Solana Metaplex programs.
35 stars 15 forks source link

broken deps - tools have moved #4

Closed rhamnett closed 2 years ago

rhamnett commented 2 years ago

FYI - https://github.com/metaplex-foundation/metaplex-program-library

Thanks

CalebEverett commented 2 years ago

deps in master have been updated

rhamnett commented 2 years ago

Hey, curious as to the reason for arweave removal? @CalebEverett

Thx

CalebEverett commented 2 years ago

I moved it out into its own crate https://github.com/CalebEverett/arloader

CalebEverett commented 2 years ago

The original goal of this repo was to be a turn key way to create NFTs on Solana, but getting files uploaded to Arweave turned out to be non-trivial and @samuelvanderwaal had developed metaboss and didn't want to duplicate his fine efforts.

Happy to help with usage or answer any questions.