Skip to content

Commit f9b58b2

Browse files
committed
feat: add replit tutorials [Closes #6907]
1 parent 90e4310 commit f9b58b2

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

src/data/externalTutorials.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,5 +478,49 @@
478478
"skillLevel": "beginner",
479479
"lang": "en",
480480
"publishDate": "03/22/2023"
481+
},
482+
{
483+
"url": "https://docs.replit.com/tutorials/web3/escrow-contract-with-solidity",
484+
"title": "Build an escrow contract with Solidity and Replit",
485+
"description": "Learn how to build a simple escrow smart contract, which will include deploying your own non-fungible token (NFT) and learning more about Solidity on Ethereum.",
486+
"author": "replit",
487+
"authorGithub": "https://github.com/replit",
488+
"tags": ["solidity", "smart contracts", "erc-721"],
489+
"skillLevel": "beginner",
490+
"lang": "en",
491+
"publishDate": "03/24/2023"
492+
},
493+
{
494+
"url": "https://docs.replit.com/tutorials/web3/build-a-robot-nft",
495+
"title": "Build a robot NFT with Solidity and Replit (part 1)",
496+
"description": "Learn how to create a simple generative art NFT, ReplBots, with part 1 focusing on the smart contract deployment.",
497+
"author": "replit",
498+
"authorGithub": "https://github.com/replit",
499+
"tags": ["solidity", "smart contracts", "erc-721", "nft"],
500+
"skillLevel": "beginner",
501+
"lang": "en",
502+
"publishDate": "03/24/2023"
503+
},
504+
{
505+
"url": "https://docs.replit.com/tutorials/web3/build-a-robot-nft-p2",
506+
"title": "Build a robot NFT with Solidity and Replit (part 2)",
507+
"description": "Continues from part 1 where you can learn how to create a frontend interface for your NFT application.",
508+
"author": "replit",
509+
"authorGithub": "https://github.com/replit",
510+
"tags": ["javascript", "frontend"],
511+
"skillLevel": "beginner",
512+
"lang": "en",
513+
"publishDate": "03/24/2023"
514+
},
515+
{
516+
"url": "https://docs.replit.com/tutorials/web3/build-smart-contract-oracle",
517+
"title": "Build a smart contract oracle with Solidity, Node.js, and Replit",
518+
"description": "Learn how to use oracles in smart contracts and how oracles work internally, and gain experience with hybrid on-and-off chain systems.",
519+
"author": "replit",
520+
"authorGithub": "https://github.com/replit",
521+
"tags": ["solidity", "oracles", "javascript"],
522+
"skillLevel": "beginner",
523+
"lang": "en",
524+
"publishDate": "03/24/2023"
481525
}
482526
]

0 commit comments

Comments
 (0)