keep-starknet-strange / unruggable.meme

☣️ A framework for building safer memecoins 💸
https://unruggable.meme
MIT License
132 stars 90 forks source link

Core & Hooks SDK #224

Closed ugur-eren closed 2 months ago

ugur-eren commented 2 months ago

For core pacakge, these methods added to the Factory:

For hooks package, these hooks added:

This PR also adds a new entrypoints constants to the core package.

vercel[bot] commented 2 months ago

@ugur-eren is attempting to deploy a commit to the StarknetID Team on Vercel.

A member of the Team first needs to authorize it.

0xChqrles commented 2 months ago

getDeployCalldata returns the transaction calldata for deployment getEkuboLaunchCalldata returns the calldata for launch on ekubo getStandardAMMLaunchCalldata returns the calldata for launch on jediswap and starkdefi

Why getting the calldata and not directly executing the call? If it's to compute the memecoin address for the deployment, we can execute the tx and return de computed address.

ugur-eren commented 2 months ago

Hi! Since the SDK only needs a RPC Provider, it can be used without wallet adapters. Developers can choose how they want to sign and execute transactions. However I can create hooks to sign and send transactions using the Starknet React package.