Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

POC App that gets fetches the latest marketplace listings from the ronin chain.

License

Notifications You must be signed in to change notification settings

ShaneMaglangit/ronin-axie-alert-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is from an older attempt of mine that I'm sharing as a reference for others who are interested in building a sales alert tool. This does not use any of the ABI but you may go to https://www.notion.so/axie/Axie-Ronin-Developer-Information-623c6756391249b5a64d08cffd25ea02 to find and utilize them if you would prefer.

How to rebuild

Setup Firebase RTDB

Follow the firebase documentation to set up your database.

You will need to update key.json with the service account file that you get from the Firebase console.

Update the DatabaseURL inside firebase.go accordingly.

Why Firebase?

Firebase RTDB and the SDK allows you to listen to database changes out of the box. It's great for a quick project, an alternative to the pub/sub service.

Alternative

Remove all Firebase related code and replace it with your own DaaS and the rest of the project should still function well.

About

POC App that gets fetches the latest marketplace listings from the ronin chain.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages