What is WEMIX Wallet?

This page introduces the WEMIX Wallet development guide.

WEMIX Wallet is a personal digital wallet service that safely and easily manages digital assets issued by WEMIX3.0 blockchain. WEMIX Wallet mobile application allows users to create a new account themselves or check the existing account information. WEMIX Wallet also makes it convenient to manage cryptocurrency, and you can quickly swap WEMIX and WEMIX$. It also provides features for querying and transmitting Fungible Token(FT) and Non-Fungible Token(NFT).

(Testnet provides a Web Wallet for developers, where you can create a new account or check your existing account information. Web wallet can transfer WEMIX tokens to other accounts for testing purposes.)

Glossary

TermsDescription

WEMIX Blockchain

WEMIX blockchain platform.

WEMIX Wallet

It is a WEMIX 3.0 blockchain network-based wallet service provided to users.

A tool for storing keys used to generate and sign transaction data recorded in the WEMIX blockchain distributed ledger and managing digital assets of the WEMIX blockchain platform.

Account

It exists as an entity that can execute EOA (Externally Owned Accounts) and CA (Contracts Accounts) for contracts on the WEMIX blockchain.

EOA(Externally Owned Accounts)

A general personal account on the blockchain that holds WEMIX, contract generation and private keys.

CA(Contracts Accounts)

An account programmed to execute a scheduled smart contract.

Address

Identifier of the WEMIX Wallet account and address of the Wallet.

This is where tokens, WEMIX and NFTs are stored on the WEMIX blockchain.

Private key

It must always be stored securely as a key for exercising transaction signing and cryptocurrency authority.

Mnemonic

It is 12 words to recover your wallet. In contrast to complex private keys, it can be verified intuitively. In WEMIX Wallet, mnemonic means a secret phrase.

Transaction

It means the act of writing, modifying, deleting, distributing and executing smart contracts as an act to change the state on the blockchain.

Signature

It is an act to prove that it was generated by the person when the transaction was generated.

Token

Digital assets that can be traded through the WEMIX blockchain.

FT(Fungible Token)

Called Substitutable Tokens (FTs), they all have the same value and functionality in the blockchain network.

NFT(Non-Fungible Token)

Called non-fungible tokens (NFTs), each has its own uniqueness in the blockchain network.

Last updated