#block #epic #transaction #kernel #byte #blockchain #chain

stack_test_epic_core

Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format

4 stable releases

3.0.3 Aug 17, 2022
3.0.2 Jun 1, 2022
3.0.0 May 31, 2022

#23 in #epic

Download history 34/week @ 2023-11-27 18/week @ 2023-12-04 29/week @ 2023-12-11 35/week @ 2023-12-18 32/week @ 2023-12-25 4/week @ 2024-01-01 38/week @ 2024-01-08 18/week @ 2024-01-15 20/week @ 2024-01-22 16/week @ 2024-01-29 30/week @ 2024-02-05 42/week @ 2024-02-12 30/week @ 2024-02-19 53/week @ 2024-02-26 56/week @ 2024-03-04 12/week @ 2024-03-11

161 downloads per month
Used in 17 crates (10 directly)

Apache-2.0

500KB
12K SLoC

epic-logo-big-text-epic

Documentation Wiki Release Version License Epic Master Branch Build Status

This is the implementation of the epic server. The epic server is a node in the network that validates, propagates, and sometimes produces new blocks, basically a collection of processed transactions.

Introduction to MimbleWimble and Epic

MimbleWimble is a blockchain format and protocol that provides extremely good scalability, privacy and fungibility by relying on strong cryptographic primitives. It addresses gaps existing in almost all current blockchain implementations.

Epic is an open source software project that implements a MimbleWimble blockchain and fills the gaps required for a full blockchain and cryptocurrency deployment.

The main goal and characteristics of the Epic project are:

  • Privacy by default. This enables complete fungibility without precluding the ability to selectively disclose information as needed.
  • Scales mostly with the number of users and minimally with the number of transactions (<100 byte kernel), resulting in a large space saving compared to other blockchains.
  • Strong and proven cryptography. MimbleWimble only relies on Elliptic Curve Cryptography which has been tried and tested for decades.
  • Design simplicity that makes it easy to audit and maintain over time.
  • Community driven, encouraging mining decentralization.

Status

Epic is live with mainnet.

Getting Started

The full Epic Wiki can be found here: Epic Cash - Wiki

Getting started with the project 💡

By the end of this section, you should have the basic knowledge of how to run Epic Cash and its different binaries functions.

Here are the basic topics:

Quick User guides 📚

Has more information about the project, such as how to do transactions, and details about mining.

Here are the basic topics:

Building the projects 🧰

If you want to build the projects, you should be able to have the minimum requirements for building the projects directly from their repositories.

This section is divided by OS:

Contributing 🧱

If you want to help us and contribute with our code:

Credits

Tom Elvis Jedusor for the first formulation of MimbleWimble.

Andrew Poelstra for his related work and improvements.

John Tromp for the Cuckoo Cycle proof of work.

Grin Developers for the initial implementation

J.K. Rowling for making it despite extraordinary adversity.

License

Apache License v2.0.

Dependencies

~10–15MB
~281K SLoC