anon-real / ErgoAuctionHouse

Decentralized auction on top of ERGO.
https://ergoauctions.org
MIT License
30 stars 18 forks source link

Cant determine where the auctions are stored? #42

Open famictech2000 opened 2 years ago

famictech2000 commented 2 years ago

Can you please provide insight on where the auctions that are created are stored? Is it in some sort of data store or are they coming directly from the blockchain?

HazeyOneKenobi commented 2 years ago

Auctions are contracts which live on the blockchain. The auction data retrieved and displayed on ergo auctions is all from the blockchain, including token name, description,image link, royalty percentage, everything

famictech2000 commented 2 years ago

@HazeyOneKenobi Thank you for following up on this.

That makes perfect sense! So how/where would I need to change the code to make it pull from my address instead of the current address when i run the code, which shows the users from the real website?

famictech2000 commented 2 years ago

Lastly, where is the portion of code that creates the contract?