Cellframe Network World
1.46K subscribers
1.28K photos
52 videos
590 links
Cellframe Network is a scalable, next-generation, open-source platform for creating and aggregating blockchain and services protected by post-quantum encryption.
Download Telegram
Cellframe Node 5.4 is Released! The new version is now available for download! πŸ’œ

This release brings key updates focused on the full launch of the Transaction Composer. This is a special module used to create transactions in the Cellframe Wallet. It is primarily relevant for Ultra-Light mode, where the wallet works with remote public nodes, but it also works in Local and Remote modes when the wallet wasn’t created on a node. The module is implemented on the Cellframe SDK side and generates transactions in JSON format (text files) for submission to the node.

To ensure this process works correctly in Node 5.4, we optimized the mempool_add command, which handles reading transaction JSON files.

Debugging the Transaction Composer was a long process, but with the release of Node 5.4, its operation has been stabilized. It now supports nearly all types of transactions: from standard token transfers between wallets, to bridge transfers, staking, and voting. This also stabilizes the Ultra-Light mode of our wallet.

Another important update in this Node version concerns blockchain voting functionality. We added the ability to cancel an open vote using a special command. We also introduced vote statuses (active, expired, completed, canceled) and added a token filter when displaying the list of votes.

πŸ”Ί Download the new Node version now!

#cellframe_update #cellframe_node
Please open Telegram to view this post
VIEW IN TELEGRAM
❀17πŸ”₯9🀩4
πŸ”Ί This Thursday, August 21, we’ll be holding our traditional AMA session with Dmitry Gerasimov, Demlabs CEO and Cellframe project lead!

➑️ Submit your questions to Dmitry via the special form or leave them in the comments under this post.

Here's the plan:
πŸ“Œ August 21
β˜‘οΈ 12:00 UTC

Where to watch:
● Our YouTube channel

Don’t miss the chance to hear the latest updates about the Cellframe project! We’ll see you at the broadcast!

#AMA_cellframe
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯23❀7πŸ‘7
Forwarded from Dotflat Official Channel
β–ͺ️ The First Listing of Dotflat on a Centralized Exchange!

Flatcoins $DFC and the project's governance tokens $RLE are now available for trading on CetoEX.

Trading pairs: RLE/USDT and DFC/USDT.

The tokens are already available for deposit and withdrawal (ERC-20).

Thank you for your support! Stay tuned so you don't miss a thing! πŸ’š

#dotflat_announcement #NewListing #CryptoListing
Please open Telegram to view this post
VIEW IN TELEGRAM
❀23πŸ”₯17πŸ‘4
Attention! πŸ’‘

Due to ongoing maintenance work on the Backbone and KelVPN networks, the bridge and staking websites are currently operating in limited mode.
We’ll let you know once the work is completed β€” stay tuned for updates.

Thank you for being with us β™₯️

#cellframe_announcement #cellframe_maintenance
Please open Telegram to view this post
VIEW IN TELEGRAM
❀15πŸ‘8πŸ‘3
Media is too big
VIEW IN TELEGRAM
πŸ” Blockchain Explorer: What It Is and Why You Need It

πŸŽ₯ In our new short video, we’ll explain what a blockchain explorer is and how you can use it to:
β€’ verify a cryptocurrency transfer
β€’ find a transaction by its hash or block number
β€’ check the balance and transaction history of any address

And of course, we’ll also talk a bit about the Cellframe blockchain explorer!

#BlockchainExplorer #CFScan #CryptoTools #CellframeNetwork #CryptoCommunity #BlockchainTechnology
πŸ”₯19❀6πŸ‘4πŸ₯°1🀩1
⚑️ Don't miss the AMA session with Dmitry Gerasimov today, Thursday, August 21 at 12:00 UTC!

πŸ“Œ Join the live stream: Youtube channel.

See you there!

#AMA_cellframe
Please open Telegram to view this post
VIEW IN TELEGRAM
❀17πŸ”₯9πŸ‘3
Forwarded from BingX Announcement
πŸ”₯ Cellframe Network (CELL) Listing Carnival is coming!

⏰ 2025.08.14 13:00 - 2025.08.25 13:00 (UTC+0οΌ‰
πŸ’ΈSpot & Future Trade to share 156,000 CELL Rewards!
πŸ’° Limited spots available β€” first come, first served! Up to $1000 per user!

Click πŸ‘‡
Event Details

Xlink πŸ‘‡
@cellframenet
❀22πŸ‘5πŸ”₯4πŸŽ‰4
πŸ”– We’ve prepared the full text version of the August 21 AMA session with Dmitry Gerasimov β€” CEO of Demlabs and Cellframe project lead!
It includes Dmitry’s answers to the most pressing community questions.

Here are the key topics we covered:
β€’ Integration of the native Cellframe protocol on centralized exchanges.
β€’ Cellframe Auctions: token locking for voting.
β€’ Node 5.4 update and the transaction composer.
β€’ Plans for version 6.0: hardfork and API update.
β€’ Self-developing blockchain and autonomous coding agents.

We also discussed security and the future of the Cellframe ecosystem!
πŸ’œ Read the full recap on the Cellframe blog!

#AMA_transcript_cellframe
Please open Telegram to view this post
VIEW IN TELEGRAM
❀27πŸ‘9πŸ₯°3πŸŽ‰1
πŸ”₯ Asymmetric encryption is a method of securing data that uses two different keys: a public key (for encrypting data and verifying signatures) and a private key (for decrypting data and creating signatures). When a user wants to send tokens, they sign the transaction with their private key, creating a digital signature. The network then verifies this signature using the public key, ensuring that the transaction was indeed initiated by the rightful owner.

πŸ”˜Among the classical algorithms, asymmetric ones include, for example, the ECDSA digital signature algorithm and also RSA-2048. They are used by many popular blockchain platforms.

πŸ”˜The foundation of these algorithms lies in distinct mathematical problems: elliptic curves for ECDSA, and integer factorization (breaking down large numbers into prime factors) for RSA-2048. While the problems are very different, they share a critical vulnerability: both can be solved efficiently by a quantum computer using Shor’s algorithm.

Post-quantum signatures are also asymmetric, but they are based on mathematical problems that are believed to be resistant to Shor’s algorithm. These include lattices, hash functions, multivariate quadratic equations, isogenies, and error-correcting code problems.

Within the Cellframe blockchain, signatures from two of these families have already been integrated: Falcon and CRYSTALS-Dilithium (lattice-based), as well as SPHINCS+ (hash-based). The latter, however, has a very large signature size, so we recommend using it only in exceptional cases β€” though it is available in our SDK if needed.

We built support for post-quantum cryptography into Cellframe from the very beginning of the design stage. To achieve this, we developed mechanisms that allow the blockchain to operate efficiently even with heavy post-quantum signatures. More importantly, we also implemented mechanisms for quickly removing or adding new algorithms. This means the list of supported schemes is not final β€” it will evolve as post-quantum cryptography advances and as new standards are established by NIST. Most importantly, if one of our supported algorithms is ever broken in the quantum era, we will be able to rapidly replace it with a stronger and more efficient one.

#CellframeAlphabet #CryptoAlphabet #AsymmetricEncryption #DigitalSignatures #CellframeKnowledge
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯33❀8πŸ‘7
Media is too big
VIEW IN TELEGRAM
πŸ“„ What is a White Paper β€” and why should you actually read it?

A White Paper isn’t just a PDF β€” it’s the foundation of any crypto project: its vision, economics, and technology.

β˜‘οΈ In our Cellframe White Paper, you’ll find our core ideas: post-quantum blockchain security, custom solutions for running services on-chain, scalability, load balancing, and unique mechanisms like conditional transactions.

Make smart choices. Invest in real tech.

#crypto #whitepaper #cellframe #blockchain #tokens #lightpaper #web3 #cryptocurrency #fintech #tokenomics #cryptoeducation #transparency
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯25❀6πŸ‘6
Post Quantum Dawn: the future of blockchain after Q-day starts here πŸ”Ί

πŸ“ October 28 | Dubai
🌐 Blockchain Life 2025 | Post Quantum Dawn by Cellframe Network

Join us live for an exclusive side event hosted by the Cellframe Network team during Blockchain Life 2025 β€” Post Quantum Dawn.

Right in the heart of Dubai, we’ll gather to explore one of the most pressing questions of the decade: what does the blockchain industry look like in the age of quantum computing?

On the agenda:
πŸ”˜Post-quantum cryptography: how it works, and why it matters today
πŸ”˜Panel discussions
πŸ”˜Special guests and speakers, deep tech talks, Q&A sessions, and real Web3 networking
πŸ”˜Giveaways, interactive elements, and of course β€” exclusive updates and announcements from the Cellframe team

Don’t miss it β€” space is limited.
Registration opens soon β€” stay tuned!

Post Quantum Dawn is coming.
The future is now.

#PostQuantumDawn #Cellframe #CellframeNetwork #QuantumResistance #PostQuantum #QuantumSecurity #Web3 #Blockchain #Crypto
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯40πŸ‘8❀5πŸŽ‰4πŸ₯°2
Great news!

CELL CF-20 token is now available for deposit and withdrawal on BitMart and BingX! This means you can transfer CELL tokens directly between Cellframe Wallet and accounts on these exchanges!

CELL on BitMart
CELL on BingX

Thank you for being with us! Stay tuned for more updates!

#cellframe_announcement #CF20 #BingX #BitMart #cryptocurrency
πŸ”₯38πŸ‘11πŸ‘5πŸŽ‰2🀩1
Cellframe Wallet is more than just a wallet for storing funds and exchanging transactions. It's a universal application that provides access to all services of the Cellframe ecosystem.

This year, Cellframe Wallet has undergone a major transformation. We've completely redesigned the application's logic, made it more flexible, and added more features for our users.

The key change is three node connection modes: Local, Remote, and Ultra-Light. Depending on your needs, you can choose one of the three modes, customize it, and switch between them if necessary. To help you decide, we've prepared an overview article. Read it via the link in the Cellframe blog!

#CellframeWallet #CellframeNode #Guide
πŸ”₯32❀7πŸ‘6πŸ‘1
Media is too big
VIEW IN TELEGRAM
DeSci, short for "Decentralized Science", is an emerging field at the intersection of blockchain and scientific research. These initiatives leverage blockchain and Web3 infrastructure to tackle various challenges across the scientific landscape.

This includes fundraising for new studies, publishing and sharing scientific data, and mobilizing communities of volunteers to assist researchers with large-scale data processing.

Learn how it all works in our new short video.

#crypto #DeSci #Blockchain #Web3 #Cellframe
❀23πŸ”₯10πŸ‘6πŸ€”1
πŸ”Ί This Thursday, September 18, we’ll be holding our traditional AMA session with Dmitry Gerasimov, Demlabs CEO and Cellframe project lead!

πŸ”˜ Submit your questions to Dmitry via the special form or leave them in the comments under this post.

Here's the plan:
πŸ“Œ September 18
β˜‘οΈ 12:00 UTC

Where to watch:
● Our YouTube channel

Don’t miss the chance to hear the latest updates about the Cellframe project! We’ll see you at the broadcast!

#AMA_cellframe
Please open Telegram to view this post
VIEW IN TELEGRAM
❀14πŸ”₯5πŸ‘4🀩1
🌍 The global crypto world meets in Dubai β€” Blockchain Life 2025!

Join the Cellframe team at one of the biggest crypto events of the year β€” October 28–29!
Over 15,000 participants from 130+ countries will gather right before the next Bull Run begins.

Meet industry leaders, explore the most profitable trends, and become part of the global crypto community.

β€’ On October 28, Dmitry Gerasimov, Cellframe project lead, will speak at one of the main stages β€” sharing insights on the dawn of post-quantum cryptography.
β€’ Later that day, don't miss our exclusive side event β€” Post-Quantum Dawn β€” where we’ll explore how quantum tech is set to reshape the future of blockchain infrastructure.
πŸ“ More info

✨ Enjoy a 10% discount on tickets with promo code: cellframe.

Get your ticket here and see you in Dubai!

#events_cellframe #blockchainlife #blockchainlife2025
πŸ”₯21❀5πŸ‘2πŸ‘2πŸŽ‰1
⚑️ Don't miss the AMA session with Dmitry Gerasimov today, Thursday, September 18 at 12:00 UTC!

πŸ“Œ Join the live stream: Youtube channel

See you there!

#AMA_cellframe
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯20❀3πŸ‘3πŸ‘1
New Feature in Cellframe Wallet ⚑️

We’ve added a new feature that displays the type of signature used when a wallet was created. This information is now available directly in the wallet list.

This comes at the perfect time: we’re preparing to release Node version 6.0, which will completely remove support for signatures that are either NIST-unapproved or known to be compromised.

β˜‘οΈ What’s new and important:
β€’ The wallet interface now shows the signature type used.
β€’ Users with outdated signature types will receive an in-app notification.
β€’ Support for outdated schemes (BLISS, Picnic, and Tesla) will be discontinued in version 6.0.

β˜‘οΈ What you need to do:
β€’ If your wallet was created using a now-deprecated signature scheme, simply create a new wallet using one of the recommended and supported options, and transfer your funds there.
β€’ Recommended and supported signature types: Falcon, CRYSTALS-Dilithium, and Sphincs+.

To see the signature type, make sure your wallet is updated to the latest version.

Please don’t delay β€” the update is just around the corner. Make sure your assets remain secure and accessible.

#cellframe_announcement #Cellframe_Wallet #WalletUpdate #SecurityNotice
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯21❀9πŸ‘3πŸ‘1
Attention! πŸ’‘

Due to ongoing maintenance work on the Backbone and KelVPN networks, the bridge website are currently operating in limited mode. We kindly ask you to temporarily refrain from making transactions.
We’ll let you know once the work is completed β€” stay tuned for updates.

Thank you for being with us!

#cellframe_announcement #cellframe_maintenance
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯17πŸ‘7πŸ‘3