We have created several templates that you can use directly, or modify it in the way you love. ❤️
Table of Contents
Template
Description
Status
hello
The most simple template that you can use to educate yourself how Solana program works. Furthermore, you can use it as a baseline to modify and develop your application.
Done
src20
A ERC20-like token standard. Comparing to SPL Token, SRC20 is more readable and simplified.