Skip to content

PrasoonPratham/nftlabs-sdk-ts

 
 

Repository files navigation

Thirdweb TypeScript SDK

Thirdweb 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"

Packages

No packages published

Languages

  • TypeScript 98.6%
  • JavaScript 1.3%
  • Other 0.1%