Open deltakilomilo opened 2 years ago
Also running into this!
same here
such a package doesn't exist on npm
same error
me too
The packages are currently private - the team will publicly release them soon. In the meantime, you can copy the actual interfaces and libraries into your contracts folder.
Also running into this!
same here
Also running into this..!
same here.
I place "@layerzerolabs/contracts": "latest",
just above openzeppelin dependency and I run yarn install
and get the same error.
Is there an npm version in the pipeline (like OZ does)?
2023.. is layer zero not maintained any more?
Yes it is still very much maintained but the contracts havent changed at all. This repo really just meant to show the contract code.
If you want to build on LayerZero , probably best to check out the solidity examples / tests here:
https://github.com/LayerZero-Labs/solidity-examples/tree/main/contracts
Yes it is still very much maintained but the contracts havent changed at all. This repo really just meant to show the contract code.
If you want to build on LayerZero , probably best to check out the solidity examples / tests here:
https://github.com/LayerZero-Labs/solidity-examples/tree/main/contracts
In the main docs there are instructions to be able to download the LZ contracts by adding "@layerzerolabs/contracts": "latest",
to package.json
and installing the package. This resulted in a 404 for me. Is this package private, or am I doing something wrong? I downloaded the contracts manually, but would like to follow "best practice". Thanks!
Hi I'm trying to follow the instructions to import the library
"@layerzerolabs/contracts": "latest",
in my package.json, but it says it cannot be found. Here is the error trace when running npm install / yarn: