Git Product home page Git Product logo

etherdog's Introduction

关于以太狗

以太狗是简便可靠的以太坊钱包,用于管理以太币和各种以太坊代币。以太狗是基于metamask开发的开源软件,是metamask的中文精简版。

用户支持

如果您使用以太狗遇到问题,可参阅以太狗项目wiki。还可以在以太狗网站给开发团队留言,寻求帮助。

Dapp应用兼容性

以太狗与metamask底层代码一致,100%兼容。经过metamask测试的Dapp,都可直接通过以太狗使用。

构建方法

以太狗与metamask构建方法一致:

  • 安装Node.js 6.3.1或以上版本;
  • 在项目工程目录执行 npm install
  • 安装gulp npm install -g gulp-cli.
  • 执行gulp build,输出在./dist/目录;
  • 执行gulp zip获得安装包,或者用gulp dist执行构建和打包,打包的输出在/builds目录;

etherdog's People

Contributors

2-am-zzz avatar alextsg avatar artiya4u avatar brunobar79 avatar chikeichan avatar danfinlay avatar danjm avatar dapperkangaroo avatar flyswatter avatar frankiebee avatar greenkeeper[bot] avatar heyellieday avatar jaredpereira avatar kumavis avatar lazaridiscom avatar luisivan avatar mapmeld avatar matteopey avatar nujabes403 avatar orangemio avatar scsaba avatar sdtsui avatar tmashuang avatar toliuyi avatar trigun0x2 avatar ukstv avatar vietlq avatar watilde avatar yookd avatar zmitton avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

etherdog's Issues

npm install fails

> [email protected] install /Users/will/projects/etherdog/node_modules/sha3
> node-gyp rebuild

  CXX(target) Release/obj.target/sha3/src/addon.o
In file included from ../src/addon.cpp:4:
../../nan/nan.h:839:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/will/.node-gyp/10.7.0/include/node/node.h:171:1: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/will/.node-gyp/10.7.0/include/node/node.h:88:20: note: expanded from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
In file included from ../src/addon.cpp:4:
../../nan/nan.h:854:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/will/.node-gyp/10.7.0/include/node/node.h:164:1: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/will/.node-gyp/10.7.0/include/node/node.h:88:20: note: expanded from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
In file included from ../src/addon.cpp:4:
../../nan/nan.h:869:18: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/will/.node-gyp/10.7.0/include/node/node.h:157:1: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/will/.node-gyp/10.7.0/include/node/node.h:88:20: note: expanded from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
In file included from ../src/addon.cpp:4:
../../nan/nan.h:1478:31: warning: 'MakeCallback' is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return scope.Escape(node::MakeCallback(
                              ^
/Users/will/.node-gyp/10.7.0/include/node/node.h:171:1: note: 'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/will/.node-gyp/10.7.0/include/node/node.h:88:20: note: expanded from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
../src/addon.cpp:59:36: error: no matching member function for call to 'NewInstance'
                        info.GetReturnValue().Set(cons->NewInstance(argc, argv));
                                                  ~~~~~~^~~~~~~~~~~
/Users/will/.node-gyp/10.7.0/include/node/v8.h:3956:44: note: candidate function not viable: requires single argument 'context', but 2 arguments were provided
  V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                                           ^
/Users/will/.node-gyp/10.7.0/include/node/v8.h:3953:44: note: candidate function not viable: requires 3 arguments, but 2 were provided
  V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
                                           ^
4 warnings and 1 error generated.

npm ERR! Failed at the [email protected] install script.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.