https://github.com/paahaad/send-hypernova
https://github.com/paahaad/send-hypernova
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paahaad/send-hypernova
- Owner: paahaad
- License: mit
- Created: 2025-03-05T07:50:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T06:00:32.000Z (over 1 year ago)
- Last Synced: 2025-03-14T06:30:01.265Z (over 1 year ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Here is the flow of what I understand:
1. we are building a token launchpad where anyone((Developer)) can come and launch the token.
2. We also have pre-sale option means: developer raise funds before lunch. how he will do this is via pool.
developer will put some token in pool and anyone can buy from the pool, this will happend via fixed prices.
in smart contract. formula is given by yash.
3. Each token (100%) = 20% LP (Constant) + X% Dev wants to sell (or Presale folks to buy) + Y% for Dev to buy (or team allocation)
4. The SOL raised during the presale is permanently added to a LP along with an equivalent amount of the project's tokens(i.e 20% constant).
### My Task will be
1. Pool where users can deposit the amount and just receive the tokens from the pool
- initialize_presale
- purchase_tokens
- finalize_presale
### My be:
2. Token allocation Managemnt
- set_token_allocation:- Implement access controls for allocation settings
- create_liquidity_pool:- Automatically create a liquidity pool on a DEX