Skip to content

Commit 295a798

Browse files
authored
feat: deprecate blockchain guide, link to new (#276)
1 parent 7eacd14 commit 295a798

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/reference/javascript/blockchain.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Add support for a new blockchain
22

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+
37
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.
48

59
## Ceramic and blockchain accounts

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ nav:
129129
- Pinning data on Ceramic: build/javascript/pinning.md
130130
- Building with Glaze suite:
131131
- Build a note-taking app with Glaze: tools/glaze/example.md
132-
- Protocol development:
133-
- Add support for new blockchain accounts: reference/javascript/blockchain.md
134132
#- Ecosystem:
135133
#- Use cases: learn/use-cases.md
136134
#- Projects: explore/projects.md

0 commit comments

Comments
 (0)