「Ripple総合まとめ」の版間の差分

ナビゲーションに移動 検索に移動
100行目: 100行目:
*Ripple Wiki: https://wiki.ripple.com/
*Ripple Wiki: https://wiki.ripple.com/
*Ripple Labs Inc.: https://www.ripplelabs.com/
*Ripple Labs Inc.: https://www.ripplelabs.com/
=公式・非公式ツール=
==チャート==
*公式チャート: https://www.ripplecharts.com/#/
*Pobits: https://ja.bitcapitalz.com/ripple/charts
==残高・履歴の確認==
*Ripplecharts: https://www.ripplecharts.com/#/graph/
*WisePass: https://wisepass.com/ripple/rPDXxSZcuVL3ZWoyU82bcde3zwvmShkRyF
*Ledger Monitor: http://ledgermonitor.heartbit.io/app
==コールドウォレット==
*REST Tool: https://ripple.com/build/rest-tool/
==デスクトップクライアント==
===デスクトップクライアントの入手===
*非公式版デスクトップクライアント(公式版1.1.0からのフォーク)<br>
  https://github.com/yxxyun/ripple-client-desktop/releases/<br>
*公式版デスクトップクライアントのソース<br>
  https://github.com/ripple/ripple-client-desktop/releases<br>
===Windowsでビルドする環境を構築する===
1.Node.js をここからダウンロードしてインストール<br>
  https://nodejs.org/<br>
2.スタートメニューのコマンドプロンプトを右クリックして管理者として実行<br>
3.コマンドプロンプトで次のコマンドを実行して grunt をインストール<br>
  > npm install -g grunt-cli<br>
4.ここ↓を参考に git をインストール<br>
  http://opcdiary.net/?page_id=27065<br>
※グローバルの設定以下はしなくても大丈夫 <br>
===Windowsで非公式版クライアントをビルドする方法===
以下はVer.1.1.32をビルドする手順<br>
1.ripple-client-desktop-1.1.32フォルダをまるごとCドライブ直下にコピー<br>
2.C:\ripple-client-desktop-1.1.32\buildフォルダを作成<br>
3.C:\ripple-client-desktop-1.1.32\config-example.json をコピーして config.json を作成<br>
4.C:\ripple-client-desktop-1.1.32\src\js\config-example.js をコピーして config.js を作成<br>
5.ここからjsdom_binaries-master.zipをダウンロードして解凍する<br>
  https://github.com/mihaifm/jsdom_binaries/archive/master.zip<br>
6.解凍してできたnode_modulesフォルダをC:\ripple-client-desktop-1.1.32\node_modulesフォルダに上書き<br>
7.スタートメニューのコマンドプロンプトを右クリックして管理者として実行<br>
8.コマンドプロンプトで次のコマンドを実行<br>
  > cd C:\ripple-client-desktop-1.1.32<br>
  > npm install<br>
  ダウンロードとインストールが始まるからしばらく待つ<br>
9.コマンドプロンプトで下記のコマンドを実行<br>
  > grunt<br>
10.しばらく待つとビルドが終わる。<br>
  C:\ripple-client-desktop-1.1.32\buildフォルダに実行ファイルができる。<br>
※公式版Ver.1.1.0をビルドしたい場合はsrcフォルダを1.1.32のsrcフォルダに上書き(統合)すればOK <br>


=Rippleの歴史=
=Rippleの歴史=
285行目: 350行目:
   11,000,000,000.00 = Jed以外の創設者<br>
   11,000,000,000.00 = Jed以外の創設者<br>
   12,488,247,336.79 = Total XRP Distributed<br>
   12,488,247,336.79 = Total XRP Distributed<br>
=デスクトップクライアントのビルド=
==デスクトップクライアントの入手==
非公式版デスクトップクライアント(公式版1.1.0からのフォーク)<br>
  https://github.com/yxxyun/ripple-client-desktop/releases/<br>
公式版デスクトップクライアントのソース<br>
  https://github.com/ripple/ripple-client-desktop/releases<br>
==ビルドする環境を構築する==
1.Node.js をここからダウンロードしてインストール<br>
  https://nodejs.org/<br>
2.スタートメニューのコマンドプロンプトを右クリックして管理者として実行<br>
3.コマンドプロンプトで次のコマンドを実行して grunt をインストール<br>
  > npm install -g grunt-cli<br>
4.ここ↓を参考に git をインストール<br>
  http://opcdiary.net/?page_id=27065<br>
※グローバルの設定以下はしなくても大丈夫 <br>
==Windowsで非公式版クライアントをビルドする方法(Ver.1.1.32)==
1.ripple-client-desktop-1.1.32フォルダをまるごとCドライブ直下にコピー<br>
2.C:\ripple-client-desktop-1.1.32\buildフォルダを作成<br>
3.C:\ripple-client-desktop-1.1.32\config-example.json をコピーして config.json を作成<br>
4.C:\ripple-client-desktop-1.1.32\src\js\config-example.js をコピーして config.js を作成<br>
5.ここからjsdom_binaries-master.zipをダウンロードして解凍する<br>
  https://github.com/mihaifm/jsdom_binaries/archive/master.zip<br>
6.解凍してできたnode_modulesフォルダをC:\ripple-client-desktop-1.1.32\node_modulesフォルダに上書き<br>
7.スタートメニューのコマンドプロンプトを右クリックして管理者として実行<br>
8.コマンドプロンプトで次のコマンドを実行<br>
  > cd C:\ripple-client-desktop-1.1.32<br>
  > npm install<br>
  ダウンロードとインストールが始まるからしばらく待つ<br>
9.コマンドプロンプトで下記のコマンドを実行<br>
  > grunt<br>
10.しばらく待つとビルドが終わる。<br>
  C:\ripple-client-desktop-1.1.32\buildフォルダに実行ファイルができる。<br>
==番外編==
1.1.0をビルドしたい場合はsrcフォルダを1.1.32のsrcフォルダに上書き(統合)すればOK <br>


=過去スレ一覧=
=過去スレ一覧=
532

回編集

案内メニュー