Skip to content

patchthecode/tangler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GoDoc GitHub license

tangler

Overview

Yet another iota tangle explorer.

Visit here for demo.

Requirements

This requires

  • git
  • go 1.7+

Installation

$ mkdir tmp
$ cd tmp
$ export GOPATH=`pwd`
$ go get -d github.com/utamaro/tangler
$ cd src/github.com/utamaro/tangler
$ go build
$ ./tangler

Using Own IRI Server

By default tangler uses public nodes listed at here. If you want to use your own IRI server, you would need to change every lines in main.go

server := giota.RandomNode()

to

server:="http://localhost:14265"

or something.

Contribution

Improvements to the codebase and pull requests are encouraged.

About

yet another iota tangle explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 57.0%
  • Go 42.0%
  • CSS 1.0%