I am looking for NFT aptos game develoepr
Budget: $300 – $350 USD
I want to make a simple raffle game for my NFT project.
my NFT project have 4k collection, in which have 8 traits called "race".
these race are not randomized to make it easier to develop. for ex: NFT #0-499 is angel race, #500-999 is demon race, so on until #3500-3999
what i want to build is:
1. user/player select which race they want to "cheers"/bet, and enter how much ticket they will pay.
2. player wait the raffle time executed every 12AM Thursday and 12PM sunday. twice a week.
3. game will select one out of 8 winner race, and select one NFT number as MVP. No need to extract nft token info, just a simple number generation will do. (select race: 1-8, select MVP: based on race nft id i explained before)
4. 80% of prize pool goes to players who select the right races divided by their ticket. 10% goes to MVP NFT owner wallet and 10% goes to marketing wallet.
5. user can see past winners on different page.
if you can't extract owner wallet info from nft collection, just show their winning prize (10%), and i will send them manually.
That's pretty much it you just need to make simple frontend and the smart contract with wallet integration without the need to interact with NFT collection at all because all of it can be processed locally.
my NFT project have 4k collection, in which have 8 traits called "race".
these race are not randomized to make it easier to develop. for ex: NFT #0-499 is angel race, #500-999 is demon race, so on until #3500-3999
what i want to build is:
1. user/player select which race they want to "cheers"/bet, and enter how much ticket they will pay.
2. player wait the raffle time executed every 12AM Thursday and 12PM sunday. twice a week.
3. game will select one out of 8 winner race, and select one NFT number as MVP. No need to extract nft token info, just a simple number generation will do. (select race: 1-8, select MVP: based on race nft id i explained before)
4. 80% of prize pool goes to players who select the right races divided by their ticket. 10% goes to MVP NFT owner wallet and 10% goes to marketing wallet.
5. user can see past winners on different page.
if you can't extract owner wallet info from nft collection, just show their winning prize (10%), and i will send them manually.
That's pretty much it you just need to make simple frontend and the smart contract with wallet integration without the need to interact with NFT collection at all because all of it can be processed locally.