# Test

By [Untitled](https://paragraph.com/@0xb620df153c80bdfcaeee16cd9eba07158b450ac8) · 2022-01-08

---

Test

那么以去中心化的方式管理用户档案呢？[Ceramic Network](https://developers.ceramic.network/learn/welcome/)为管理去中心化的身份提供了最强大的协议和工具套件。他们最近发布了[一篇博文](https://blog.ceramic.network/the-next-architecture-for-building-web3-data-applications/)，概述了他们最近的一些更新，并给出了一些关于所有工具如何协同工作的指南。我会从那里开始，然后探索[他们的文档](https://developers.ceramic.network/learn/welcome/)以获得对如何开始构建的理解，并考虑查看我的例子项目[这里](https://github.com/dabit3/decentralized-identity-example)，该项目使用Ceramic [self.id](https://developers.ceramic.network/tools/self-id/overview/)。

如果你想获取用户的[ENS](https://docs.ens.domains/)文本记录，`ensjs`库为获取用户数据提供了一个不错的API。

    const ens = new ENS({ provider, ensAddress: getEnsAddress('1') })
    const content = await ens.name('sha.eth').getText('avatar')
    

[SpruceID](https://spruceid.com/)也是一个看起来很有希望的东西，但我还没有试过。

ABC
---

abc

abc

---

*Originally published on [Untitled](https://paragraph.com/@0xb620df153c80bdfcaeee16cd9eba07158b450ac8/test)*
