Skip to content

GBuX Token - Solana SPL Token Implementation for Nexus Nemesis

Notifications You must be signed in to change notification settings

GrudgeDaDev/gbux-token

Repository files navigation

GBuX Token - Solana SPL Token Implementation
GBuX is the native in-game currency for Nexus Nemesis, a Web3 trading card game. This package contains the complete source code for GBuX token integration on Solana blockchain.

Token Details
Name: GBuX Token
Symbol: GBUX
Contract Address: 55TpSoMNxbfsNJ9U1dQoo9H3dRtDmjBZVMcKqvU2nray
Network: Solana Mainnet
Decimals: 9
Standard: SPL Token
Features
Real-time balance tracking
Solana Web3.js integration
Token holder analytics
Exchange rate monitoring
Wallet management
Trading widget integration
Installation
npm install @solana/web3.js @solana/spl-token
Quick Start
import { GBuXService } from './src/gbux-service';
const gbuxService = new GBuXService();
const balance = await gbuxService.getTokenBalance(walletAddress);
API Reference
GBuXService
getTokenBalance(address: string) - Get GBuX balance for wallet
getTokenInfo() - Get token metadata
getTopHolders() - Get top 20 token holders
trackTransfers(callback) - Monitor token transfers
Contributing
This is part of the Nexus Nemesis game ecosystem by Grudge Studio.

License
MIT License
MIT License

Copyright (c) 2024 Grudge Studio

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

GBuX Token - Solana SPL Token Implementation for Nexus Nemesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published