Bolt for Gasless NFT Minting
Last updated
Last updated
is LightLink's gasless NFT minting plugin.
It leverages LightLink’s for gasless transactions, providing instant, gasless NFT minting for games, rewards, loyalty cards, and more projects wanting to store data on-chain.
Bolt operates by combining AWS Lambda and SQS for seamless serverless function processing, eliminating manual server management.
Simple API integration for developers:
Developers fill out a form to create a project account and receive an API key.
Bolt sets up an ERC721 contract for the project.
The project calls Bolt API and passes the NFT metadata.
Projects send data to the Bolt API, which maps this data and mints NFTs. Users can specify an address to mint to, or provide a userId
. If a userId
is provided rather then an Ethereum address, a unique LightLink account is created for the user.
Fill out the to set up an ERC721 contract for your application and obtain an API key.
gameId
: Game's ID
userId
: User's ID
payload
: Data payload
metadata
: Metadata information
tokenId
: Token's ID
URL: /status
Method: GET
Response: { status: 'ok' }