Skip to content

Commit

Permalink
readme (#66)
Browse files Browse the repository at this point in the history
* translations

* initialize database, 0 account translation readjustment, event display

* password error display

* connection display

* disable contract

* path adjust

* 'solution_tested_on_windows'

* path error and optimization, menu enabling for paste

* individual build commands

* mask issue with incorrect address

* terms improve

* copy for transaction hash and key generation

* refresh value

* refresh fix

* tom advises

* language fix

* null

* ui improve

* negative signs

* 'applogo'

* tx display adjust

* presenation_day

* accountmanagingupgrade

* dsstore

* move accounts and exporting

* ui fixes

* save before tx record feature

* tx status

* demo

* contract bug fixes

* code cleaning (client initialize) language change in menu

* link page language switch to menu language switch

* windows test round

* language complete

* language cleaning

* account adjustment

* link receipt

* mainprocess solc

* 1.0.0 ui complete

* contract

* ui

* mac pac

* delete

* linux

* delete

* ui

* 'pacwin'

* shard

* SeeleWallet

* md

* pre mac test

* ui

* readme
  • Loading branch information
muyiy authored and LincolnZeng committed Oct 12, 2019
1 parent 9f87269 commit b145205
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# SeeleWallet

### Intro
![alt text](build/icon.ico)


SeeleWallet is Seele's open-source wallet, which runs on OSX, Windows and Linux, for transaction and contract sending over Seele's Mainnet.

### User

[Tutorial](https://seele-seeletech.gitbook.io/wiki/tutorial/seelewallet)

[Download](https://github.com/seeleteam/seelewallet/releases/latest)


### Developer

**Clone, Run, Package**

```bash
# Clone Repo
git clone https://github.com/seeleteam/SeeleWallet.git
# Enter Repo
cd SeeleWallet
# Install Dependencies
npm install
# Run SeeleWallet
npm start

# on mac package darwin x64
npm run pac-mac
# on linux package linux x64
npm run pac-lin
# on windows package win32 x64
npm run pac-win
```
**Data folder**
```bash
~/
└── .SeeleWallet/
├── account/
├── node/
├── rc/
├── tx/
├── lang.json
└── viewconfig.json
```
**Feature Workflow**
```yml
Manage Account:
Generate by shard number 1-4
Generate by private-key 1-4
Import account
Move Out
Export Account Info:
Unlock & Copy private-key
Copy account
Copy publickey
Transactions:
Shard [1,4]x[1,4]
Record Display
Contracts:
Shard 1-1, 2-2, 3-3, 4-4
Deploy & Results
Employ & Results
View:
Fullscreen, minimize, developer
Language
Network
```
# License
[CC0 1.0(Public Domain)](md/LISENSE.md)

0 comments on commit b145205

Please sign in to comment.