Skip to content

Commit 73d9654

Browse files
committed
chore: readme update
1 parent 42e0e28 commit 73d9654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
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:
44

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.
88

99
Initialize the project by running `yarn install`.
1010

0 commit comments

Comments
 (0)