You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/javascript/blockchain.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Add support for a new blockchain
2
2
3
+
!!! warning "Deprecation Notice"
4
+
5
+
This guide is no longer the recommended way to add support for your blockchain and we are not accepting PRs at this moment for blockchains added in this way. The recommend way is now described [here](https://did.js.org/docs/guides/add-chain-support).
6
+
3
7
This document contains a guide on how to add support for a new blockchain to the [`CAIP10Link`](../../../streamtypes/caip-10-link/overview) StreamType, and to use it for authentication in Ceramic.
0 commit comments