Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by Ekwugha
A curated list of projects in awesome lists by Ekwugha .
https://github.com/ekwugha/defi-exchange
The idea of a decentralized exchange is to allow users to trade their crypto directly on-chain through smart contracts without giving up control of their private keys.
Last synced: 15 Nov 2024
https://github.com/ekwugha/resturant-app
This is a restaurant application created with REACT.JS. It allows users to visit the site and view the food menu online while being able to order food and get in touch with the owners of the restaurant.
Last synced: 15 Nov 2024
https://github.com/ekwugha/reentrancy-attack
This is a pratical illustration of how Re-entrancy attacks works. I create a couple of smart contracts, GoodContract and BadContract to demonstrate this behaviour. BadContract will be able to drain all the ETH out from GoodContract. Also wrote tests to see how it works.
hardhat reentrancy solidity-contracts test
Last synced: 15 Nov 2024
https://github.com/ekwugha/dapp
My first decentralized application(dApp). This application conneccts and interact with the blockchain.
Last synced: 15 Nov 2024
https://github.com/ekwugha/advancedsolidity
These are important solidity topics covered practically.
Last synced: 15 Nov 2024
https://github.com/ekwugha/whitelist-dapp
This is a whitelist project for an upcoming NFT collection I'll will be making and deploying soon. This gives early supporters access to a whitelist for my collection, so here I am creating a whitelist dapp for Crypto Devs NFT Collection.
ethereum-dapp solidity-language
Last synced: 13 Oct 2024
https://github.com/ekwugha/react-tailwind-dashboard
A dashboard layout with react and tailwind css
Last synced: 15 Nov 2024
https://github.com/ekwugha/nftcollection
This is a NFT Collection. NFT standing for non-fungible token. What is a Non-Fungible Token? Fungible means to be the same or interchangeable eg Eth is fungible. With this in mind, NFTs are unique; each one is different. Every single token has unique characteristics and values. They are all distinguishable from one another and are not interchangeable eg Unique Art
Last synced: 15 Nov 2024
https://github.com/ekwugha/randomwinnergame
This is a lottery game on the blockchain that uses an oracle(chainlink) to be able to get random figures and in this case picks us a random address and declare as the winner of the lottery. I use The Graph is use to track event emitted from the smart contract ad transform data script which are run in real time.
chainlink graph nextjs solidity-contracts
Last synced: 15 Nov 2024
https://github.com/ekwugha/message
This is a smart contract that was deployed using Quicknode RPC. It let users connect to their wallet and sent message to LearnWeb3 about how happy they are to be a member of the community and it also allows learnweb3 to check the message sent by any address that has interacted with the contract.
hardhat nextjs quicknode smart-contracts solidity
Last synced: 15 Nov 2024
https://github.com/ekwugha/ceramic-project
Ceramic is a decentralized data network, that allows for building composable Web3 applications. Since Ceramic decentralizes application databases, application developers can reuse data across applications and make them automatically interoperable.
Last synced: 15 Nov 2024
https://github.com/ekwugha/ens
ENS stands for The Ethereum Name Service and it behaves very similar to how DNS behaves in the web2 space. As we all know that Ethereum has long addresses which are hard to remember or type. ENS solves this issue by translating these wallet addresses, hashes etc into readable domains which are then saved on Ethereum blockchain. The best part about ENS is unlike DNS servers which are centralized, ENS works with the help of a smart contract which is censorship resistant. So now when you are sending your wallet address to someone which looks like 0x1234huiahi.... you can actually send them tom.eth and the ENS would figure out that tom.eth is actually equal to your wallet address (0x1234huiahi....)
Last synced: 15 Nov 2024
https://github.com/ekwugha/ico
What Is an Initial Coin Offering (ICO)? An initial coin offering (ICO) is the cryptocurrency industry's equivalent to an initial public offering (IPO). A company seeking to raise money to create a new coin, app, or service can launch an ICO as a way to raise funds. Interested investors can buy into an initial coin offering to receive a new cryptocurrency token issued by the company.
Last synced: 15 Nov 2024
https://github.com/ekwugha/decentralized-autonomous-organization-dao-
DAO stands for Decentralized Autonomous Organization. You can think of DAOs as analogous to companies in the real world. Essentially, DAOs allow for members to create and vote on governance decisions.
Last synced: 15 Nov 2024