| Crates.io | stack_test_epicbox |
| lib.rs | stack_test_epicbox |
| version | 0.1.1 |
| created_at | 2022-06-08 10:16:26.066819+00 |
| updated_at | 2022-06-27 10:57:01.553248+00 |
| description | A slate relay service for Epic. |
| homepage | |
| repository | https://github.com/EpicCash/epicbox |
| max_upload_size | |
| id | 601984 |
| size | 4,744,493 |
epic# epicbox://: An open transaction building protocol
Epic is a blockchain-powered cryptocurrency that is an implementation of the Mimblewimble protocol, with a focus on privacy and scalability. In Mimblewimble, transactions are interactive, requiring the Sender and Recipient to interact over a single round trip in order to build the transaction.
Epicbox provides a simple way for parties to exchange transaction slates as part of the interactive process of building a valid Epic transaction.
In order to communicate over the relay, each party has to be able to get pending slates from the relay from a dedicated address, and to post new slates to the relay to the other party's dedicated address. The address is identified by each party's public key.
Assuming Alice wants to send Bob 50 epic using the relay:
publickey@yourdomain.com.Epicbox is free and open for anyone to use. For instructions on how to integrate with your product or service, see the relevant section in the documentation. You are also welcome to reach out to us at hello@713.mw or on Gitter and we'll help with this.
The relay does not store data. Epicbox does not store any data on completed transactions by design, but it would be possible for a modified version of a relay to do so and as a result build a graph of activity between addresses. Federation means that a relay only sees transactions related to its own users.
Your IP is your responsibility. When you communicate with a epicbox relay, you are exposing your IP to the relay. You can obfuscate your real IP address using services such as a VPN and/or TOR or i2p.
Apache License v2.0.