This repository contains the core smart contracts for Ramp.fun, a decentralized application designed to facilitate fair and transparent token launches on the FraxTal L2 chain.
This is the main contract that powers token launches, trading and liquidity migration.
| Blockchain | Address |
|---|---|
| Fraxtal Mainnet | 0xD62BfbF2050e8fEAD90e32558329D43A6efce4C8 |
| Fraxtal Testnet | 0xD62BfbF2050e8fEAD90e32558329D43A6efce4C8 |
This is the token contract code for all tokens launched on ramp.fun.
- Clone the repository
cd ramp-contracts- Install foundry:
curl -L https://foundry.paradigm.xyz | bash - Set up .env according to .env.example
The smart contract tests can be found in CurveTest.t.sol Run Foundry Tests:
- Modify test script permissions
chmod 700 ./runtests.sh- Run test on Fraxtal mainnet fork
./runtests.sh mainnetBuilt with love ❤️ from 🇳🇬🚀.