|
485 | 485 | "description": "Welcome to the comprehensive series on understanding Ethereum Virtual Machine (EVM) Opcodes",
|
486 | 486 | "author": "Engin YILMAZ @veridelisi",
|
487 | 487 | "authorGithub": "https://github.com/veridelisi",
|
488 |
| - "tags": ["opcodes", "foundry", "smart contracts", "solidity", "yul", "storage", "memory"], |
| 488 | + "tags": [ |
| 489 | + "opcodes", |
| 490 | + "foundry", |
| 491 | + "smart contracts", |
| 492 | + "solidity", |
| 493 | + "yul", |
| 494 | + "storage", |
| 495 | + "memory" |
| 496 | + ], |
489 | 497 | "skillLevel": "beginner",
|
490 | 498 | "lang": "en",
|
491 | 499 | "publishDate": "03/08/2023"
|
| 500 | + }, |
| 501 | + { |
| 502 | + "url": "https://docs.replit.com/tutorials/web3/escrow-contract-with-solidity", |
| 503 | + "title": "Build an escrow contract with Solidity and Replit", |
| 504 | + "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.", |
| 505 | + "author": "replit", |
| 506 | + "authorGithub": "https://github.com/replit", |
| 507 | + "tags": ["solidity", "smart contracts", "erc-721"], |
| 508 | + "skillLevel": "beginner", |
| 509 | + "lang": "en", |
| 510 | + "timeToRead": "20", |
| 511 | + "publishDate": "03/24/2023" |
| 512 | + }, |
| 513 | + { |
| 514 | + "url": "https://docs.replit.com/tutorials/web3/build-a-robot-nft", |
| 515 | + "title": "Build a robot NFT with Solidity and Replit (part 1)", |
| 516 | + "description": "Learn how to create a simple generative art NFT, ReplBots, with part 1 focusing on the smart contract deployment.", |
| 517 | + "author": "replit", |
| 518 | + "authorGithub": "https://github.com/replit", |
| 519 | + "tags": ["solidity", "smart contracts", "erc-721", "nft"], |
| 520 | + "skillLevel": "beginner", |
| 521 | + "lang": "en", |
| 522 | + "timeToRead": "20", |
| 523 | + "publishDate": "03/24/2023" |
| 524 | + }, |
| 525 | + { |
| 526 | + "url": "https://docs.replit.com/tutorials/web3/build-a-robot-nft-p2", |
| 527 | + "title": "Build a robot NFT with Solidity and Replit (part 2)", |
| 528 | + "description": "Continues from part 1 where you can learn how to create a frontend interface for your NFT application.", |
| 529 | + "author": "replit", |
| 530 | + "authorGithub": "https://github.com/replit", |
| 531 | + "tags": ["javascript", "frontend"], |
| 532 | + "skillLevel": "beginner", |
| 533 | + "lang": "en", |
| 534 | + "timeToRead": "15", |
| 535 | + "publishDate": "03/24/2023" |
| 536 | + }, |
| 537 | + { |
| 538 | + "url": "https://docs.replit.com/tutorials/web3/build-smart-contract-oracle", |
| 539 | + "title": "Build a smart contract oracle with Solidity, Node.js, and Replit", |
| 540 | + "description": "Learn how to use oracles in smart contracts and how oracles work internally, and gain experience with hybrid on-and-off chain systems.", |
| 541 | + "author": "replit", |
| 542 | + "authorGithub": "https://github.com/replit", |
| 543 | + "tags": ["solidity", "oracles", "javascript"], |
| 544 | + "skillLevel": "beginner", |
| 545 | + "lang": "en", |
| 546 | + "timeToRead": "30", |
| 547 | + "publishDate": "03/24/2023" |
492 | 548 | }
|
493 | 549 | ]
|
0 commit comments