holaplex / indexer

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

Index Reward Center Program #695

Closed kespinola closed 2 years ago

kespinola commented 2 years ago

Goal

Index the reward center program and make it available through the API.

Requirements

References

https://github.com/holaplex/metaplex-program-library/tree/espi/init-listing-rewards-program/reward-center

kespinola commented 2 years ago

Perform some research to see if receipts can be used for listings and offers.

kespinola commented 2 years ago

Perform some research to see if receipts can be used for listings and offers.

Receipts are not useable for auctioneer because they pull the price from the auctioneer instruction but its always u64 max when auctioneer is used. Its the responsibility of the auctioneer program to track the price or condition for sale.

kespinola commented 2 years ago

done.