Skip to content

Commit

Permalink
Add indexer running instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliman4 committed Dec 27, 2024
1 parent 0fed49b commit d8c5e8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/dashboard-frontend/components/CreateOracleModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,17 @@ export const CreateOracleModal = ({ isOpen, onClose }: CreateOracleModalProps) =
<Text>Your oracle will appear in the marketplace within 5-10 seconds.</Text>
<Text mt={2}>
For more detailed documentation and support, visit{' '}
<Link href="https://docs.intear.tech/oracle" color="purple.500">
<Link href="https://docs.intear.tech/oracle" color="blue.400" isExternal>
our documentation
</Link>
.
</Text>
</Box>

<Box>
<Heading size="sm" mb={2}>6. Run an indexer</Heading>
<Text>To make your indexer work, you need to run an indexer. You can find an example of an indexer <Link href="https://github.com/INTEARnear/oracle/blob/0fed49b148c62173dc860ab75c398eb88253bdc1/crates/gpt4o-indexer/src/main.rs" color="blue.400" isExternal>here</Link>.</Text>
</Box>
</VStack>
</ModalBody>
</ModalContent>
Expand Down

0 comments on commit d8c5e8a

Please sign in to comment.