Skip to content

owenSai/linkeye

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkEye

Clone the source

mkdir -p $GOPATH/src/github.com/linkeye/
cd $GOPATH/src/github.com/linkeye/
git clone https://github.com/linkeye/linkeye

Building the source

make linkeye

or, to build the full suite of utilities:

make all

Running Linkeye

$ linkeye

linkeye will connect to the main net, or use

$ linkeye console

linkeye will connect to the main net and open an interactive console, we can use it to test linkeye function.

About

Linkeye Core implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 83.1%
  • C 7.5%
  • JavaScript 5.7%
  • C++ 1.2%
  • Assembly 0.6%
  • Python 0.5%
  • Other 1.4%