Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial: Cross-chain NFT marketplace #1634

Merged
merged 8 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions config/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,24 @@ module.exports = [
],
},
],
[
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it may be a good idea to move this tutorial into the ISC docs directly, under a new folder called tutorials. There are currently no links pointing to the tutorial section, as lots are outdated.

wdyt?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the other tutorials are outdated it would be a good idea to separate them yes, until they are given a review to refresh them

pluginTutorial,
{
title:
'Tutorial - Create a cross-chain NFT market place on ShimmerEVM using Hardhat, Layer0 bridge and IOTA L1',
description:
'This tutorial is meant to showcase NFT cross-chain functionlity on ISC network',
preview: '/img/tutorials/shimmerevm-hardhat.jpg',
route: 'tutorials/cross-chain-nft-marketplace-part-1',
tags: [
'text',
'shimmer',
'solidity',
'shimmerevm',
'hardhat',
'iscp',
'video',
],
},
],
];
Loading
Loading