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: update to Atlas v0.11.1 #110

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 8 additions & 2 deletions src/pages/getting-started/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ As noted earlier, building transaction bodies require gathering suitable informa
Currently Atlas supports the following providers (& it would be highly appreciated if community enriches this by contributing to [Atlas](https://github.com/geniusyield/atlas/tree/main)):

* [Maestro](https://www.gomaestro.org/).
* Locally ran node along with [Kupo](https://cardanosolutions.github.io/kupo/). We have tested with version 8.1.2 of `cardano-node` and 2.7.2 of Kupo.
* Locally ran node along with [Kupo](https://cardanosolutions.github.io/kupo/). We have tested with version 10.1.3 of `cardano-node` and 2.10.0 of Kupo.
* Note that node connection is supported both via network socket and Ogmios URL.
* [Blockfrost](https://blockfrost.io/).

<Callout type="warning">
Expand Down Expand Up @@ -63,7 +64,7 @@ To provide information about the provider, we will create a `config.json` file w

where `coreProvider` field can have one of following possible values:

<Tabs items={['Maestro', 'Local Node with Kupo', 'Blockfrost']}>
<Tabs items={['Maestro', 'Local Node (socket connection) with Kupo', 'Local Node (Ogmios URL connection) with Kupo', 'Blockfrost']}>
<Tab>
```json
"coreProvider": { "maestroToken": "<Your-API-Key>", "turboSubmit": false },
Expand All @@ -74,6 +75,11 @@ where `coreProvider` field can have one of following possible values:
"coreProvider": { "socketPath": "path-to-node-socket", "kupoUrl": "http://localhost:1442" },
```
</Tab>
<Tab>
```json
"coreProvider": { "ogmiosUrl": "http://localhost:1337", "kupoUrl": "http://localhost:1442" },
```
</Tab>
<Tab>
```json
"coreProvider": { "blockfrostKey": "<Your-API-Key>" },
Expand Down
251 changes: 0 additions & 251 deletions src/pages/getting-started/integration-tests.mdx
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated by testing.mdx.

This file was deleted.

Loading
Loading