-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc89fb1
commit dbc383e
Showing
9 changed files
with
142 additions
and
75 deletions.
There are no files selected for viewing
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
id: extendability | ||
title: Extendability | ||
--- | ||
|
||
# Extending the Calimero Protocol with Custom Integrations | ||
|
||
The Calimero protocol is designed with flexibility in mind, allowing it to | ||
seamlessly extend its core capabilities. By utilizing its modular architecture, | ||
a wide range of integrations can be supported, making it adaptable to a variety | ||
of use cases. Whether the need arises to communicate with external systems or | ||
enhance existing functionalities, the protocol's extensibility ensures that new | ||
components can be integrated with minimal friction. This design empowers | ||
developers to connect the protocol to external services, networks, or | ||
mechanisms, unlocking even more value and versatility. |
15 changes: 15 additions & 0 deletions
15
docs/07-integrations/02-blockchains/01-near-integration.mdx
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,15 @@ | ||
--- | ||
id: near-integration | ||
title: NEAR Integration | ||
--- | ||
|
||
# NEAR Protocol Integration | ||
|
||
Calimero offers integration with the NEAR Protocol, allowing users to | ||
authenticate using their NEAR accounts. This integration provides access to | ||
essential blockchain functionalities, enabling users to read data directly from | ||
the NEAR blockchain and perform write operations securely. | ||
|
||
Whether interacting with decentralized applications or managing on-chain assets, | ||
this integration ensures a smooth and efficient user experience while leveraging | ||
the power of NEAR. |
13 changes: 13 additions & 0 deletions
13
docs/07-integrations/02-blockchains/02-starknet-integration.mdx
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 @@ | ||
--- | ||
id: starknet-integration | ||
title: Starknet Integration | ||
--- | ||
|
||
# Starknet Integration | ||
|
||
Calimero is in the process of integrating with Starknet, which will soon allow | ||
users to interact with the Starknet ecosystem. This integration will enable | ||
authentication, data reading, and writing on Starknet, opening up opportunities | ||
for leveraging its scalability and zero-knowledge technology. As this feature | ||
develops, users will be able to integrate Starknet’s capabilities into their | ||
workflows. |
13 changes: 13 additions & 0 deletions
13
docs/07-integrations/02-blockchains/03-icp-integration.mdx
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 @@ | ||
--- | ||
id: icp-integration | ||
title: ICP Integration | ||
--- | ||
|
||
# Internet Computer Protocol Integration | ||
|
||
Calimero’s integration with the Internet Computer Protocol (ICP) is underway, | ||
aiming to connect users with the decentralized services offered by ICP. Once | ||
complete, users will be able to authenticate and interact with data on the ICP | ||
network, facilitating communication with a highly scalable and decentralized | ||
infrastructure. The upcoming integration will provide even greater flexibility | ||
for developers and users to build on and connect to ICP. |
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,3 @@ | ||
{ | ||
"label": "Blockchains" | ||
} |
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,3 @@ | ||
{ | ||
"label": "Integrations" | ||
} |
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