Skip to main content

Introduction

gincoweb3cloud

Ginco Web3 Cloud

Ginco Web3 Cloud is an environment supporting and accelerating the development of your blockchain applications thanks to simple function interfaces as listed below.

ServiceFunctionality
Non-Custodial WalletKey management functionality embedded in your application
Custodial WalletKey management functionality deployed on the application server
Indexer/NodeFunctionality to retrieve data from the blockchain

Functionality

gincoweb3cloudfunctionality

Key Management

  • Generate mnemonic (BIP39 standard)
  • Utilize the device secure storage
  • Get mnemonic
  • Import mnemonic
  • Delete mnemonic

Wallet

  • Multi-chain support
  • Create wallet
  • Derive Private Key (BIP32, BIP44 standard)
  • Derive Address (BIP32, BIP44 standard)
  • Register Address (POST data to application server, optional)
  • Get balance
  • Create transaction
  • Sign transaction
  • Submit transaction

Indexer

  • Receive notification for transaction
  • Retrieve transaction history
  • Retrieve list of held tokens
  • Retrieve list of held NFTs

Supported public blockchains

  • Ethereum
  • Polygon
  • Astar
  • Oasys
  • Avalanche
  • Other EVM-compatible blockchains

*Possible to support other blockchain, please contact us

Supported platforms

  • Flutter (Dart)
  • Unity (C#)