People will abuse that soft spot you have for them in your heart until it’s no longer there. Then they go around telling people that you’re wicked and fake.
Focus on $ANSEM
0 replies
0 recasts
0 reactions
#Update Base
Base Summer kah? 👀
Source:
https://github.com/base/base/blob/e480ad7cb649e9b66224f53a479d6a1d9617e21f/crates/common/precompiles/benches/base_precompiles.rs
0 replies
0 recasts
0 reactions
Let have it 🔥
1 reply
0 recasts
2 reactions
Top casts
I really miss @zama
It's been a while since they posted
Everything okay? 😩
#ZamaCreatorProgram
1 reply
0 recasts
5 reactions
Did you know that @zama enables confidential smart contracts on any L1 or L2 blockchain, offering full end-to-end encryption so even node operators can’t see user data?
It supports seamless interaction between confidential and regular contracts, letting developers control who can decrypt information.
Unlike new blockchains, it acts as a privacy layer on existing chains, so users don’t need to switch networks.
Built on advanced Fully Homomorphic Encryption (FHE), Zama allows computing directly on encrypted data; long seen as cryptography’s “holy grail.”
After five years of research, Zama’s FHE is now over 100x faster, supports common languages like Solidity and Python, and is secure against quantum attacks.
Zama also uses Multi-Party Computation (MPC) to prevent any single party from accessing keys and Zero-Knowledge proofs (ZK) to verify data encryption.
#ZamaCreatorProgram
1 reply
1 recast
2 reactions
Blockchains usually can’t run Fully Homomorphic Encryption (FHE) natively due to limited computing power.
@zama solves this with two key ideas: Symbolic Execution and Threshold Decryption.
Symbolic execution means the host chain (L1/L2) doesn’t do FHE calculations itself.
Instead, it sends a pointer and triggers coprocessors, which perform the FHE computations off-chain.
This keeps the host chain fast, lets FHE tasks run in parallel, and allows chaining encrypted operations efficiently.
All coprocessor work is publicly verifiable, and later anyone will be able to compete by proving correctness using ZK-FHE.
Threshold decryption secures the private decryption key by splitting it among multiple parties using a Multi-Party Computation (MPC)-based Key Management Service (KMS).
Only authorized users/contracts can request decryption via the Zama Gateway, ensuring all decryptions follow smart contract rules with full transparency.
#ZamaCreatorProgram
1 reply
1 recast
3 reactions
Zama makes it easy to build compliant and confidential apps!
And guess what?
Solidity is all you need for building @zama contracts.
These contracts are simple Solidity contracts created with familiar Solidity toolchains, offering developers a smooth and straightforward experience.
By using the euint data types, developers can easily designate which parts of their contracts remain private.
Plus, you can define programmable compliance rules right inside your smart contract, controlling who can decrypt data according to your specific regulatory needs.
##ZamaCreatorProgram