Skip to content

Commit

Permalink
docs: update to Atlas v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Feb 14, 2025
1 parent 65db686 commit ce8f311
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 645 deletions.
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

This file was deleted.

Loading

0 comments on commit ce8f311

Please sign in to comment.