DeveloperBreeze

Blockchain Development Programming Tutorials, Guides & Best Practices

Explore 30+ expertly crafted blockchain development tutorials, components, and code examples. Stay productive and build faster with proven implementation strategies and design patterns from DeveloperBreeze.

Tracking Newly Created Tokens on Solana

Tutorial August 09, 2024
javascript nodejs

Step 3: Fetch New Token Creation Transactions

Solana tokens are created using the SPL Token Program, so we'll track transactions involving this program to identify new tokens. Add the following function to your index.js file:

Tracking Newly Created Tokens on Ethereum

Tutorial August 09, 2024
javascript nodejs

node index.js

Conclusion