All Projects → gottstech → gotts

gottstech / gotts

Licence: Apache-2.0 License
A blockchain for non-collateralized stable-coins, follow MimbleWimble protocol but with explicit amount.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to gotts

Grin
Minimal implementation of the Mimblewimble protocol.
Stars: ✭ 4,897 (+10102.08%)
Mutual labels:  cryptography, mimblewimble
Bitcoin
Bitcoin Core integration/staging tree
Stars: ✭ 60,211 (+125339.58%)
Mutual labels:  cryptography
Armadillo
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.
Stars: ✭ 226 (+370.83%)
Mutual labels:  cryptography
Helib
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
Stars: ✭ 2,749 (+5627.08%)
Mutual labels:  cryptography
Orion
Usable, easy and safe pure-Rust crypto
Stars: ✭ 227 (+372.92%)
Mutual labels:  cryptography
Libhydrogen
A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
Stars: ✭ 247 (+414.58%)
Mutual labels:  cryptography
Asn1crypto
Python ASN.1 library with a focus on performance and a pythonic API
Stars: ✭ 220 (+358.33%)
Mutual labels:  cryptography
mStable-contracts
📃 Smart Contracts that make up the core of the mStable protocol
Stars: ✭ 277 (+477.08%)
Mutual labels:  stablecoins
Openssl
TLS/SSL and crypto library
Stars: ✭ 17,157 (+35643.75%)
Mutual labels:  cryptography
Go Bip39
The BIP39 library for Go.
Stars: ✭ 238 (+395.83%)
Mutual labels:  cryptography
Paseto.js
PASETO: Platform-Agnostic Security Tokens
Stars: ✭ 241 (+402.08%)
Mutual labels:  cryptography
Awesome He
✨ Awesome - A curated list of amazing Homomorphic Encryption libraries, software and resources
Stars: ✭ 224 (+366.67%)
Mutual labels:  cryptography
Awesome Blockchain Rust
Collect libraries and packages about blockchain/cryptography in Rust
Stars: ✭ 251 (+422.92%)
Mutual labels:  cryptography
Frank jwt
JSON Web Token implementation in Rust.
Stars: ✭ 227 (+372.92%)
Mutual labels:  cryptography
gringo
Alternative full Grin node on Golang (implementation of the MimbleWimble protocol) https://github.com/mimblewimble/grin
Stars: ✭ 45 (-6.25%)
Mutual labels:  mimblewimble
Rustls
A modern TLS library in Rust
Stars: ✭ 3,062 (+6279.17%)
Mutual labels:  cryptography
Erlang Jose
JSON Object Signing and Encryption (JOSE) for Erlang and Elixir
Stars: ✭ 232 (+383.33%)
Mutual labels:  cryptography
Sqleet
SQLite3 encryption that sucks less
Stars: ✭ 244 (+408.33%)
Mutual labels:  cryptography
eth-mimblewimble
Ethereum 9 3/4's zk-SNARKs circuits and the python library for Mimblewimble on Ethereum
Stars: ✭ 77 (+60.42%)
Mutual labels:  mimblewimble
digital-assets-association-poland
🐋 🐋 https://meetup.com/Silesia-Blockchain-Meetup 🐋 🐋
Stars: ✭ 14 (-70.83%)
Mutual labels:  mimblewimble

Build Status Coverage Status Chat Documentation Wiki License

Gotts

Gotts is an in-progress implementation of the MimbleWimble protocol but with explicit amount transaction, and could be the 1st blockchain for non-collateralized stablecoins, based of Grin v2.0.0 Codebase.

Many characteristics are still undefined but the following constitutes a first set of choices:

  • Decentralized non-collateralized stable-coins, with perfect stability, as Gotts on-chain assets.
  • Transaction as immediate conversion between different stable-coins assets.
  • Follow MimbleWimble protocol, but with explicit amount transaction.
  • Support both interactive and non-interactive transaction.
  • Address and transaction proof.
  • 10x transaction throughput comparing to Grin.
  • Proof of Work.
  • Fixed block reward over time with a decreasing dilution.

To learn more, read the Introduction to MimbleWimble, Grin & Gotts.

Status

Gotts is still under development. Much is left to be done and contributions are welcome (see below), the TODO may help. Check the website for the latest status.

Contributing

To get involved, read our contributing docs.

Find us:

Getting Started

To learn more about the technology, read our introduction.

To build and try out Gotts, see the build docs.

WiKi

https://github.com/gottstech/gotts/wiki

Philosophy

Gotts likes itself small and easy on the eyes. It wants to be inclusive and welcoming for all walks of life, without judgement. Gotts is terribly ambitious, but not at the detriment of others, rather to further us all. It may have strong opinions to stay in line with its objectives, which doesn't mean disrespect of others' ideas.

We believe in pull requests, data and scientific research. We do not believe in unfounded beliefs.

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.

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

Grin Developers for the first wonderful implementation of MimbleWimble. The related code taken with thanks and respect, with license details in all derived source files.

Bips Contributors for some taken proposals in Grin and/or Gotts, such as bip-schnorr, bip-32, bip-39, bip-152, bip-173, and so on.

And all other contributors not explicitly mentioned above.

License

Apache License v2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].