Git Product home page Git Product logo

game-web3wallet's Introduction

Game Web3 Wallet

Unity Wallet. Build iOS, Android and Desktop.

Link to this site to

  • Sign a message

  • Send a transaction

Installation

yarn to install yarn start to begin yarn build to compile

Verify Login

Params Description
&action=sign action to verify user
&message=hello message to sign

example to sign a message: http://localhost:1234/?action=sign&message=helloworld

Send a Transaction

Create a link with the following params

Params Description
&action=send action to send transaction
&chainId=4 1 for mainnet, 4 for rinkeby etc
&to=0xAcc0nt use either account or contract address
&value=1000 value in wei to send
&data=0x01 data for contract interaction. leave empty if sending to account
&gasLimit=21000 gas limit. leave empty to for wallet to estimate
&gasPrice=5000000 gas Price. leave empty to for wallet to estimate

example to send eth: http://localhost:1234/?action=send&chainId=4&to=0xdD4c825203f97984e7867F11eeCc813A036089D1&value=100000000000000

example to interact with contract: http://localhost:1234/?action=send&chainId=4&to=0x7286Cf0F6E80014ea75Dbc25F545A3be90F4904F&value=0&data=0xb76b97230000000000000000000000000000000000000000000000000000000000000001

game-web3wallet's People

Contributors

canberksahin avatar dependabot[bot] avatar leon-do avatar ryry79261 avatar shanghai-bill avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.