An open API service indexing awesome lists of open source software.

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.

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