代码之家  ›  专栏  ›  技术社区  ›  Yangff

如何在本地构建ripple客户端?

  •  2
  • Yangff  · 技术社区  · 9 年前

    我正在努力构建 ripple-client 在我的电脑上,它是README.md和wiki。

    但是,在我跑完之后 grunt devserver 和访问 http://local.ripple.com ,登录到我的帐户。我只能找到导航条。

    在我的开发工具中,我看到了很多错误,但没有人在github问题或他们的bug跟踪器上提到这种情况,所以我不确定我所做的事情是否错误。 send trade 页面看起来也是这样。

    http://i.stack.imgur.com/P7qNa.png

    如果这些步骤错误或是错误?

    1. git clone https://github.com/ripple/ripple-client` npm install bower install
    2. 修改ripple.txt和config.js以使用生产服务器(登台似乎不起作用)。
    3. grunt grut开发服务器 .
    1 回复  |  直到 9 年前
        1
  •  1
  •   orzFly    9 年前

    以下是我所做的:

    git clone https://github.com/ripple/ripple-client`
    npm install
    bower install
    cp src/js/config{-example,}.js
    grunt
    grunt devserver
    

    您不必修改ripple.txt,因为您可以通过在ripple ID后附加@rippletrade.com登录,例如~orzfly@rippletrade.com.

    关于控制台中出现的错误,您也可以在production rippletrade.com上找到:(。

    顺便说一下,您应该查看控制台中的第一行,而不是这些SVG相关消息。