Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.45 KB

Quicknode.md

File metadata and controls

39 lines (21 loc) · 1.45 KB

Sponsor Prize

Quicknode

Prize Requirements

  1. Best 5 projects using QuickNode RPC gets $400 each selected project = $2,000 total
  2. Best use of Token API gets $1,50
  3. Best use of NFT API gets $1,500 Total prize bounty = $5,000

Please add a sentence or two on why you're applicable for this prize.

We leveraged Quicknode NFT API to allow all 650 hackers to mint their own ETHWaterloo 2023 POAP via chat using Goose.ai on the Polygon mainnet and testnet!

We also utilize Quicknode Polygon RPC to fetch blockchain information (e.g. user wallet balance, transaction details by hash) on Polygon mainnet and testnet.

Link to the code where the tech is used.

Goose.ai/Goose.ai.vf

Lines 15386 to 15415 in d6ab8e3

"64972d8929a80b53b404ede0": {
"type": "api",
"data": {
"name": "",
"url": "https://quiet-compatible-morning.matic-testnet.discover.quiknode.pro/766547a2fb1d1b9bb9c77babd3c3d10a3d91ab7e",
"body": [
{
"key": "",
"val": ""
}
],
"params": [],
"method": "POST",
"headers": [
{
"key": "content-type",
"val": "application/json"
}
],
"content": "{\r\n \"jsonrpc\": \"2.0\",\r\n \"method\": \"cm_mintNFT\",\r\n \"params\": [\r\n \"default\",\r\n \"polygon:{nftWalletAddress}\",\r\n {\r\n \"name\": \"POAP for ETHWaterloo 2023\",\r\n \"image\": \"{nftImageUrl}\",\r\n \"description\": \"Congrats for making it to ETHWaterloo!\"\r\n }\r\n ]\r\n }",
"mappings": [
{
"path": "response.result",
"var": "nft_mint_response"
},
{
"path": "response.result.onChain.contractAddress",
"var": "contractAddress"
}
],

How easy is it to use the API / Protocol? (1 - very difficult, 10 - very easy)

10 🌟

Additional Feedback

Quicknode very easy to use and build on! Amazing documentation.

Polygon NFT Minting using Quicknode NFT API!

https://github.com/saccharinedreams/Goose.ai/blob/main/demos/Polygon%20x%20Quicknode/PolygonXQuicknode-NFTAPIMintingDemo.mov

Quicknode RPC for fetching transaction details!

https://github.com/saccharinedreams/Goose.ai/blob/main/demos/Polygon%20x%20Quicknode/QuickNodePolygonTransactionDetails.mp4

Quicknode RPC for fetching wallet balance!

https://github.com/saccharinedreams/Goose.ai/blob/main/demos/Polygon%20x%20Quicknode/QuicknodePolygonWalletBalance.mp4