The Zesty Ads SDK allows developers to integrate their app into the Zesty Network. More docs
Currently, we support the following platforms:
yarn
at the top level. This repo is set up with yarn workspaces, so doing this will install modules for all of the different SDKs.yarn build
at the top level to build all the SDKs at once.yarn test
to run unit tests.
yarn prepare
to set up a pre-commit hook to run tests.If you've developed a new framework SDK and want to publish it to NPM, the steps are as follows:
@zestymarket/<framework>-sdk
format.npm publish --access public
and the SDK will be published to the zestymarket NPM org.