Pinned Repositories
Cairo-Smart-Contracts
Repository that contains smart contract I have written in cairo. I built frontend for some of it to make it a full dapp.
Coderbyte-Solutions-In-Python
This repository provides a systematic guide to solving Coderbyte coding problems by breaking down the process into steps, algorithm design, optimized code writing, test case generation in Python.
EcoCollect
A dApp designed to promote environmental sustainability by incentivizing the collection and recycling of plastic waste.
RareSkills-Puzzles
This repository contains solutions to various coding puzzles designed by RareSkills.io
reccoin-backend
Backend folder for the reccoin platform
rust-learn-by-practice
This is solution to range of exercises offered The Rust-By-Practice website.This repository aims to provide clear and well-documented solutions to help learners understand and master Rust programming through hands-on practice.
Smart-Contract-Applications
Collections of smart contracts that have been meticulously designed and developed to cater to various industries and scenarios.
Solana-SPL-Token-Creation
Token_Vesting_Schedule
A dApp for managing token vesting for various stakeholders in a web3 organization.
Web3Bridge
Repository that contains smart contracts I have written in Solidity. All is either as class work or assignment given at Web3bridge bootcamp.
Lukman-01's Repositories
Lukman-01/Coderbyte-Solutions-In-Python
This repository provides a systematic guide to solving Coderbyte coding problems by breaking down the process into steps, algorithm design, optimized code writing, test case generation in Python.
Lukman-01/Smart-Contract-Security
This repository provides a deep dive into Ethereum smart contract vulnerabilities by not only listing and explaining them but also showcasing attacking contracts that exploit these vulnerabilities and tests to implement and understand these attacks in a controlled environment.
Lukman-01/-NodeJS-Setting-up-environment
Setting up environment Rendering to browser File system
Lukman-01/Real-Life-Applications-of-Smart-Contract
Collections of smart contracts that have been meticulously designed and developed to cater to various industries and scenarios. Each contract addresses specific real-world needs, showcasing the versatility and potential of blockchain technology in revolutionizing different sectors.
Lukman-01/reccoin-backend
Backend folder for the reccoin platform
Lukman-01/Assignment-two
Lukman-01/Booking-Flight-API
Lukman-01/cd0354-monolith-to-microservices-project
Project code for cd0354 Monolith to Microservices at Scale course taught by Justin Lee
Lukman-01/ceramic-tutorial
The Ceramic Tutorial project is built using Next.js. It guides you through creating a web application that connects users to their Ethereum wallets using Web3Modal and allows them to create and update their profiles on the Ceramic Network.
Lukman-01/cloud-developer
content for Udacity's cloud developer nanodegree
Lukman-01/coding-interview-university
A complete computer science study plan to become a software engineer.
Lukman-01/Email_Sender_Node.js
Lukman-01/ens-project
An ENS (Ethereum Name Service) dapp is a decentralized application that leverages the ENS protocol to enable users to easily register, manage, and interact with blockchain domain names, associating them with Ethereum addresses or content resources on the Ethereum network.
Lukman-01/EthEngGroupSolidityExamples
Ethereum Engineering Group Codes
Lukman-01/Express-and-MongoDB-CRUD
Lukman-01/First-dApp
Lukman-01/mslearn-typescript
Introduction to using TypeScript
Lukman-01/NFT-IPFS
This dapp allows you to mint unique LW3Punks NFTs on the Polygon Mumbai testnet.
Lukman-01/NFT-WhiteList-dApp
Lukman-01/Onchain-DAO
Onchain DAO empowers CryptoDevsNFT communities to make collective decisions regarding NFT acquisitions, fostering collaboration, transparency, and community engagement. It represents a practical use case of decentralized governance and decision-making within the NFT space.
Lukman-01/Orchestration-with-kubernetes
Kubernetes and yaml files
Lukman-01/RandomWinnerGame-v1
A decentralized lottery game built on Ethereum. Players participate by paying an entry fee, and once the maximum number of participants is reached, a random winner is selected. Integrated with The Graph for efficient data retrieval.
Lukman-01/simple-docker-app
Lukman-01/Swisstronik-ERC20-Challenge
This contract implements a basic ERC-20 token with additional features such as whitelisting, pausing, and a specific token minting mechanism.
Lukman-01/Swisstronik-Voting-Challenge
The project is a decentralized voting system implemented as a smart contract on the Ethereum blockchain, enabling fair and transparent elections with candidate registration, voter verification, and secure vote counting.
Lukman-01/Testing-Contracts-With-Foundry
The "Testing Contracts with Foundry" repository provides a suite of tools and documentation for efficiently testing Ethereum smart contracts using the Foundry framework, ensuring reliability and security in blockchain applications.
Lukman-01/travis-simple-node
Demostrating travis-ci
Lukman-01/Udacity-Python-DSA
Solutions to the exercises from Udacity course on Data Structures and Algorithms in Python.
Lukman-01/Uniswap-V1
This repository contains a Solidity smart contract implementing a simplified version of the Uniswap V1 decentralized exchange protocol. The contract allows users to add and remove liquidity, as well as swap tokens with ETH. It inherits from the ERC20 standard and includes basic functionalities for interacting with the exchange.
Lukman-01/Web3Bugs
Demystifying Exploitable Bugs in Smart Contracts