You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
This is an implementation for indexing the FAsset protocol smart contract operations. The FAsset smart contracts operate in a way that most of the state can be collected from emmited events. This repo consists of multiple workspaces:
4
4
5
-
1. FAsset Indexer Core: scrapes the chain (currently Coston) for events and stores them in a database, optimized for FAsset analytics.
6
-
1. FAsset Indexer XRP: scrapes the Ripple chain (testnet or mainnet) for transactions relating to the FAsset system.
7
-
1. FAsset Indexer Api: nestjs based API to query the indexed data.
5
+
1.**FAsset Indexer Core**: scrapes the chain for events and stores them in a database, optimized for FAsset analytics.
6
+
1.**FAsset Indexer XRP**: scrapes the Ripple chain (testnet or mainnet) for transactions relating to the FAsset system.
7
+
1.**FAsset Indexer Api**: nestjs based API to query the indexed data.
0 commit comments