-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: restructure the API section (#449)
* fix: restructure the API section * fix: minor updates * fix: tweak Vale rule * fix: add description and fix link * fix: add missing word * Update pages/core-api/overview.mdx Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com> * fix: updates based on feedback * fix: updates from new feedback --------- Co-authored-by: Tanay Pant <tanaypantprotonmail.com> Co-authored-by: Germán Martínez <6764315+germartinez@users.noreply.github.com>
- Loading branch information
1 parent
65bb5f3
commit f64047c
Showing
15 changed files
with
50 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"home": { | ||
"title": "← Go Home", | ||
"href": "/" | ||
}, | ||
"-- Safe Transaction Service API": { | ||
"type": "separator", | ||
"title": "Safe Transaction Service API" | ||
}, | ||
"transaction-service-overview": "Overview", | ||
"transaction-service-supported-networks": "Supported Networks", | ||
"transaction-service-guides": "Guides" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
import Guides from '../../assets/svg/guides.svg' | ||
import Reference from '../../assets/svg/reference.svg' | ||
|
||
# Safe Transaction Service API | ||
|
||
The Safe Transaction Service API offers REST endpoints to keep track of transactions sent via Safe contracts. It also offers endpoints to send transactions to allow offchain collecting of signatures or informing the owners about a pending transaction to be sent to the blockchain. | ||
|
||
We also offer the [API Kit](../sdk/api-kit), a TypeScript client for the Safe Transaction Service API in the Safe\{Core\} SDK. | ||
|
||
<Cards> | ||
<Card icon={<Guides />} title="Guides" href="./transaction-service-guides/transactions" /> | ||
<Card icon={<Reference />} title="Reference" href="./transaction-service-reference" /> | ||
</Cards> | ||
|
||
## Getting started | ||
|
||
Are you new to our API and not sure where to get started? We recommend heading over to the guides on the [Safe Transaction Service API](./transaction-service-guides/transactions). |
1 change: 0 additions & 1 deletion
1
pages/advanced/api-supported-networks.md → ...transaction-service-supported-networks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters