Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Readme.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Unity integration with Wax Cloud Wallet
1. Upload the code on any server (Free servers like https://itch.io/) or you can setup local server using nodejs
2. Login using cloud wallet
3. Send wax to any account (when sending the wax make sure amount has valid precision ex: 1.00000000)
4. You can see the transaction id at the bottom of the screen on successful transaction

## Note
1. All the frontend part is done using Unity
2. Used waxjs.js for wax cloud wallet integration (https://github.com/worldwide-asset-exchange/waxjs)