初心者でも簡単に使えるように
- 技術的要素をできるだけ排除し
- 難しい専門用語でなくわかりやすい言葉で
- 暗号通貨を使う上での豆知識の教本として使え
- 上級者でも満足できるように設定でき
- 複数通貨に対応
- Counterpartyトークンも扱え
- 業務用モナコイン決済ツールとしても使える
モナコイン・アルトコインウォレット
金光碧氏がもにゃもにゃ仰っていたので https://twitter.com/KanemitsuMidori/status/914803980856827904
DMD様 https://monappy.jp/picture_places/view/20695 このアイコンは クリエイティブ・コモンズ 表示 4.0 国際 ライセンスの下に提供されています。
git clone https://github.com/monya-wallet/monya
npm install
npm run build
npm run build:cordova
でCordova用のビルドを作成します。
npm run start
で開発用になります。browser-syncあります
gulp addWord
でcomponent/*.htmlの日本語部分を抜き出して、lang/dict.jsonに出力gulp translateEn
で適用- エラーが起こったら、lang/dict.jsonの内容を
{}
に変更
事前にnpm run build
でビルドを作成したことを確認してください。
npm install -g [email protected]
注意: Cordovaのバージョンは7.1.0です。8.0以上ではありません。cd cordovaProj
npm install
cordova platform add <platformName>
platformNameはios
やandroid
などcordova build <platformName> --release
npm run build
でchrome_extension
以下にChrome拡張機能用のディレクトリが生成されます。- Google Chromeの拡張機能のページから「拡張機能をパッケージ化」というボタンをクリックし、上記のディレクトリを指定してください。また、既に一度パッケージ化を行っている場合には、前回生成された鍵をここで指定してください。そうでないと、ストアで署名が認識されません。
- パッケージ化が完了すると、拡張機能の実態である
.crx
ファイルと、初回のみ鍵がダウンロードされます。.crx
ファイルはストアにアップロードする際に使用し、鍵は大事に保管しておいてください。
git cloneした先のディレクトリ(README.mdがあるディレクトリ)で以下を実行してください。
$ cd dist && find assets|sed -e 's/assets\///'|grep -e '\(\.png\|\.jpg\)'|while read a;do cwebp -q 90 -z 9 -mt -af -progress -v assets/$a -o ../chrome_extension/assets-webp/$(echo $a|sed -e 's/\(\.png\|\.jpg\)//').webp;done
事前にnpm run build
でelectron/src/dist
以下に最新ビルドがコピーされていることを確認してください。
cd electron
npm install
npm run dist
作業が完了すると、electron/dist
以下にビルド済みパッケージが生成されます。
GPLv3
Copyright (C) 2017 ゆき@モナコインJK This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
その他のライセンスは CC-BY によってライセンスされます