Kasra Rahjerdi
@jc4p
finally understand the SOL thing now: when people say SOL is cheaper to use they are comparing gas to gas, NOT counting the SOL specific extra rent fees unfair comparison imo and should come with a giant asterisk anytime someone says it
9 replies
6 recasts
81 reactions
nicholas 🧨
@nicholas
how does the cost break down for the contract you put up? is this where the huge cost to deploy comes from?
2 replies
0 recast
4 reactions
@BestCryptoTwits
@bestcryptotwits
there is like no cost to deploy, i deploy tokens and contracts for less than $1, its liquidity seeding on exchanges that costs money and fees
1 reply
0 recast
2 reactions
Kasra Rahjerdi
@jc4p
do your contracts store any data or use PDAs? https://github.com/jc4p/mutual-match-frame/blob/main/onchain-program/programs/onchain-program/src/lib.rs can you really deploy this for <$1? can you show me how?
1 reply
0 recast
3 reactions
@BestCryptoTwits
@bestcryptotwits
Sol Andy is the legend and has all the details, I have a SPL-token (limited data, can have mutable data such as name and symbol) and SPL-2022 token which has meta data that can be mutable and has data properties(pointers, etc, maybe even 3D models) https://youtu.be/uDVk3mmnUUU?si=bougdO7Lnr3A9QEj
2 replies
0 recast
3 reactions
@BestCryptoTwits
@bestcryptotwits
Also Solana CLI is how you deploy for less than $0.80 Typescript is the go to for the basic data setup
0 reply
0 recast
3 reactions
Kasra Rahjerdi
@jc4p
got it… so i guess my issue was i only read the anchor docs instead of anything else? what i stored onchain was: - a shared symmetric key - a counter that can be 0 1 or 2 and i guess i did it in a dumb way? idk
1 reply
0 recast
2 reactions