1.39.5 • Published 2 years ago

3rdweb-sdk v1.39.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

thirdweb-sdk

NOTE: this is a fork of thirdweb-sdk

Docs

https://docs.thirdweb.com

Api Reference

https://nftlabs.github.io/nftlabs-sdk-ts/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"