allartprotocol / unity-solana-wallet

The First Open-Source Unity-Solana Wallet with NFT support
282 stars 128 forks source link

No mainnet support #23

Closed maseedadev closed 2 years ago

maseedadev commented 2 years ago

I can only get to the dev net and get myself airdrops. How can I get to mainnet where players can actually do transfers of tokens?

Correct me if I am wrong or maybe I don't understand. TIA_

vuckovic95 commented 2 years ago

Airdrop isn't currently possible on mainnet

maseedadev commented 2 years ago

Well can you please read again? As I said, How can I use the mainnet?

I didn't said that I need airdrops for mainnet, I said how can the players transfer SLP tokens on mainnet?

TIA-

vuckovic95 commented 2 years ago

Read the documentation. See step 5 on Step-by-step instructions

maseedadev commented 2 years ago

Read the documentation. See step 5 on Step-by-step instructions

Thanks, Another question is, how can I include in-game NFTs other than transferring tokens?

TIA_

vuckovic95 commented 2 years ago

It is up to you to implement. We have given you the basis.

maseedadev commented 2 years ago

It is up to you to implement. We have given you the basis.

Yeah I know but how is it done? Any further documentation?

Or just a reply on it?

Berial42 commented 2 years ago

We are continuing development on the wallet, and any new update will be released. Detailed documentation will be available in due time. The UnitySolanaWallet is created to be good starting point for development on Solana blockchain, and so far it contains all basic features required. We are looking for feedback on Github as well as on the Discord channel for the features that are asked for by the community.

Regarding the question about the in-game NFTs, it depends what is the gameplay function of the NFT itself. So far, you can display and transfer NFTs. Can you elaborate more on the problem?

Berial42 commented 2 years ago

Well can you please read again? As I said, How can I use the mainnet?

I didn't said that I need airdrops for mainnet, I said how can the players transfer SLP tokens on mainnet?

TIA-

If you want to switch to mainet it is as simple as changing client source in the SimpleWallet to Mainet

maseedadev commented 2 years ago

Well can you please read again? As I said, How can I use the mainnet? I didn't said that I need airdrops for mainnet, I said how can the players transfer SLP tokens on mainnet? TIA-

If you want to switch to mainet it is as simple as changing client source in the SimpleWallet to Mainet

We are continuing development on the wallet, and any new update will be released. Detailed documentation will be available in due time. The UnitySolanaWallet is created to be good starting point for development on Solana blockchain, and so far it contains all basic features required. We are looking for feedback on Github as well as on the Discord channel for the features that are asked for by the community.

Regarding the question about the in-game NFTs, it depends what is the gameplay function of the NFT itself. So far, you can display and transfer NFTs. Can you elaborate more on the problem?

Thanks for asking to elaborate more, I really appreciate your help.

If a player opens the game and he needs to provide his NFT in order to get access to the main game, how can we confirm that he has that kind of NFT? Other than that, if a player wins a match, How can we reward him with an NFT? I really really appreciate your cooperation.

TIA_

Fahad-pnw commented 2 years ago

i believe if you can find the attribs / metadata of an nft, then you could do that. we're still figuring that out, but has anyone been able to enlist the metadata of an nft?

MaciejProkopowicz commented 2 years ago

Yes it is possible because they presented it here: https://www.youtube.com/watch?v=2SBTyibppzM

However the demo which was presented and available on github is not working for me so I first try to figure it out how this wallet works and how I can get metadata from NFT to implement further logic.