This repository was archived by the owner on Mar 24, 2025. It is now read-only.
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Thoughts on integration & integration docs #727
Open
Description
Referencing: https://github.com/skip-mev/connect/blob/main/docs/developers/integration.mdx
I'd like to make a suggestion that I think will make connect much easier to integrate.
Currently, in the docs we have:
- app wiring (occurs in app.go)
- ABCI extensions (should occur in a file named app/abci_extensions.go)
- Oracle client (should occur in app/oracle_client.go)
- setup markets (should occur in app/setup_markets.go)
providing these files in their complete form, for use as pasta, is likely the best way to present the integration step of the process.
After that, there could be another document:
Referencing: https://github.com/skip-mev/connect/blob/main/docs/developers/customization.mdx
and in the customization document, we could guide developers through any possible tweaks.
Metadata
Metadata
Assignees
Labels
No labels