Skip to content

Commit

Permalink
add tutorial part 1
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Jul 9, 2024
1 parent 815d03a commit cdf6271
Show file tree
Hide file tree
Showing 5 changed files with 592 additions and 0 deletions.
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 = [
],
},
],
[
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

0 comments on commit cdf6271

Please sign in to comment.