-
launch_memecoin
function- Create pair on selected Exchange
- Add liquidity to pair
- Enable trading
- Initial holders distribution safeguards
- Limit initial holders to X addresses (with X small)
- Limit the percentage of the total supply that can be distributed to initial holders
- Inital buys safeguards
- Limit the percentage of the total supply that can be bought in the first X blocks
To build the project, run:
scarb build
To test the project, run:
snforge
To deploy the project on testnet, you need to:
- Change directory to
scripts
folder - Copy and update the
.env.example
file intoscripts/.env
- Run the deployment script using
npm run deploy
Here are some resources to help you get started:
This project is licensed under the MIT license. See LICENSE for more information.