
repos
19
ecosystems
4
languages
3
commits
313
Top repos · by commits
Repositories
19 totalSelector value optimizer, find better EVM function name to optimize Gas cost. Solidity functions can achieve higher efficiency when their function selector consists mainly of zeros.
This Solana course is designed for engineers with a beginner or intermediate background in Ethereum or EVM development to get up to speed quickly with Solana program development.
The purpose of this project is to create a DAO on the Solana blockchain where administrators can propose and members can propose and vote on different proposals. The voting can be triggered based on a time duration or a threshold value obtained from an oracle.
Mutation testing is a technique used to evaluate and improve the quality of your unit tests. It involves introducing small changes (mutations) to your code, and then checking if your tests can detect these changes by failing.
Token Extensions on Solana provide additional flexibility for token management by allowing custom functionalities to be added without modifying the core SPL token standard. They are particularly useful for DeFi applications, NFT platforms, and other use cases requiring advanced token management.
A Truffle Project Deployment to Vercel and Goerli Network repository. In this project, we explore the seamless deployment of Ethereum smart contracts developed using Truffle to the Goerli test network and host a front-end application on Vercel for easy interaction.
Build an asset manager’s vault, where customers can deposit SPL tokens of their choice. The vault manager should not be able to withdraw the vault’s funds.
Build a native Solana program to create/initialize an account, deposit SOL into it, and withdraw 10% of the deposited SOL at a given time from it.
Build a Point-Of-Sale Web UI for adding products and checking out with Solana Pay. The payment confirmation should be displayed after checkout.
Build a cli wallet that generates a keypair and can handle airdrop/sending sol.
Build a web UI that can handle creation of a token, it's mint, transfer of that token, burning the token supply, and delegation the ata of this token to another public key.
Create a cNFT collection of your own profile picture and social links as metadata and airdrop it to other fellows.
Just a very basic Anchor project with educational purpose, created as a reminder to see how to manage indexed PDA (Rust and Typescript).
Welcome to Solana Bytes - where we serve up digestible coding tutorials to show you how to build projects on Solana.
Solana Foundation Tutorials : Managing large accounts, Creating an Energy Game, Creating an Idle Game, Session Keys, Building Games
This project demonstrates a way to proceed to a test coverage of a Truffle project with HardHat !
Peer developers
Languages
- TypeScript11
- Rust4
- JavaScript2
