Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seeleteam/seelewallet
seele wallet
https://github.com/seeleteam/seelewallet
nodejs seele
Last synced: 6 days ago
JSON representation
seele wallet
- Host: GitHub
- URL: https://github.com/seeleteam/seelewallet
- Owner: seeleteam
- Created: 2018-11-05T08:38:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:20:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T07:54:14.542Z (over 1 year ago)
- Topics: nodejs, seele
- Language: JavaScript
- Homepage:
- Size: 163 MB
- Stars: 10
- Watchers: 8
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)