Using the @badger-dao/sdk for locally testing implementations or writing examples can be done by linking a locally built version of the project.
This allows developers to test their code locally as well as provide examples for how to use new features.
Build the package:
yarn buildRun yarn link from lib:
cd lib && yarn linkLink the project to write examples
yarn link "@badger-dao/sdk"If you wish to unlink the project
yarn unlink "@badger-dao/sdk"