Quantcast
Channel: Custom token smart contract in Solana - Solana Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by AMilz for Custom token smart contract in Solana

SPL Tokens on Solana do not need custom contracts for their deployment. The native SPL Token contract includes a InitializeMint function (source) that allows you to create a new token on Solana. Unlike...

View Article



Custom token smart contract in Solana

Very new to the Solana ecosystem. As I come from an ethereum background it's pretty straight forward to create your custom ERC20 token implementation. With Solana I know we can create a token using...

View Article

Answer by Callum M for Custom token smart contract in Solana

First of all, msol and jitosol are both owned by the standard token program, so they don't use a custom program. You can see this by calling getProgramAccount, eg:curl...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images