Code in Solidity like a PRO with Egor Gavrilov. Check out YouTube channel ▶️

Overview

Code in Solidity like a PRO with Egor Gavrilov

Check out YouTube channel youtube.com/EgorGavrilov

Tutorials

  1. Perfect Solidity Stack

It's easy to get started with Solidity programming, but how do you approach it professionally? We figure it out in this video.

PerfectSolidityStack

  1. Predict Contract Address

Deploy your Smart Contract with a precomputed address. We will write a Solidity Smart Contract with two options: using Create and Create2.

SolidityCreate2

  1. Rentable NFT

Rentable NFTs are the next big trend. Rent out an expensive NFT for one day and take advantage of all the benefits for a small fee.

RentableNFT

  1. Merkle Tree Airdrop

Use Merkle tree to airdrop your token in a cheap, elegant and efficient way.

MerkleTreeAirdrop

You might also like...

Have you always wanted to check if someone has checked out your story or not?

Have you always wanted to check if someone has checked out your story or not?

InstaStoryChecker - Search in your story viewers Have you always wanted to check if a certain person has checked out your story or not and you had to

Jul 7, 2022

The Remix version of the fakebooks app demonstrated on https://remix.run. Check out the CRA version: https://github.com/kentcdodds/fakebooks-cra

Remix Fakebooks App This is a (very) simple implementation of the fakebooks mock app demonstrated on remix.run. There is no database, but there is an

Dec 22, 2022

Check out my Portfolio!!!

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Jun 10, 2022

New Discord.JS v14 Slash and Prefix Commands handler with Events. Check it out now!

New Discord.JS v14 Slash and Prefix Commands handler with Events. Check it out now!

Discord.js v14 Command-Handler Commands, Events, Permissions and Cooldown Handlers for Discord.js v14 bot ~ Made by Lynx Discord.js v14 (dev version)

Dec 19, 2022

The Awesome estate web application displays a list of apartments that were provided by local data. The users can check out the featured and recent apartments. Also, the user can click the house to get the details of the selected house.

The Awesome estate web application displays a list of apartments that were provided by local data. The users can check out the featured and recent apartments. Also, the user can click the house to get the details of the selected house.

Awesome Estate The Awesome estate web application displays a list of apartments that were provided by local data. The users can check out the featured

Sep 14, 2022

FingerprintJS Pro Wrapper for React Single Page Applications (SPA)

FingerprintJS Pro Wrapper for React Single Page Applications (SPA)

FingerprintJS Pro React FingerprintJS Pro React is an easy-to-use React library for FingerprintJS Pro. This package works with FingerprintJS Pro, it i

Dec 15, 2022

An interactive list of plugins for hex-rays' IDA Pro

Interactive IDA Plugin List This is a comprehensive list of plugins for IDA Pro that is more interactive, that is, it can be sorted and filtered to he

Dec 26, 2022

Task manager Pro 📅 Use local storage to save data 💻

Task manager Pro  📅 Use local storage to save data 💻

📚 Task Manager Pro 🌟 Introducing different sections of the website : ⚙️ Setting section To change the color theme 📅 Calendar section 🗂️ Task Manag

Nov 14, 2022
Comments
  • RentableNFT finishRenting vulnerability to return transferred token

    RentableNFT finishRenting vulnerability to return transferred token

    RentableNFT finishRenting allows a lord to return a transferred token from the new owner if he is the last renter. A possible RentableNFT finishRenting abuse algorithm:

    1. An owner of a token rentOut it to a renter.
    2. Waits for the rental to expire and returns the token back.
    3. The owner gives/sells the token again to the same renter. (Transfer)
    4. Despite the fact that now the real owner of the token is the renter, the former owner has an opportunity to return the token back at any time through the same finishRenting.

    To fix this, just add a check that the token is rented before returning it to its lord.

    opened by SamWarden 2
Owner
Egor Gavrilov
XDAO CTO & Co-Founder. DeFi Startups Technology Advisor. Watch my YouTube DeFi videos ⬇️
Egor Gavrilov
Check in, check the weather, Check out.

☀️ Just-Weather ??️ Hi, Welcome! Just Weather is a Web App designed for Fast Real-Time Weather queries in combination with well Thought Out Visual Des

Miguel Ángel 6 Aug 7, 2022
TS & JS Library for adaptive precision cursor for the web. Releases will come out soon! Meanwhile, check out the demo site:

Haha, cool cursor go brrrr... Table of Content What is this? Installation & Setup Installation Setup Usage Cursor controls Element settings Known issu

LemonOrange 10 Nov 24, 2022
Github Repository for the resources shown in my 8 JavaScript Pro Tips Tutorial in Youtube

Part 1 - JavaScript Pro Tips - Learn with Sumit Table of Contents How to run Contact How to run Different lessons taught in the Youtube Tutorial are o

Learn with Sumit 28 Dec 28, 2022
A hardhat solidity template with necessary libraries that support to develop, compile, test, deploy, upgrade, verify solidity smart contract

solidity-hardhat-template A solidity hardhat template with necessary libraries that support to develop, compile, test, deploy, upgrade, verify solidit

ChimGoKien 4 Oct 16, 2022
A professional truffle solidity template with all necessary libraries that support developer to develop, debug, test, deploy solidity smart contract

solidity-truffle-template A professional truffle solidity template with necessary libraries that support to develop, compile, test, deploy, upgrade, v

ChimGoKien 6 Nov 4, 2022
Master your input data like a pro!

⭐ Master your input data like a pro! ⭐ ✔️ Node.js & browser ✔️ Only 1kb! ✔️ Fully typed ✔️ No dependencies Simple helper library which allows you to e

Horatiu Vlad 8 May 13, 2022
A mobile web application to check the data on the total covid19 confirmed cases and deaths, check data for all countries with recorded cases.

This is a mobile web application to check the data on the total covid19 confirmed cases and deaths, check data for all countries with recorded cases. It also has a details page to check for the statistics for each region/state if available.

Solomon Hagan 7 Jul 30, 2022
Generally free coding Resources for all! Check it out and don't forget to give it a star ⭐️

A-Z Coding Resources This website is built using Docusaurus 2, a modern static website generator. Installation yarn install Local Development yarn sta

Hulya Karakaya 72 Jan 2, 2023
The app helps you to add todo items to your list, mark completed ones and also delete finished items. Its a handy tool for your day today activies. Check out the live demo.

Todo List App The app helps you to add todo items to your list, mark completed ones and also delete finished items. Its a handy tool for your day toda

Atugonza ( Billions ) Joel 14 Apr 22, 2022