Our official documentation is available for all the builders, validators, and blockchain enthusiasts out there in the #Avalanche community.
This comprehensive list includes mamny ideas, guidelines, and other valuable information about #SparqNet, so here’s what to expect 🧵 👇
The SparqNet GitBook details the concepts, implementation, tools and utilities associated with our project. It’s the core document for developers interested in understanding the code behind various SparqNet elements.
Our GitBook dissects the underlying thesis for our consensus mechanism from a problem/solution perspective, implementation options, contract management and execution, block creation, transactions, memory and database usage, transpilation and a lot more.
We also have supplementary documents expanding on the definitions of essential components like the SDK, validators, subnets, sentinels, bridging and others. They explain how each aspect works, the relationships between all these parts and how they improve existing methods.
While some parts of our technical documentation may offer manual-style information like hardware and software requirements, and how to access specific online portals, resources, services and forums, it’s a lot more than a collection of tutorials and walkthroughs.
SparqNet documents can further the conversation on the best development, testing and deployment techniques for producing the most satisfying experiences for blockchain end users. We want builders’ ideas and collaborative efforts to evolve in harmony with what they create.
On that note, we invite you to check out our technical documents and to sign up for our upcoming testnet.
Hopefully, we can all discover unique ways to use SparqNet for building more resonant and future-proof appchains:
Transpilers are powerful tools that allow developers to convert code from one language to another, opening up a world of options.
For those who guessed it, the #SparqNet transpiler will arrive to assist #Avalanche builders in the process of converting Solidity to C++ and more🧵
SparqNet’s Solidity transpiler enables developers to take smart contracts written in Solidity and translate them into code in another programming language, such as C++. This helps speed up development and enables developers to try methods unique to different languages 🌐
Our Solidity transpiler is even more relevant when working around the constraints of Virtual Machine-based programming. It’s a gateway into realizing code that leverages SparqNet’s static nature to alternate gas rules for different function calls and circumvent stack size issues.
Exciting news for all #Avalanche builders! We'll be launching our highly anticipated #testnet very soon. This is a major milestone in our journey to provide a cutting-edge infrastructure to deploy #Subnets capable of reaching 400k TPS in a language-agnostic meta-network ⚡️
The testnet will allow participants and co-builders to explore and interact with some of the basic key features of the #SparqNet framework.
Our goal is to provide developers from different backgrounds with the initial tools of our SDK to create without limits during this period.
We strongly encourage all builders and community members from #Avalanche to participate in this significant stage and provide feedback on their experience while testing #SparqNet. This input is invaluable in helping us improve and build a better product 🏗️
#Web3 development involves unique considerations like encryption, multiple chain connections, and scaling. Standalone tools, suites, add-ons and plugins can come in handy when building on #Avalanche or any other network.
Here are the 8 essential tools for #Web3 builders 🧵
1⃣Infura – A combination of blockchain APIs and other developer tools offered with up to 99.9% uptime, categorized according to use cases, with the option of managed infrastructure and multiple target EVM-compatible chains.
2⃣Truffle - A JavaScript framework that lets you create scripts for automating building processes, work end-to-end without using the CLI and customize test environments to emulate any target production environment.