Skip to content
/ sniper Public

You need a Handshake-aware DNS resolver to see this!

Notifications You must be signed in to change notification settings

tasuki/sniper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sniper

Build Status

An interface for watching Handshake auctions. Uses Namebase's APIs, so linking back to their servers.

Install/Run

On Ubuntu, install Elm and run the reactor in this directory:

npm install elm
elm reactor

That will run it without css 🤷

To run with css, compiling every 5 seconds:

watch -n 5 elm make src/Main.elm --debug --output=sniper.js

Build

elm make src/Main.elm --optimize --output=sniper.js

The two files that need to be deployed are index.html and sniper.js.

About

You need a Handshake-aware DNS resolver to see this!

Resources

Stars

Watchers

Forks