adding some notes to readme

main
lza_menace 3 years ago
parent 98a1a7af85
commit bc82dc8541

@ -1,2 +1,8 @@
# suchwowx
Interplanetary Wownero memes
Interplanetary Wownero memes launched on [Avalanche network](https://avax.network) and [Interplanetary Filesystem](https://ipfs.io/)
## Setup
https://github.com/ava-labs/avalanchego/
https://ipfs.io/#install

@ -21,7 +21,7 @@
</br>
<p>Title: <strong>{{ meme.title }}</strong></p>
<p>Description: <strong>{{ meme.description }}</strong></p>
<p>Creator handle: <a href="{{ url_for('meta.creator', handle=meme.creator_handle) }}" up-layer="new">{{ meme.creator_handle }}</a></p>
<p>Creator handle: <a href="{{ url_for('meta.creator', handle=meme.creator_handle) }}" up-layer="new" up-align="center">{{ meme.creator_handle }}</a></p>
<p>Meta IPFS: <a href="{{ config.IPFS_SERVER }}/ipfs/{{ meme.meta_ipfs_hash }}" target=_self up-preload up-follow=".container">{{ meme.meta_ipfs_hash }}</a></p>
<p>Meme IPFS: <a href="{{ config.IPFS_SERVER }}/ipfs/{{ meme.meme_ipfs_hash }}" target=_self up-preload up-follow=".container">{{ meme.meme_ipfs_hash }}</a></p>
<p>Meme ID: <code>{{ meme }}</code></p>

Loading…
Cancel
Save