Tapir provides a framework for building Anonymous / metadata resistant Services
Go to file
Sarah Jamie Lewis 8369ae605b
the build was successful Details
Adding a PoW Token Service that Grants Tokens for PoW
2019-09-25 16:17:29 -07:00
applications Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
networks/tor Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
persistence Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
primitives Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
testing Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
.drone.yml drone to use go modules 2019-08-13 12:23:12 -07:00
.gitignore Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
README.md Force Failure if remote attempts to authenticate with a different 2019-08-12 15:31:23 -07:00
application.go Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
go.mod Integration Pre-Release 2019-07-16 12:14:42 -07:00
go.sum Integration Pre-Release 2019-07-16 12:14:42 -07:00
service.go Adding a PoW Token Service that Grants Tokens for PoW 2019-09-25 16:17:29 -07:00
tapir.png Updated Logo 2019-08-12 15:50:47 -07:00

README.md

TAPir: Tiny Anonymous Peer

Tapir is a small library for building p2p applications over anonymous communication systems (right now Tapir only supports Tor v3 Onion Services).

Tapir has been designed as a replacement to the Ricochet protocol.

Features

  • New Authentication Protocol based on v3 Onion Services
  • Bidirectional Application Channels.

Work In Progress