A minimal react app for creating and distributing Splits.
Create your own .env.local based on .env.sample, and then install bun and
all dependencies in order to run the development server reachable at
http://localhost:3000.
bun install
bun devTo add a new ERC20 to Splits Lite, open a pull request with the following information:
- Add the address to the erc20.ts file. Make sure it's under the correct network. Include the token symbol as a comment next to it.
- Include a short description of the token in the PR description
- Include a link to etherscan (or the appropriate block explorer for that network) in the PR description
- Include any other relevant links (to project website, listing on coingecko, etc.) in the PR description
View example pull request here
To add a new Chain to Splits Lite, please follow these steps:
- Ensure the following requirements are met:
- Send the minimum amount of native gas token to
0x60C65c9a8674DA22e89C7d09e839908B9f0ecC3a- Please refer to the gas cost of this transaction to calculate the minimum amount of native gas required.
- Please open an issue on github and include the following information:
If you have any questions or need any help with any of the steps above feel free to open an issue or reach out to us at support@splits.org.