nft did resolver 源码
NFT DID解析器 NFT是一种DID方法,它使用Ceramic网络来解析NFT的DID文档 入门 此实现仍是原型。 欢迎捐款! 安装 $ npm install nft-did-resolver 用法 import NftResolver from 'nft-did-resolver' import { Resolver } from 'did-resolver' import Ceramic from '@ceramicnetwork/http-client' const ceramic = new Ceramic ( ) // connects to localhost:7007 by default const config = { ceramic , ethereumRpcs : { 'eip155:1' : 'http://localhost:8545' //
下载地址
用户评论