Skip to content

Instantly share code, notes, and snippets.

@biaocy
Last active December 20, 2023 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biaocy/e1345b9612a666ba743d263811bc71ee to your computer and use it in GitHub Desktop.
Save biaocy/e1345b9612a666ba743d263811bc71ee to your computer and use it in GitHub Desktop.
brc420 DLC 部署
  1. 将DLC所用资源都上链,并在creator一个个设计好420 html上链

  2. 整合DLC里所有420 资源铭文

    • 格式
    <metaversedlc p="brc-420" name="你的DLC名称">
      <element id="DLC里面的420资源铭文id" />
      <element id="DLC里面的420资源铭文id" />
      ...
    </metaversedlc>
    <metaversepreview>
      <previewimg src="/content/封面图片铭文id" />
    </metaversepreview>
    <script src="/content/5d1bc794cc8a7e2c0c1b104f5c10f5319b68796ac57eba02fe39b10761334192i0"></script>
    • 保存上述内容为 html 文件,并上链(暂称为DLC整合铭文)
  3. https://brc420.io Deploy 页面部署(定义版税,发行数量)

  4. 打完收工。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment