This section contains information on the demo projects associated with now.gg Wallet.
We have included demo projects for the following platforms:
1. Native Android
We have included a Demo project and Demo App within the download package.
Click here for now.gg SDK download page.
The demo project includes the following:
- WalletDemo.apk
- Code
You can import the sample code into your development environment.
Demo App
You can install the demo app to observe and understand the now.gg Wallet flow.
Before You Proceed
- Uninstall any already installed versions of BlueStacks 5 App player and the now.gg Wallet App from your machine.
To install the demo app:
- Download and install the BlueStacks 5 App Player.
- Install the demo app,
WalletDemo.apk
provided in the download package.
- You can install the APK by dragging and dropping it on the BlueStacks 5 App Player.
Important Information
- Our demo app is deployed on Polygon Testnet (Mumbai).
- You must have enough Matic tokens(for the gas fee) in your now.gg wallet to purchase any NFTs.
- The Matic tokens are provided free of cost to test the NFT purchase flow.
- You will require your Wallet Address to add the Matic tokens to your Wallet.
- Wallet Address is available within your Profile > My Wallet Address.
- You can add Matic tokens for paying the gas fee via this link.
2. Unity
We have included a Demo project and Demo App within the download package.
Click here for now.gg SDK download page.
The demo project includes the following:
- NowGGWalletDemo.apk
- Code
You can open this project in Unity to access the sample code for now.gg Wallet.
Demo App
You can install the demo app to observe and understand the now.gg Wallet flow.
Before You Proceed
- Uninstall any already installed versions of BlueStacks 5 App player and the now.gg Wallet App from your machine.
To install the demo app:
- Download and install the BlueStacks 5 App Player.
- Install the demo app,
NowGGWalletDemo.apk
provided in the download package.
- You can install the APK by dragging and dropping it on the BlueStacks 5 App Player.
Important Information
- Our demo app is deployed on Polygon Testnet (Mumbai).
- You must have enough Matic tokens(for the gas fee) in your now.gg wallet to purchase any NFTs.
- The Matic tokens are provided free of cost to test the NFT purchase flow.
- You will require your Wallet Address to add the Matic tokens to your Wallet.
- Wallet Address is available within your Profile > My Wallet Address.
- You can add Matic tokens for paying the gas fee via this link.
Demo Scene
- Within the download package, browse to Demos\Wallet\ directory.
- Open the scene
Init.unity
from the Code\Assets\_Game\Scenes\ directory in your Project panel.
- Run as an Android App.