theskeletoncrew / air-support

Airdrop automation tools for Solana from The Skeleton Crew
https://skeletoncrew.rip
MIT License
178 stars 61 forks source link

metaplex's rust folder is empty #5

Open johnlim5847 opened 2 years ago

johnlim5847 commented 2 years ago

GM! First of all, thanks for open-source this repo, I really appreciate it :)

So I was following the guide to setup the metaplex, and I have noticed the rust folder in metaplex's repo has been deprecated and move to a new repo https://github.com/metaplex-foundation/metaplex/pull/1482

May I know which contract I should download and move to the metaplex/rust folder for me to run the cargo build command?

erran commented 2 years ago

Hi John 👋🏽 someone else asked similar in our Discord today and just realised this hasn't be updated in the readme yet just talked about occasionally there. We'll update the README and close this out this week.

Running cargo build in the new repository will generate all programs but I believe metaplex/program is enough to get the correct tooling. https://github.com/metaplex-foundation/metaplex-program-library

erran commented 2 years ago

My previous comment is not accurate — running on the latest for the mpl repository does not successfully build. I believe using metaplex-foundation/metaplex and checking out an old tag may be the way forward here so I've been walking through that process myself from a clean environment.