无聊的胡言乱语,博客是:
https://joomaen.bit.site

Planet
 
Planet自定义CSS换字体代码

在head标签里

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/style.css" />
<style>
  body {    
    /* TC version */
    font-family: "LXGW WenKai TC", sans-serif;
  }
</style>
 
Planet内置IPFS端口

RPC API : 5981

以下curl请求将返回节点的身份:

curl -X POST http://localhost:5981/api/v0/id


网关端口: 18181