Git Product home page Git Product logo

fingertip's Introduction

Fingertip

Note: This project is experimental use at your own risk.

Fingertip is a menubar app that runs a lightweight decentralized resolver to resolve names from the Handshake root zone. It can also resolve names from external namespaces such as the Ethereum Name System. Fingertip integrates with letsdane to provide TLS support without relying on a centralized certificate authority.

Install

You can use a pre-built binary from releases or build your own from source.

Configuration

You can set these as environment variables prefixed with FINGERTIP_ or store it in the app config directory as fingertip.env

# letsdane proxy address
PROXY_ADDRESS=127.0.0.1:9590
# hnsd root server address
ROOT_ADDRESS=127.0.0.1:9591
# hnsd recursive resolver address
RECURSIVE_ADDRESS=127.0.0.1:9592
# Connect your own Ethereum full node/or blockchain provider such as Infura
#ETHEREUM_ENDPOINT=/home/user/.ethereum/geth.ipc or
#ETHEREUM_ENDPOINT=https://mainnet.infura.io/v3/YOUR-PROJECT-ID

Build from source

Go 1.16+ is required.

$ git clone https://github.com/buffrr/fingertip

MacOS

$ brew install dylibbundler git automake autoconf libtool unbound
$ git clone https://github.com/imperviousinc/fingertip
$ cd fingertip && ./builds/macos/build.sh

For development, you can run fingertip from the following path:

$ ./builds/macos/Fingertip.app/Contents/MacOS/fingertip

Configure your IDE to output to this directory or continue to use build.sh when making changes (it will only build hnsd once).

Windows

Follow hnsd build instructions for windows. Copy hnsd.exe binary and its dependencies (libcrypto, libssl and libunbound dlls) into the fingertip/builds/windows directory. You no longer need to use MSYS shell.

$ choco install mingw
$ go build -trimpath -o ./builds/windows/  -ldflags "-H windowsgui"

Linux

Follow hnsd build instructions for Linux. Copy hnsd binary into the fingertip/builds/linux/appdir/usr/bin directory.

$ go build -trimpath -o ./builds/linux/appdir/usr/bin/

Credits

Fingertip uses hnsd a lightweight Handshake resolver, letsdane for TLS support and go-ethereum for .eth and Ethereum HIP-5 lookups.

The name "fingertip" was stolen from @pinheadmz

fingertip's People

Contributors

buffrr avatar rithvikvibhu avatar apbigcod avatar

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.