BoomFun_SOL is a Solana-based decentralized application that brings innovative features to the Solana ecosystem.
- Seamless integration with Solana blockchain
- High performance and low transaction costs
- User-friendly interface
- Secure smart contract implementation
- Node.js (v16 or higher)
- Rust and Cargo
- Solana CLI tools
- Anchor Framework
- Clone the repository:
git clone https://github.com/GamerBoomLabs/BoomFun_SOL.git
cd BoomFun_SOL- Install dependencies:
npm install- Build the project:
npm run build- Start the development server:
npm run dev- Deploy to Solana network:
npm run deployThe smart contracts are written in Rust using the Anchor framework. To work with the contracts:
- Build the contracts:
anchor build- Test the contracts:
anchor testWe welcome contributions! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or concerns, please open an issue in the repository.
If you discover any security-related issues, please email security@boomfun.sol instead of using the issue tracker.
- Solana Foundation
- Anchor Framework
- The amazing Solana developer community