You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements mintable ERC-20 token (limited by total supply), KYC pre-validation contract, Pausable mechanism, all used to create pausable Crowdsale contract - that deliver method to distribute tokens.
Making upgradeable Nfts with uups proxies and integrating chainlink's VRF_v2 function for minting random Nfts . Using moralis and Reactjs for authenticating and interacting respectively .
A simple decentralized exchange (DEX) implementation that enables trading of Ether (ETH) for ERC-20 tokens and vice versa. The DEX is based on the order book model and supports both market and limit orders.