.authorboxcontainer {
display: flex;
align-items: left;
justify-content: left;
margin-bottom: -15px !important;
margin-top: 25px;
}
.authorboximage img {
max-width: 6rem
}
.authorboximage {
flex-basis: 4rem
}
.authorboxtext {
font-size: 18px;
margin-top: -15px;
}
After announcing Fantom Sonic and releasing its testnet environment, we were thrilled to watch the community engage with the brand-new network capable of handling beyond 2,000 transactions per second with a one-second finality.
We compiled some of the best posts on X from the Fantom community about Sonic below.
Rumor has it that Fantom will hand out participation trophies to wallets that can’t keep up with Sonic.
How to use Sonic
Make the most of Fantom Sonic by learning how to use its open testnet with our three dedicated tutorials. Simply start by clicking on one of the images below.
Frequently asked questions
The launch of Sonic comprises three main components that scale Fantom to new heights:
● A new virtual machine, the Fantom Virtual Machine (FVM), which increases our transaction throughput significantly while maintaining ultra-short finality.
● A new database storage, Carmen, which reduces storage requirements by up to 90%, providing greater cost efficiency for validators and accelerating the Foundation’s ability to deploy archive nodes from weeks to approximately 36 hours.
● An optimized Lachesis consensus mechanism, which brings a vastly improved transaction pool.
Fantom Sonic is in its testnet stage at the moment and will roll out as a mainnet to replace Fantom Opera in spring 2024. Currently, Sonic offers two different testnets: the closed testnet aims to showcase the maximum theoretical limits of Sonic, whereas the open testnet is interactive, allowing any user to experience Sonic directly.
Most importantly, this new virtual machine allows Fantom validators to execute smart contracts more efficiently.
The closed testnet is viewable only and aims to showcase the maximum theoretical limits of Sonic, whereas the open testnet is interactive, allowing any user to experience Sonic directly.
However, there may be even more significant performance gains with further testing that may require a hard fork in the future, but the current plan is not to hard fork Fantom Opera.
.faq-container {
width: 100%;
margin: 0 auto;
padding: 20px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
border-radius: 5px;
}
.faq-item {
border-bottom: 1px solid #e0e0e0;
}
.faq-question {
padding: 10px 15px;
cursor: pointer;
font-weight: bold;
background-color: #f9f9f9;
border: none;
text-align: left;
width: 100%;
outline: none;
transition: background-color 0.3s;
}
.faq-question:hover {
background-color: #f0f0f0;
}
.faq-answer {
display: none;
padding: 10px 15px;
background-color: #ffffff;
border: none;
text-align: left;
width: 100%;
outline: none;
transition: max-height 0.3s;
}
function toggleAnswer(element) {
const answer = element.nextElementSibling;
if (answer.style.display === “block”) {
answer.style.display = “none”;
} else {
answer.style.display = “block”;
}
}
.post-content h2 {
margin-top: 30px !important;
}
.post-content h3 {
margin-top: 25px !important;
}
.category-name {
margin-top: 10px !important;
padding-bottom: 0px !important;
}
@media only screen and (min-width: 1081px) {
.post-img-sec {
margin-top: 100px;
}
.post-feat-image {
display: block;
margin-left: auto;
margin-right: auto;
height: 30rem !important;
width: auto;
}
.post-content h1 {
margin-top: -20px;
}
}
@media only screen and (max-width: 1081px) {
.post-content h1 {
margin-top: -10px;
}
}
.twitter-container {
max-height: 500px;
overflow-y: auto;
margin-top: -10px;
}
.twitter-container::-webkit-scrollbar {
width: 6px;
}
.twitter-container::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
.twitter-container::-webkit-scrollbar-thumb {
background-color: #97bbff;
border-radius: 3px;
}
.twitter-container::-webkit-scrollbar-thumb:hover {
background-color: #c8dbff;
}
.twitter-columns {
margin-bottom: 50px !important;;
}
.update-box {
border-top: thin solid black;
padding-top: 5px;
}
@media only screen and (max-width: 768px) {
.tutorialimage {
margin-top: -25px !important;
}
.update-box-last {
margin-bottom: -15px !important;
}
.twitter-container {
margin-bottom: 5px !important;;
}
.twitter-columns {
margin-bottom: 25px !important;;
}
.update-box-first {
border-top: thin solid black;
padding-top: 20px !important;
}
.update-box {
padding-top: 20px !important;
}
}
@media only screen and (min-width: 768px) {
.update-box {
padding-top: 20px !important;
}
}
The post Highlight of Community Posts About Fantom Sonic appeared first on Fantom.
Credit: Source link