Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Transaction Service guides #429

Merged
merged 19 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/advanced/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"type": "separator",
"title": "Safe{Core} API"
},
"api-service-architecture": "Service Architecture",
"api-overview": "Overview",
"api-safe-transaction-service": "Safe Transaction Service",
"api-rpc-requirements": "RPC Requirements",
"api-supported-networks": "Supported Networks",
"-- Safe CLI": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Safe Transaction Service is a [Django](https://www.djangoproject.com/) app writt
- [Redis](https://redis.com/): An open source, in-memory data structure store used for caching by the Safe Transaction Service.
- [safe-eth-py](https://github.com/safe-global/safe-eth-py): A library to interact with Safe and blockchains.

![Transaction Service architecture](../../../assets/transaction_service_architecture.png)
![Transaction Service architecture](../../assets/transaction_service_architecture.png)

## Blockchain indexing

Expand Down
3 changes: 3 additions & 0 deletions pages/advanced/api-safe-transaction-service/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"guides": "Guides"
}
3 changes: 3 additions & 0 deletions pages/advanced/api-safe-transaction-service/guides/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"api": "API"
}
Loading
Loading