holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
162 stars 38 forks source link

Send POST Request when Specified Candy Machines Mint NFTs #649

Closed echohtp closed 2 years ago

echohtp commented 2 years ago

Problem

When specified candy machines have a mint, we need to fire a POST request.

Data

Post request should hit https://factory.holaplex.tools/ and run updateNft() providing the required parameters

Concern

Will need to send privkey with update request, need to not have that exist in code base, whats the best way to do that? ENV var?