Links

SDK

The Infura NFT SDK libraries allow you to deploy smart contracts and call methods on common smart contract definitions through Infura without the developer overhead of learning Solidity, compiling code, importing ABIs, etc.
The NFT SDK allows you to make calls to supported networks using either a JavaScript or TypeScript library.
The SDK defines common read and write methods. The read methods are also available for testing using the interactive REST APIs.
The underlying contract definitions use OpenZeppelin templates.