forked from cwtch.im/tapir
1
0
Fork 0
Go to file
Sarah Jamie Lewis 1fec260185 Integration Pre-Release 2019-07-16 12:14:42 -07:00
applications Refactor to better define boundaries, formatting and linting 2019-06-05 12:02:03 -07:00
cmd Integration Pre-Release 2019-07-16 12:14:42 -07:00
networks/tor Adding networks/tor 2019-06-06 09:41:03 -07:00
notifications Integration Pre-Release 2019-07-16 12:14:42 -07:00
primitives Moving towards a workable notifications prototype 2019-06-10 13:36:18 -07:00
.gitignore Moving towards a workable notifications prototype 2019-06-10 13:36:18 -07:00
README.md Initial Commit 2019-05-15 12:50:56 -07:00
application.go Formatting 2019-05-21 11:28:49 -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 Integration Pre-Release 2019-07-16 12:14:42 -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.

Work In Progress