Skip to content

Commit

Permalink
fix ipfs link examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Feb 22, 2024
1 parent f8a0bea commit 0267e0d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for the same input. Changing even a single letter in the original content produc
different hash.

These hashes are then turned into content addresses like so:
`ipfs://ipfs/QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR` which a browser or
`ipfs://QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR` which a browser or
[IPFS gateway](https://docs.ipfs.io/concepts/ipfs-gateway/) can access.

Many machines around the world run the IPFS protocol and advertise which content hashes they host,
Expand Down
6 changes: 3 additions & 3 deletions docs/lego25-equippable.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This new asset defines a catalog and some picked parts, like so:
],
"pending": false,
"themeId": "bandicoot",
"thumb": "ipfs://ipfs/QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
"thumb": "ipfs://QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
}
],
```
Expand Down Expand Up @@ -118,7 +118,7 @@ so:
{
type: 'fixed',
id: 'var1_head',
src: 'ipfs://ipfs/QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR/var1/var1_head.svg',
src: 'ipfs://QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR/var1/var1_head.svg',
z: 9,
},
...
Expand Down Expand Up @@ -251,7 +251,7 @@ Finally, the theme is selected as part of the asset being added to the NFT:
"parts": [...],
"pending": false,
"themeId": "sunkissed", // <--- THIS HERE
"thumb": "ipfs://ipfs/QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
"thumb": "ipfs://QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
}
],
```
Expand Down
2 changes: 1 addition & 1 deletion docs/usecases/backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If rugpull.com goes offline, so does our monkey pic!
But this is only one asset in an advanced system. We can also propose new assets to this NFT:

- one asset pointing to `ar://hashofmonkeyjpeg`
- one asset pointing to `ipfs://ipfs/QmHashofmonkeyjpeg`
- one asset pointing to `ipfs://QmHashofmonkeyjpeg`
- one asset pointing to `sia://hashofmonkeyjpeg`

Once added to the NFT, we now have four identical sets of metadata linked on 4 different protocols:
Expand Down
4 changes: 2 additions & 2 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: "FAQ: 常见问题解答"

IPFS或星际文件系统使用“内容散列”。这意味着一段内容通过散列算法进行处理,这是一种单向数学函数,对于相同的输入总是产生相同的输出。即使更改原始内容中的单个字母也会产生完全不同的哈希值。

然后将这些哈希转换为如下内容地址:`ipfs://ipfs/QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR`,浏览器或[IPFS网关](https://docs.ipfs.io/concepts/ipfs-gateway/)可以访问。
然后将这些哈希转换为如下内容地址:`ipfs://QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR`,浏览器或[IPFS网关](https://docs.ipfs.io/concepts/ipfs-gateway/)可以访问。

世界各地的许多机器都运行IPFS协议,并公布它们托管的内容哈希值,以便在需要找到某个内容时,可以为其建立路径。

Expand All @@ -20,4 +20,4 @@ IPFS或星际文件系统使用“内容散列”。这意味着一段内容通

在IPFS上托管NFT内容时,您需要为使用此类服务​​固定您自己的内容付费,或者确保内容是持久的并且不会消失。

通过[Singular.app](https://singular.app)铸造(NFT)时,RMRK为你将涵盖这份固定费用。
通过[Singular.app](https://singular.app)铸造(NFT)时,RMRK为你将涵盖这份固定费用。
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Base是“组件”的列表,它们的组合可用于形成单个 NFT。
],
"pending": false,
"themeId": "bandicoot",
"thumb": "ipfs://ipfs/QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
"thumb": "ipfs://QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
}
],
```
Expand All @@ -90,7 +90,7 @@ Base是“组件”的列表,它们的组合可用于形成单个 NFT。
{
type: 'fixed',
id: 'var1_head',
src: 'ipfs://ipfs/QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR/var1/var1_head.svg',
src: 'ipfs://QmZy8eRLhToqPk5154SJkTJfPD8AMnPAjBi6w1S61yNPrR/var1/var1_head.svg',
z: 9,
},
...
Expand Down Expand Up @@ -181,7 +181,7 @@ themes: {
"parts": [...],
"pending": false,
"themeId": "sunkissed", // <--- THIS HERE
"thumb": "ipfs://ipfs/QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
"thumb": "ipfs://QmR3rK1P4n24PPqvfjGYNXWixPJpyBKTV6rYzAS2TYHLpT"
}
],
```
Expand All @@ -204,4 +204,4 @@ themes: {

- [Kusama](https://github.com/rmrk-team/rmrk-spec/blob/master/standards/rmrk2.0.0/interactions/equip.md)
- EVM (开发中)
- Pallets (开发中)
- Pallets (开发中)

0 comments on commit 0267e0d

Please sign in to comment.