KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
wimble
★ 11
Open GitHub ↗
Wimble – Wallet reinvented for Grin.
Download README (.md)
Explore Similar Repositories
TrainTimer
:
最寄り駅の電車が何分後に来るか表示します。
sspanel-autocheckin
:
适用于sspanel魔改版的自动签到
Spark2CassandraBulkLoad
:
Spark Library for Bulk Loading into Cassandra
ses-smtpd-proxy
:
Simple SMTP to SES Mail Proxy
deno-using
:
python-style with statements for deno
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
wimble
?
Download (.md)
# Wimble > Wallet reinvented for Grin. Grin does not have addresses built-in which makes transacting more convoluted. Thus, Wimble takes a new approach by only supporting file- and text (base64) based transactions coupled together with an intuitive interface. Send- and receive Grin by simply copy-pasting strings through your favourite messaging app. ## Install 1. Go to [releases](https://github.com/nijynot/wimble/releases) and download the application. 1. Start the application. ## Build You might want to build Wimble from the source yourself. Here's a step by step guide on how to do that. Some assumptions are made on basic installations. ``` $ git clone https://github.com/nijynot/wimble.git $ cd wimble $ npm install $ npm run package ``` Then navigate to the `release` folder to find the built apps. ## Screenshots <img src="https://raw.githubusercontent.com/nijynot/wimble/master/screenshots/splash.png" height="500"/> <img src="https://raw.githubusercontent.com/nijynot/wimble/master/screenshots/home-hidden.png" height="500"/> <img src="https://raw.githubusercontent.com/nijynot/wimble/master/screenshots/home-show.png" height="500"/> <img src="https://raw.githubusercontent.com/nijynot/wimble/master/screenshots/send.png" height="500"/> <img src="https://raw.githubusercontent.com/nijynot/wimble/master/screenshots/slate.png" height="500"/> <img src="https://raw.githubusercontent.com/nijynot/wimble/master/screenshots/txs.png" height="500"/> ## Side-note Wimble read and writes to the `.grin` folder, and uses configs that are stored inside the application. Wimble ***only*** supports file- and text (base64) based transactions. Wimble uses both the `grin` and the `grin-wallet` binaries. ## License MIT