Skip to content

Create Your Own Memecoin With Solidity and Uniswap

Notifications You must be signed in to change notification settings

emmanuelnwogbo/Memecoin

 
 

Repository files navigation

A Fairlaunch Memecoin

This ERC20 token is based on the OpenZeppelin library. It deploys to a network with Uniswap v3 and sets up a liquidity pool depositing the entire supply in to a single sided position.

This creates a permissionless digital asset with no owner privilidges and equal rights between all parties. Everyone has the same access to the asset on Uniswap to buy/sell and speculate as they see fit.

Full tutorial at https://jamesbachini.com

npx hardhat test
npx hardhat run scripts/deploy.js --network mumbai

About

Create Your Own Memecoin With Solidity and Uniswap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 65.2%
  • JavaScript 34.8%