ProjectOpenSea / seadrop

Smart contracts for primary drops on EVM chains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About import remote libs

libaice opened this issue · comments

commented

Hi, I have a question about the others repo libs for this contract .
when I had downloaded the seaport , and then use yarn to install all dependecies , and then found that all other libs cannot be downloaded . hoow to slove this problem .

need I download all this repos mannually to libs folder ?

commented

Hi, I have a question about the others repo libs for this contract . when I had downloaded the seaport , and then use yarn to install all dependecies , and then found that all other libs cannot be downloaded . hoow to slove this problem .

need I download all this repos mannually to libs folder ?

You need to tell git that you want to clone the submodules too
git clone --recursive https://github.com/ProjectOpenSea/seadrop.git