SERO Wallet Manual

SERO Protocol
5 min readJan 2, 2019

--

About SERO Wallet

Introduction

  • SERO Wallet is a full-node client wallet based on the SERO blockchain, which can meet the needs of most users, such as importing wallet accounts, sending transactions, mining, and publishing smart contracts. Currently Windows, MAC and LINUX systems are supported.
  • SERO wallet is available at Github: SERO Wallet

Install and start

Install

  1. Client installation package Click to download
  2. Select the installation package corresponding to the operating system.

3. Install according to the installation method of each type of operating system. Take the installation on the MAC as an example, in the installation interface, drag SERO Wallet to the Applications folder.

Start

  1. Find SERO Wallet from the applications.

2.The first startup will check SERO Node and download the latest version. Please wait patiently.

3. Connect to the SERO Node, the wallet will automatically find the nearest node, you can directly click “Start Application” to enter the main wallet interface

Update

  1. If you need to upgrade your wallet, you can click the following button in the menu.

2. You can also follow the updates of the SERO team at Github and download the installation package directly for upgrade.

Features

Sync blocks

After the wallet is started, the block will be automatically synchronized. The startup interface and the main wallet interface can display the synchronized status.

Account

  • The account is used to store your SERO coins and other tokens, similar to your bank account, so you need to keep your account safe and suggest making backup.

1. Create Account

After the new account is successfully created, the wallet will provide the account file path (.json suffix ) and prompt for backup.

2. Import Account

3. Backup Account

The backup file directory will be opened and you can copy the account file to your own hard drive, USB drive or other secure location.

4. Accounts Overview

5. Unit Conversion of SERO

1SERO=10¹⁸Ta, which means that Ta is the smallest conversion unit of SERO.

How to Mine-Using the SERO wallet

  1. Apply for Mining License

The SERO community has opened an application for mining licenses. Please email the account address to license@sero.vip and the SERO team will respond within 48 hours.

2. Import Mining License

3. Start Mining

Send Transactions

Glossary

FROM: Address of account transferred out
TO: Address of account transferred in
AMOUNT: Number of SERO coins
SELECTFEE: The transaction fee determines the transaction processing speed. The default transaction fee is: 1Gta

Screenshot of the transaction:

Click the “Send” button, a dialog will pop up, and the wallet will estimate the Gas that needs to be consumed.

Now the wallet main interface can see the transaction record. Since SERO is anonymous currency, the transaction amount will not be displayed in the transaction.

Smart Contract

1. Create Smart Contract

  • Please refer to SERO’s official editor for the smart contract code
    Remix

Paste the source code, the wallet will automatically compile the source code, then select the smart contract that needs to be published and input the relevant parameters.

After clicking Send button, you will see that the smart contract transaction has been created in the main wallet interface.

2. Call Smart Contract

Open the management interface and we can see the number of coins issued and the unit of 100000000000000000STRA. Note that the smallest unit here is 9 decimal places.

We can choose a method, such as: call the transfer method, transfer tokens to other accounts

Then the wallet main page will have a record of the execution of the smart contract.

When the transaction is confirmed, we see that the account has received the transferred tokens.

Other Matters

SERO Wallet Installation Directory

  • MACOS:~/Library/Application\ Support/SERO Wallet
  • LINUX:~/.config/SERO Wallet

SERO Wallet Data Directory

  • MACOS:~/Library/Sero/
  • LINUX:~/.sero/

View Log Files:

The above is a description of all the functions of the SERO wallet. If you have any questions or problems, you can join the SERO community technology group Gitter click to join or the SERO Official Technical Support Telegram group.

Important links

Website : https://sero.cash
White paper V1.0.6 : http://sero-media.s3-website-ap-southeast-1.amazonaws.com/Sero_ENG_V1.08.pdf
Twitter : https://twitter.com/SEROdotCASH
Telegram : https://t.me/SeroOfficial
SERO Official Technical Support Telegram : https://t.me/SeroFans
Telegram News channel : https://t.me/SEROannouncements
Facebook Page : https://www.facebook.com/SEROProtocol/
Github : https://github.com/sero-cash/go-sero

Gitter Community : https://gitter.im/sero-cash/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link
SERO Blockchain Explorer : https://explorer.web.sero.cash/blocks.html
SERO Smart Contract Editor : https://remix.web.sero.cash/
SERO Introduction Video : https://www.youtube.com/watch?v=lqFUhXskgNg
SERO’s 20x encryption speed vs Zcash demonstration video : https://www.youtube.com/watch?v=bc6yHTLSl5M

--

--

SERO Protocol
SERO Protocol

Written by SERO Protocol

World’s first Zero-Knowledge Proof based Privacy Protection platform for decentralised applications which supports smart contract and uses SuperZK protocol.

No responses yet