We have two chains (lol two chainz: https://www.youtube.com/watch?v=4dfSrP1CbeQ) The ETH chain and the cheapETH chain. We can assume the ETH chain has ~1000x more value than the cheapETH chain. In order to move value between chains, we need a trusted way to get the state of each chain on to the other chain. L1 -> L2 Bridge: L1 (ETH) is secured by proof of work. Generating a fake proof of work chain is very expensive. How it works: 1. Deploy contract on L2 with a checkpoint hash of an ETH block. You can manually audit this, the same way you would audit the contract address. 2. Anyone can submit future block headers of the main chain, the contract validates that they are correct and have the right difficultly. 3. If someone submits a longer chain, the contract follows that chain. (block reorg) Think like we are running a "light node" on cheapETH itself. I don't know how doable this is, but it would be nice if it worked. The key part is that the cheapETH contract must be able to validate the difficult operation. If this can't be reasonably written on the Ethereum platform, we could have a special contract address on cheapETH which contains the mainETH state hash, but I hope it doesn't come to that.
Bridge between L1 (Ethereum) and L2 (cheapETH)
Overview
An encryption format offering better security, performance and ease of use than PGP.
An encryption format offering better security, performance and ease of use than PGP. File a bug if you found anything where we are worse than our competition, and we will fix it.
Crypto Stats and Tweets Data Pipeline using Airflow
Crypto Stats and Tweets Data Pipeline using Airflow Introduction Project Overview This project was brought upon through Udacity's nanodegree program.
Image AES256 crypt-decrypt
Image AES256 crypt-decrypt
Hide secret data within a digital image using good ol' terminal
pystego Hide secret data within a digital image using good ol' terminal Installation The recommended way for installing this package is using, python
BOT para o BombCrypto para infinitas contas em simultâneo!!!
BOT - MultiContas para BombCrypto - v 0.4.0 Funções extras: Envios de notificações via Telegram: Aviso de Inicialização do Bot Aviso de Conclusão de M
A cairo port for Rari Capital Vaults
crypts • Architecture contracts ├─ CryptFactory — "Factory for deploying Crypt contracts for any ERC20 token." ├─ Crypt — "Flexible, minimalist, and g
Algorand-app - This tutorial is designed to get you started with Algorand development in a step by step process
Getting Started This tutorial is designed to get you started with Algorand devel
SysWhispers integrated shellcode loader w/ ETW patching & anti-sandboxing
TymSpecial Shellcode Loader Description This project was made as a way for myself to learn C++ and gain insight into how EDR products work. TymSpecial
A little side-project API for me to learn about Blockchain and Tokens
BlockChain API I built this little side project to learn more about Blockchain and Tokens. It might be maintained and implemented to other projects bu
Active github repos of all cryptocurrencies
This repo is to maintain the list of active repositories for all cryptocurrencies that https://codemask.org uses. The active list will be automaticall
An automated Risk Management Monitor Bot for ByBit cryptocurrencies exchange.
An automated Risk Management Monitor Bot for ByBit cryptocurrencies exchange that forces all open positions to adhere to a specific risk ratio, defined per asset. It supports USDT Perpetual, Inverse
Hasher Hash, Compare and Verify your files Translations
Hasher Hash, Compare and Verify your files Translations In order to translate Hasher to a language you must add a folder with the language abbreviatio
The leading native Python SSHv2 protocol library.
Paramiko Paramiko: Python SSH module Copyright: Copyright (c) 2009 Robey Pointer
8.1k Jan 08, 2023
Small utility to encrypt and decrypt messages
Safe Safe is a small utility to encrypt and decrypt messages using a pair of public and private keys. Installation You need to have GPG installed in y
SVSHI - Secure and Verified Smart Home Infrastructure
The SVSHI (Secure and Verified Smart Home Infrastructure) (pronounced like "sushi") project is a platform/runtime/toolchain for developing and running formally verified smart infrastructures, such as
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
Tink A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. Ubuntu
Generate simple encrypted messages!
Premio's Shift is a very simple text encryption, you can use it to send secret messages to your friends. Table of Content Table of Content How it work
Crypto Portfolio Clustering with and without optimization techniques (elbow method, PCA).
Crypto Portfolio Clustering Crypto Portfolio Clustering with and without optimization techniques (elbow method, PCA). Analysis This is an anlysis of c
Address Validator (Bitcoin & Monero)
The Bitcoin address is an identifier of 26-35 alphanumeric characters, beginning with the number 1, 3 or bc1. 0, O, I, l are removed to avoid visual a
Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters.
modeval Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters. Basic U