Skip to content

Commit

Permalink
Added all current docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Apr 3, 2024
0 parents commit b2a189a
Show file tree
Hide file tree
Showing 1,070 changed files with 24,454 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/docs-guides.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Changelog Posts/api-key-is-now-a-required-parameter-for-faucets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "API Key is now a required parameter for Faucets"
slug: "api-key-is-now-a-required-parameter-for-faucets"
type: "improved"
createdAt: "Fri Nov 24 2023 11:26:00 GMT+0000 (Coordinated Universal Time)"
hidden: true
---
To ensure that the faucet service is not abused we have updated the fund function in the Faucets submodule to require a testnet key, which can be acquired for free in our [dashboard](https://dashboard.tatum.io/).

```coffeescript JavaScript
import { TatumSDK, Network, Ethereum } from '@tatumio/tatum'

// What changed
const tatum = await TatumSDK.init<Ethereum>({
network: Network.ETHEREUM_SEPOLIA,
// Include this line to have api key.
apiKey: { v4: 'YOUR-API-KEY'}
})
```
27 changes: 27 additions & 0 deletions Changelog Posts/base-new-rpc-offering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Base (new RPC Offering)"
slug: "base-new-rpc-offering"
type: "added"
createdAt: "Wed Mar 13 2024 13:55:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We're excited to announce the launch of **Base**.

[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/fd092eb-base-logo.webp",
"",
""
],
"align": "center"
}
]
}
[/block]


Base is a secure, Ethereum Layer 2 network aimed at Web3 scalability - developed by Coinbase.
It offers a developer-friendly environment with low fees, full EVM compatibility, and does not require a native token. Designed to support a wide array of applications, including DeFi and NFTs.
11 changes: 11 additions & 0 deletions Changelog Posts/batch-operations-for-btc-related-endpoints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Batch operations for BTC Related Endpoints"
slug: "batch-operations-for-btc-related-endpoints"
type: "added"
createdAt: "Mon Feb 26 2024 13:44:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We have added batch support for two BTC Related Endpoints:

- Get Unspent UTXO's for addresses batch
- Get Transactions for an address by Batch
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Chiliz Spicy Faucet now available in Dashboard"
slug: "chiliz-spicy-faucet-now-available-in-our-dashboard"
type: "added"
createdAt: "Fri Mar 08 2024 12:45:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
Access Chiliz testnet tokens directly from our platform through the newly implemented Chiliz Faucets on the dashboard. This feature is designed to support your testing and development activities, providing you with the resources you need to explore and innovate.

[Get Chiliz Tokens](https://dashboard.tatum.io/faucets)

[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/971a8a9-Screenshot_2024-03-15_at_13.47.13.png",
"",
""
],
"align": "center"
}
]
}
[/block]


### About Chiliz

Chiliz, the creator of Fan Tokens, has launched its own Layer 1 EVM compatible blockchain. Chiliz Chain will become the leading infrastructure for sports, attracting teams, fans, and developers, to build web3 products and experiences that bring fans and brands together.
26 changes: 26 additions & 0 deletions Changelog Posts/cronos-new-rpc-offering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Cronos (new RPC Offering)"
slug: "cronos-new-rpc-offering"
type: "added"
createdAt: "Mon Mar 11 2024 13:51:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We're excited to announce the launch of **Cronos**.

[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/43aa91e-cronos-logo.webp",
"",
""
],
"align": "center"
}
]
}
[/block]


Cronos is a blockchain network that enhances interoperability with both Ethereum and Cosmos, aiming to expand the Web3 community. It supports DeFi, gaming, NFTs, and the Metaverse by enabling quick app porting with low costs, high throughput, and rapid finality.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Dashboard - Extended Notifications Builder Support"
slug: "dashboard-extended-notifications-builder-support"
type: "improved"
createdAt: "Tue Feb 20 2024 13:32:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
The Notification Builder in dashboard now supports creating notifications for Tezos, Flare, Holesky & Cronos, directly from the dashboard [here](https://dashboard.tatum.io).

[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/3745dd9-Screenshot_2024-03-19_at_14.36.41.png",
null,
""
],
"align": "center"
}
]
}
[/block]
24 changes: 24 additions & 0 deletions Changelog Posts/enhanced-notifications-in-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "Enhanced Notifications in Dashboard"
slug: "enhanced-notifications-in-dashboard"
type: "improved"
createdAt: "Mon Jan 15 2024 11:30:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We've revamped the Notifications UI for a smoother experience. We've merged the tables into one comprehensive, filterable, and searchable table. Users can now search for specific notifications using transaction id or address. See more on [Notifications page](https://dashboard.tatum.io/notifications).

[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/f975441-spaces_pyovoYEcnnNJ144z4amp_uploads_EUkvfzvwMZv1GuvN13Qh_Screenshot_2024-01-15_at_6.webp",
"",
"The user searched for the transaction ID which returned the exact notification that was triggered with Request & Response. \n <https://dashboard.tatum.io/notifications>"
],
"align": "center",
"caption": "The user searched for the transaction ID which returned the exact notification that was triggered with Request & Response. \n <https://dashboard.tatum.io/notifications>"
}
]
}
[/block]
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Expanded Payments & Billing Options with Yearly Subscriptions"
slug: "expanded-payments-billing-options-with-yearly-subscriptions"
type: "improved"
createdAt: "Wed Mar 13 2024 13:58:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We're thrilled to announce several exciting updates to our Payments & Billing system that make managing your subscriptions and payments easier and more flexible than ever!

- Yearly Subscriptions: By popular demand, Tatum now offers the option for Yearly Subscriptions, allowing you to enjoy our services with even more convenience and savings.

> 👍 Get ready for the bull market with a special yearly offer!
>
> ~~$39~~** $25** / month for a year
> [ Upgrade plan](https://dashboard.tatum.io/upgrade-plan)
- **Invoice Management: **Whenever a new invoice is generated, we'll share it directly with you as a PDF attachment via email, ensuring you always have easy access to billing documents.
- **Payment Methods:** We've broadened payment options to include WeChat Pay, Link, Cash App Pay, Google Pay, and Apple Pay - providing a wide range of choices to manage payments effortlessly.

You can check and update your plan details and billing [here on dashboard](https://dashboard.tatum.io/upgrade-plan).
8 changes: 8 additions & 0 deletions Changelog Posts/fantom-new-rpc-offering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Fantom (new RPC Offering)"
slug: "fantom-new-rpc-offering"
type: "added"
createdAt: "Wed Feb 07 2024 13:30:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We are excited to announce the support of Fantom Network.
9 changes: 9 additions & 0 deletions Changelog Posts/faucets-now-available-in-tatum-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Faucets now available in Tatum SDK"
slug: "faucets-now-available-in-tatum-sdk"
type: "added"
createdAt: "Tue Nov 21 2023 11:26:00 GMT+0000 (Coordinated Universal Time)"
hidden: true
---
We now have a Faucet Submodule which has a fund function to get you your testnet tokens without the need of leaving your coding environment. We allow any wallet that has a low wallet balance for supported testnets to request a testnet token once a day.
Read more on the Faucets Submodule Page.
8 changes: 8 additions & 0 deletions Changelog Posts/flare-network-new-rpc-offering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Flare Network (new RPC offering)"
slug: "flare-network-new-rpc-offering"
type: "added"
createdAt: "Tue Dec 12 2023 11:29:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
Get started using the Flare network here.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Full Control over API Keys: Create, delete, regenerate"
slug: "full-control-over-api-keys-createdeleteregenerate"
type: "improved"
createdAt: "Wed Mar 06 2024 13:48:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
With the new dashboard update, you have the ability to not only regenerate your API keys in response to security concerns but also to create new keys and delete those no longer needed.

You can manage your API keys completely, providing a secure, customisable experience.
**[Manage API keys](https://dashboard.tatum.io)**

> 📘 Don’t have an API key?
>
> Unlock all networks, features and monitor error logs & usage.
> [Create API key for FREE](https://dashboard.tatum.io/signup)
8 changes: 8 additions & 0 deletions Changelog Posts/haqq-network-new-rpc-offering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Haqq Network (new RPC offering)"
slug: "haqq-network-new-rpc-offering"
type: "added"
createdAt: "Sun Nov 12 2023 11:25:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
Get started using the Haqq network here.
9 changes: 9 additions & 0 deletions Changelog Posts/holesky-new-rpc-offering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Holesky (new RPC Offering)"
slug: "holesky-new-rpc-offering"
type: "added"
createdAt: "Tue Feb 13 2024 13:31:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We are excited to announce the support of Goerli Testnet.
You can specify Holesky in SDK as Network.ETHEREUM_HOLESKY
8 changes: 8 additions & 0 deletions Changelog Posts/horizen-eon-new-rpc-offering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Horizen Eon (new RPC offering)"
slug: "horizen-eon-new-rpc-offering"
type: "added"
createdAt: "Thu Oct 12 2023 10:21:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
Get started using the Horizen network here
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Improved Fee Estimations for Transaction Success"
slug: "improved-fee-estimations-for-transaction-success"
type: "improved"
createdAt: "Fri Mar 15 2024 14:00:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
We're excited to announce significant enhancements to our Fee Estimation system! Our latest update introduces a more dynamic approach to handling transaction fees, especially designed to adapt to varying network conditions.

- **Adaptive Fee Estimations:** Our system now better recognises network congestion, adjusting fees accordingly to maximize the likelihood of your transactions being processed smoothly.
- **Uninterrupted Performance:** These improvements are designed to work seamlessly, ensuring that standard transaction activities remain unaffected, even during periods of high traffic.

You can enjoy a more reliable transaction experience on our platform, even during busy times.
8 changes: 8 additions & 0 deletions Changelog Posts/ipfs-features-supported-in-tatum-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "IPFS features supported in Tatum SDK"
slug: "ipfs-features-supported-in-tatum-sdk"
type: "added"
createdAt: "Wed Oct 04 2023 10:19:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
IPFS is very crucial in the web3 world, whether you need to store the metadata of NFTs or some information about the levels of the game you might be building. We totally get that, and that's why we are happy to introduce you to the IPFS Submodule, Currently we only support upload functionality, which can be accessed on this upload function page.
8 changes: 8 additions & 0 deletions Changelog Posts/sunset-of-goerli-network.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Sunset of Goerli Network"
slug: "sunset-of-goerli-network"
type: "removed"
createdAt: "Fri Mar 01 2024 13:45:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
As Goerli (Testnet Ethereum Network) has reached its end of life support, we have removed the support for Goerli from all our Core Products Like RPC, Data Solution & more, from both API's & SDK.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Transactions Simulator available as Extension in SDK"
slug: "transactions-simulator-available-as-extension-in-sdk"
type: "added"
createdAt: "Sun Oct 15 2023 10:22:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
Transaction Simulator has finally arrived and you can now use the Simulate Transfer function to see what changes a transaction would make on the balances when sent on chain. We currently support Simulator only for EVM chains.
Read more in the Transaction Simulator Submodule Page
8 changes: 8 additions & 0 deletions Changelog Posts/welcome-to-tatumdocs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Exchange Rates available in Tatum SDK"
slug: "welcome-to-tatumdocs"
type: "added"
createdAt: "Tue Sep 12 2023 07:41:00 GMT+0000 (Coordinated Universal Time)"
hidden: false
---
Exchange rate submodule allows you to fetch the current exchange rates of wide range of cryptocurrencies against major fiats, you can read about the supported currencies in the Exchange Rate Submodule Section.
8 changes: 8 additions & 0 deletions v0/Blockchain Data/defi-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Block API"
slug: "defi-api"
excerpt: ""
hidden: false
createdAt: "Mon Feb 05 2024 09:07:05 GMT+0000 (Coordinated Universal Time)"
updatedAt: "Wed Feb 07 2024 09:44:47 GMT+0000 (Coordinated Universal Time)"
---
8 changes: 8 additions & 0 deletions v0/Blockchain Data/defi-api/getblocks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Get specified blocks"
slug: "getblocks"
excerpt: "<p><b>10 credits per API call</b></p>\n<p>Get information about blocks (when they were added, how many NFTs and events were ingested and list of transaction hashes that were processed within them) on the following blockchains:</p>\n<ul>\n<li>Celo - celo / celo-testnet</li>\n<li>Ethereum - ethereum / ethereum-sepolia</li>\n<li>BNB (Binance) Smart Chain - bsc / bsc-testnet</li>\n<li>Polygon - polygon / polygon-mumbai</li>\n<li>Horizen EON - eon-mainnet</li>\n<li>Chiliz - chiliz-mainnet</li>\n</ul>\n<p>To get started, provide a chain and specify one of the filters listed below (combination of these filters is not allowed):</p>\n<ul>\n<li>List of block numbers separated by comma</li>\n<li>Range of block numbers</li>\n<li>Date range when blocks were processed</li>\n</ul>"
hidden: false
createdAt: "Mon Feb 05 2024 09:07:05 GMT+0000 (Coordinated Universal Time)"
updatedAt: "Mon Feb 05 2024 09:07:06 GMT+0000 (Coordinated Universal Time)"
---
Loading

0 comments on commit b2a189a

Please sign in to comment.