https://github.com/prophecy-jimpsons/solanadapp-contracts
ProphecyJimpsons Token (JIMP) - A Solana-based SPL token with a fixed supply of 1B, designed for the ProphecyJimpsons predictive NFT ecosystem. Features secure minting controls, overflow protection, and seamless integration with pump.fun platform.
https://github.com/prophecy-jimpsons/solanadapp-contracts
contracts cryptocurrency solana solana-balance-checker solana-nft solana-token
Last synced: about 2 months ago
JSON representation
ProphecyJimpsons Token (JIMP) - A Solana-based SPL token with a fixed supply of 1B, designed for the ProphecyJimpsons predictive NFT ecosystem. Features secure minting controls, overflow protection, and seamless integration with pump.fun platform.
- Host: GitHub
- URL: https://github.com/prophecy-jimpsons/solanadapp-contracts
- Owner: Prophecy-Jimpsons
- Created: 2025-01-02T01:04:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T18:45:49.000Z (3 months ago)
- Last Synced: 2025-02-18T19:42:19.328Z (3 months ago)
- Topics: contracts, cryptocurrency, solana, solana-balance-checker, solana-nft, solana-token
- Language: Rust
- Homepage: https://jimpsons.org
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JIMP Token
> Solana SPL Token for ProphecyJimpsons Ecosystem- **Max Supply**: 1B JIMP
- **Decimals**: 9
- **Program ID**: `FLLkxbfaKxAycFjk*********nXdfejkqz2Jun1Dmh`## Features
- Fixed maximum supply enforcement
- Controlled token initialization
- Associated Token Account (ATA) support
- Authority-based minting controls## Build & Deploy
yarn install
anchor build
anchor deploy --provider.cluster mainnet
text## Test
anchor test
anchor verify -p jimp_token --provider.cluster mainnet
text## Contract Functions
// Initialize token
initialize(ctx: Context)
// Mint new tokens
mint_token(ctx: Context, amount: u64)
text## Security
- Supply cap enforcement
- Overflow protection
- Authority validation
- Secure ATA initialization## Integration
- Anchor Framework
- SPL Token Program
- Associated Token Program> Mainnet deployment pending pump.fun release. Contact team for integration details.
© 2025 ProphecyJimpsons | All Rights Reserved