mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
| .. | ||
| dist | ||
| src | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
Thirdweb SDK (legacy)
This is an legacy version of Thirdweb SDK.
Docs
Api Reference
https://thirdweb-dev.github.io/typescript-sdk/sdk.html
Testing
Tests require a hardhat node to be running. One can be started by running npx hardhat node in a hardhat project. A hardhat project can be initialized using npx hardhat init -y.
Running all tests
$ yarn run test:all
Running a specific test file
$ yarn run test test/pack.test.ts
Running a matching set of tests
$ yarn run test test/pack.test.ts --grep "should allow you to buy a pack"