<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[WeaveDB - Medium]]></title>
        <description><![CDATA[Empowering your applications with a high-performance, scalable, decentralized, and reliable database solution 👉 https://linktr.ee/weavedb - Medium]]></description>
        <link>https://medium.com/weavedb?source=rss----70d7b6ec746a---4</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>WeaveDB - Medium</title>
            <link>https://medium.com/weavedb?source=rss----70d7b6ec746a---4</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Mon, 22 Jun 2026 19:19:31 GMT</lastBuildDate>
        <atom:link href="https://medium.com/feed/weavedb" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Introducing WAO: The Fastest Way to Build and Test on AO]]></title>
            <link>https://medium.com/weavedb/introducing-wao-the-fastest-way-to-build-and-test-on-ao-d73c372c61de?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/d73c372c61de</guid>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[arweave]]></category>
            <category><![CDATA[weavedb]]></category>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Fri, 07 Feb 2025 10:19:38 GMT</pubDate>
            <atom:updated>2025-02-07T10:19:38.479Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*8D7rb3gOS6J4sJCV4SSkYA.png" /></figure><p>We are excited to announce <a href="https://github.com/weavedb/wao"><strong>WAO</strong></a>, the ultimate SDK and testing framework for <strong>Arweave/AO</strong>. WAO makes AO development faster, smoother, and more powerful with <strong>zero-latency in-memory testing, instant process spawning, and intuitive function piping</strong>.</p><p>Until now, developers have been testing directly on mainnet, but that’s not a sustainable solution. We need a <strong>fast, efficient, cheap, and developer-friendly</strong> local testing environment — and that’s exactly where <strong>WAO</strong> comes in.</p><h3>Current Limitations</h3><ol><li>AO processes generate multiple messages, each containing different pieces of data. Manually filtering through them to extract specific information is a tedious, time-consuming task that clutters your code.</li><li>Messages on AO can trigger chains of asynchronous responses. Tracking these responses manually requires constant polling, result checks, and complex logic to ensure the correct message is received.</li><li>Debugging AO processes can be painful. Logs are stored inside the AO execution environment, making them difficult to access and analyze in real-time.</li><li>Fetching data from Arweave within AO is <strong>slow and expensive</strong> because it requires querying the blockchain and waiting for confirmations.</li><li>Developers often need a <strong>local AO environment</strong> to test interactions with frontend apps, but running a full AO node locally isn’t straightforward.</li><li>Testing new logic or making adjustments mid-development can be slow because every change requires redeploying and restarting AO processes.</li></ol><h3>How WAO solve this?</h3><ol><li>WAO introduces the <strong>get parameter</strong>, which allows developers to <strong>easily extract specific data</strong> from messages. Instead of writing complex loops and conditions, you can simply specify what you need, and WAO handles the rest—cleaner code, faster execution.</li><li>WAO automatically tracks async messages and <strong>short-circuits unnecessary checks</strong>, stopping when the required conditions are met. No need for extra logic or constant polling — just set a condition, and WAO will confirm when it’s fulfilled.</li><li>WAO hot-patches the AO module, <strong>redirecting </strong><strong>ao.log outputs to the JavaScript console</strong>. This means Lua logs instantly appear in your terminal, making debugging <strong>easier and more transparent</strong>. Even complex Lua tables are automatically converted to JSON for better readability.</li><li>WAO fully emulates WeaveDrive, allowing AO processes to <strong>instantly access Arweave transactions</strong> without network latency. This makes it <strong>easier, faster, and cheaper</strong> to work with stored data, especially for dApps that rely on frequently updated records.</li><li>WAO lets you <strong>spin up a local AO server</strong> with persistent storage, enabling seamless frontend integration. Connect your dApp to a <strong>local AO instance</strong>, test everything before deploying, and speed up development <strong>without spending a dime on mainnet gas fees</strong>.</li><li>WAO allows you to <strong>fork Wasm memory</strong>, meaning you can <strong>clone an existing process and continue testing without restarting from scratch</strong>. This is perfect for:</li></ol><ul><li>Creating checkpoints before testing risky changes.</li><li>Running experiments on a copy of a live process.</li><li>Simulating different execution paths without affecting the original state.</li></ul><p>WAO eliminates <strong>bottlenecks, reduces complexity, and makes AO development frictionless</strong>. Whether you’re testing, debugging, or optimizing, <strong>WAO does the heavy lifting so you can focus on building</strong>.</p><p><strong>Get started today →</strong> yarn add wao 🚀</p><p>Read the full details <a href="https://github.com/weavedb/wao?tab=readme-ov-file#wao---wizard-ao-sdk--testing">here</a>.</p><h3>About WeaveDB</h3><p>While web3 dapps may use decentralized technologies like blockchain to facilitate trust and transparency, they may still rely on centralized components like databases for storing data. This can lead to a certain level of centralization, as these components are often controlled by a single entity or organization.</p><p><strong>WeaveDB</strong> is addressing this issue by offering a high-performance, scalable, decentralized, and reliable database solution.</p><ul><li><a href="https://weavedb.dev/">Website</a></li><li><a href="https://twitter.com/weave_db">Twitter</a></li><li><a href="https://discord.com/invite/YMe3eqf69M">Discord</a></li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d73c372c61de" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/introducing-wao-the-fastest-way-to-build-and-test-on-ao-d73c372c61de">Introducing WAO: The Fastest Way to Build and Test on AO</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing CosmWasm on AO]]></title>
            <link>https://medium.com/weavedb/introducing-cosmwasm-on-ao-9c6ac8018566?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/9c6ac8018566</guid>
            <category><![CDATA[cosmwasm]]></category>
            <category><![CDATA[arweave]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[cosmos]]></category>
            <category><![CDATA[decentralization]]></category>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Sat, 30 Mar 2024 06:13:23 GMT</pubDate>
            <atom:updated>2024-03-30T06:13:23.905Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*qzj9_5yfGbbA-pOf3U1FvA.png" /></figure><p>We are excited to announce that <a href="https://cosmwasm.com/">CosmWasm</a>, the most scalable smart contracting platform built for <a href="https://cosmos.network/">Cosmos</a>, is now on <a href="https://ao.arweave.dev/">AO</a>; the hyper-parallel computer.</p><p>You can get started right away with a local test environment <a href="https://github.com/weavedb/cosmwasm-ao/tree/master">here</a> and deploy your first <a href="https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md">CW20 token</a> on AO.</p><h3>What is AO?</h3><p>Current decentralized computing systems have protocol-enforced limitations including size and data format that do not allow them to scale. For instance, on Ethereum, you have to share a single global queue with all the users and only one can change the state at a point in time.</p><p>AO is solving this by providing an <a href="https://en.wikipedia.org/wiki/Actor_model">actor-oriented</a> network of nodes running in parallel on the <a href="https://arweave.org/">Arweave</a> permanent storage.</p><p>Think of AO as the “new web”, you can run an arbitrary number of processes in parallel and all of them can communicate with each other through an open messaging protocol, exactly how current web2 websites run independently but can communicate with each other.</p><blockquote>Instead of enforcing one set of choices upon all users of the computing environment, ao is built in a modular form: Allowing users to choose which virtual machines, sequencing models, message passing security guarantees, and payment options work best for them.</blockquote><p><a href="https://ao.arweave.dev/#/spec"><em>Source</em></a></p><p>And we at <a href="https://weavedb.dev/">WeaveDB</a> believe that AO is the next paradigm shift in web3.</p><h3>Why CosmWasm?</h3><p>CosmWasm is a smart contract execution environment built for the <a href="https://cosmos.network/">Cosmos</a> blockchain. It enables developers to write smart contracts in <a href="https://www.rust-lang.org/">Rust</a> programming language and execute them securely. And has many advantages over other smart contract environments:</p><h4><strong>Security</strong></h4><p>Solidity, the programming language used for writing EVM smart contracts has inherent vulnerabilities in its design due to factors such as its complex nature, lack of formal verification tools, and the difficulty of understanding its nuances.</p><p>On the other hand, CosmWasm, which uses Rust programming language, offers several advantages such as strict compile-time checks, ownership semantics, and memory safety guarantees. These features make it easier for developers to write secure and robust smart contracts.</p><p>Many top-tier audited protocols still fail to avoid simple logical errors in Solidity. For example, in 2021, <a href="https://www.cnbc.com/2021/10/01/defi-protocol-compound-mistakenly-gives-away-millions-to-users.html">Compound “accidentally” gave its users $90M</a> due to using &lt; rather than &lt;= in an if statement. CosmWasm addresses this issue by prioritizing unit, integration, and full-stack testing from the outset.</p><h4><strong>Efficiency and Cost</strong></h4><p>Ethereum’s throughput is limited at around 30TPS and a single TX costs $5–100 if not more sometimes, CosmWasm can handle thousands of transactions per second, providing significantly faster and cheaper transaction processing.</p><h4>Interoperability and <strong>Modularity</strong></h4><p>Most DeFi protocols on EVM chains are built like LEGO sets, by composing multiple projects into one. However, this extensive composition significantly multiplies the attack surface for potential exploits and presents testing challenges.</p><blockquote>CosmWasm provides all the power of contract composition as in Ethereum, but with architectural support to allow you build complex composition safely.</blockquote><p><a href="https://medium.com/cosmwasm/cosmwasm-for-ctos-f1ffa19cccb8"><em>Source</em></a></p><p>CosmWasm is designed to be interoperable with other blockchains and with its modular architecture, you can create complex applications by combining and extending existing smart contract modules.</p><h3>Why CosmWasm on AO?</h3><p>AO’s distributed and modular architecture allows you to plug in any existing smart contract platforms and they will be able to send and receive messages from other smart contracts on the network.</p><p>Currently, AO has two smart contract platforms written in Lua and JS. However, we foresee CosmWasm emerging as the flagship smart contract platform on AO. This is attributed to Rust’s extensive support for audited crypto libraries and its thriving developer community.</p><p>Actor model is the only viable way to hyper-scale computation in decentralized networks and AO and CosmWasm turned out to be a perfect duo.</p><p>We are excited to announce the release of <a href="https://github.com/weavedb/cosmwasm-ao/tree/master/cwao-sdk#cwao-sdk">cosmwasm-ao (CWAO) Tools</a> which allows you to build Rust smart contracts on AO easily. This is a local test environment for now, stay tuned for the public release of the testnet soon!</p><p>Follow <a href="https://github.com/weavedb/cosmwasm-ao/tree/master">this guide</a> to deploy your first CW20 token on your local AO here.</p><p><em>Please note that this is a very early release. Everything is subject to changes.</em></p><p><a href="https://cosmos.network/ibc/">IBC</a> on AO is also under development, which will enable cross-chain communications between AO processes and other blockchains.</p><h3>About WeaveDB</h3><p>While web3 dapps may use decentralized technologies like blockchain to facilitate trust and transparency, they may still rely on centralized components like databases for storing data. This can lead to a certain level of centralization, as these components are often controlled by a single entity or organization.</p><p><strong>WeaveDB</strong> is addressing this issue by offering a high-performance, scalable, decentralized, and reliable database solution.</p><ul><li><a href="https://weavedb.dev/">Website</a></li><li><a href="https://twitter.com/weave_db">Twitter</a></li><li><a href="https://discord.com/invite/YMe3eqf69M">Discord</a></li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=9c6ac8018566" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/introducing-cosmwasm-on-ao-9c6ac8018566">Introducing CosmWasm on AO</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Road to Mainnet: The Modular Decentralized Data Layer]]></title>
            <link>https://medium.com/weavedb/road-to-mainnet-the-modular-decentralized-data-layer-205055e32396?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/205055e32396</guid>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Thu, 01 Feb 2024 08:16:26 GMT</pubDate>
            <atom:updated>2024-02-01T08:16:26.186Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*KMQF-Z4ZhWcmUECtGlA8Qg.png" /></figure><p>We’re thrilled to present our roadmap to you. This article will highlight our journey since the initial <a href="https://weavedb.mirror.xyz/E4VmonwIP2hV3W3wIum3oFz4giAPzM2E_DeSRLQelL0">Proof of Concept (PoC) of WeaveDB</a> back in 2022 and will give you a glimpse into our exciting plans.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*YZakfWh_1r7Ej-yMq40GYA.png" /></figure><p>Back in 2022, our team was working on a decentralized blogging platform for the Japanese market. But then, it hit us: how can we call it decentralized if we’re using a centralized database? And that most web3 dapps rely on centralized databases like Firestore which poses several risks including but not limited to:</p><ul><li>The database manager can shut down the service.</li><li>The service provider might unpredictably change their pricing models.</li><li>Third-party developers often require permission to access APIs.</li><li>Risk of personal data breaches.</li></ul><p>In addition, a division between web2 and web3 due to data bridges being limited to a great extent makes any offchain data inaccessible onchain and web3 missing a great wide variety of use cases.</p><h4>On a Database Level</h4><p>We introduced WeaveDB for the first time in September 2022 <a href="https://weavedb.mirror.xyz/E4VmonwIP2hV3W3wIum3oFz4giAPzM2E_DeSRLQelL0">here</a> as a <strong>NoSQL Monolithic Smart Contract Database</strong> to replace Firestore. The PoC had all the features required to build a fully decentralized application such as social media dapps, offering a seamless developer experience similar to using Firestore’s querying language.</p><p>However, we soon recognized the limitations of a Monolithic Smart Contract database, particularly in terms of scalability and its capacity to support high-volume dapps.</p><p>In 2023, WeaveDB transitioned to a modular approach. This change involved breaking down the system into four key layers — Permanent API, Query Parser, Indexer, and Data Source — enabling the creation of different database types using a single Data Source.</p><blockquote>It’s important to note that even though WeaveDB has become modular, our focus for the upcoming year remains solely on NoSQL.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*QpVS_jj7zXnIRBNiMVbQLg.png" /></figure><h4><a href="https://fpjson.weavedb.dev/">FPJSON</a></h4><p>In early 2023, we introduced <a href="https://fpjson.weavedb.dev/"><strong>FPJSON</strong></a> — a JSON-based functional programming language enabling on-chain execution of computational functions within JSON arrays. It serves as the core foundation for various features we provide, including advanced access control rules and on-chain Cron Jobs.</p><p>The growing interest in <strong>FPJSON</strong> extends beyond WeaveDB. And now we’re thrilled to announce that <strong>FPJSON 2.0</strong> will be released this year with new features and capabilities.</p><h4>zkJSON</h4><p>Our vision has always been clear: a seamless connection between offchain data and blockchains. We just <a href="https://x.com/weave_db/status/1750052290076241925">announced</a> the release of <strong>Zero Knowledge Provable JSON</strong> (<strong>zkJSON)</strong>.</p><p><strong>zkJSON</strong> is not just about making offchain data accessible; it’s about verifying and legitimizing it onchain, expanding the scope of what’s considered online and verifiable.</p><blockquote>Please read the <a href="https://github.com/weavedb/zkjson/?tab=readme-ov-file#zkjson-litepaper-v10">zkJSON Litepaper</a> for more details.</blockquote><h4>WeaveDB Rollup</h4><p>WeaveDB in its essence is a <a href="https://github.com/ArweaveTeam/SmartWeave">SmartWeave</a> (Arweave smart contract) that provides scalability and cost-effectiveness with lazy offchain computation.</p><p>However, we realized that a blockchain sequencer is a bottleneck to performance and latency, this is because a sequencer processes transactions in sequence, and a DB must maintain <a href="https://en.wikipedia.org/wiki/ACID">ACID</a> properties with hyper-low latency.</p><p>So WeaveDB has developed an <strong>L3 rollup</strong> to the <strong>L2 sequencer</strong> (<a href="https://warp.cc/">Warp</a>) to the <strong>L1 Arweave</strong> permanent storage. This way, we can have a centralized node for parallel query executions with high performance and low latency of web2 cloud databases, but still keep full decentralization with <strong>L1 verifiability</strong> and <strong>L2 composability</strong>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*FgHLvR4va7-JW7arTfhVGw.png" /></figure><h3>WeaveChain Testnet</h3><p>WeaveDB will be releasing its <strong>Rollup Development Kit (RDK)</strong> in the first half of 2024 which will allow anyone to set up and manage their own rollup.</p><p>The <strong>WeaveDB Testnet</strong> will be released in the second half of 2024 and offer <strong>Managed Rollup as a Service (RaaS)</strong>.</p><p>WeaveDB Rollup and zkJSON can be used to build many data infrastructure solutions, some examples:</p><ul><li><strong>Fully Decentralized web2 Alternativse</strong>: such as social media dapps.</li><li><strong>Indexing Bitcoin on Ethereum</strong>: By calculating the Merkle tree and committing its root hash to Ethereum or any EVM chain, <strong>zkJSON</strong> can be used to generate proofs for any Bitcoin transaction. This means Solidity can directly query any part of Bitcoin’s transaction history using WeaveDB.</li><li><strong>Decentralized Finance</strong>: with <strong>zkJSON</strong>, you can fetch and verify financial data from offchain sources. This could be particularly useful for platforms that need to integrate real-world asset prices, interest rates, or credit scores into smart contracts for lending, borrowing, or derivative trading.</li><li><strong>Gaming and NFTs</strong>: you can verify and import user-generated content or metadata stored offchain. This could include game assets, NFT metadata, or even player statistics and achievements.</li><li><strong>Identity Verification and Reputation Systems</strong>: you can verify personal information stored offchain without compromising privacy. It can also be used in reputation systems to fetch and verify user ratings or reviews from external sources.</li><li><strong>Real Estate and Tokenization</strong>: For platforms dealing with real estate tokenization, <strong>zkJSON</strong> can verify property details, ownership records, and legal documents stored offchain, streamlining the process of buying, selling, or investing in tokenized real estate.</li></ul><p>And many more use cases!</p><blockquote>If you have any use cases in mind, please feel free to suggest them on <a href="https://discord.gg/gGFhmURT9m">our Discord</a>.</blockquote><h3>WeaveChain Mainnet</h3><p>WeaveChain is a CosmosSDK-based economic layer to incentivize the decentralization of the app-specific DB rollup network. It’s a Filecoin for decentralized databases. And will be released in 2025.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*I3HElv78hIYdBdD74NNvPQ.png" /></figure><h4>Fees</h4><p>Our L3 rollups will run with a reverse gas model, where the rollup operator pays for bundle transactions to L2 (Warp). Rollup operators will be charging for the Arweave storage fee, the rollup operational fee, and additional service fees. The Arweave storage fee is determined by the Arweave protocol, but the other two should be arbitrary by the rollup operator and optimized in the market. That’s exactly what <strong>WeaveChain</strong> is for, connecting dapps to rollup operators.</p><p>WeaveDB can run in many different environments and doesn’t have to be backed by Arweave. So one could implement the rollup backed by IPFS or cloud storage and provide a cheaper infra stack with the trade-off of less decentralization.</p><h4>$WDB</h4><blockquote>We would like to clarify that the <strong>$WDB</strong> token associated with WeaveDB has NOT yet been released. Please exercise caution and be vigilant against potential scams.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*zAP4RHstwJW6LECLAByBgA.png" /></figure><p>The native token of <strong>WeaveChain</strong>, <strong>$WDB</strong>, will play a pivotal role in our ecosystem, serving multiple functions:</p><ol><li><strong>Staking for Rollup Operators</strong>: To become a rollup operator and earn protocol rewards and service fees from dapp developers, a requisite amount of <strong>$WDB</strong> must be staked. In case an operator engages in misconduct, a portion of their staked <strong>$WDB</strong> will be subject to slashing. Additionally, in the event of a rollup becoming non-operational, <strong>WeaveChain</strong> will automatically assign a new operator and transition the L2 WeaveDB contract, ensuring uninterrupted service.</li><li><strong>Query Fees by dapps</strong>: Dapp developers will be required to pay for their query operations using <strong>$WDB</strong>. This ensures a sustainable ecosystem where the utility and demand for <strong>$WDB</strong> are directly tied to the usage and growth of the platform.</li><li><strong>Delegation</strong>: Token holders will be able to delegate their tokens to Rollup operators and get a portion of query fees collected by them.</li><li><strong>Governance</strong>: the $<strong>WDB </strong>token will play a key role in protocol-level decision-making. More on this later.</li></ol><p>As WeaveDB is the only technology to build fully decentralized feature-rich dapps, there will be thousands of app-specific WeaveDB rollups, so one could start rollup-as-a-service with a unique set of features and trade-offs.</p><h3>What’s next? WeaveDB Protocols</h3><p>WeaveDB plans to release two protocols with the aim to break down the data silos of Web2 and redirecting its revenue models to Web3.</p><p><strong>Jots Protocol</strong></p><p>we announced the <a href="https://x.com/jotsdotsocial/status/1714565477287256532">alpha release</a> of Jots in 2023 as the ultimate decentralized social network. Jots will be released publicly in 2024.</p><p>In addition, we will release Jots Protocol, which is a dapp development framework to build fully decentralized interoperable applications using WeaveDB, DID, and ZKP.</p><p>Fully on-chain protocols are not scalable and offchain protocols are not verifiable. Jots protocol takes the best of both sides.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*KaVASKvwLGX5PlASwrUILA.png" /></figure><blockquote>We will release a detailed article explaining the how, why, and when. Make sure to <a href="https://medium.com/weavedb/">follow us on Medium</a> to stay updated.</blockquote><h4>WeavePoint</h4><p><strong>WeavePoint (WPT)</strong> is a hyper-scalable programmable Database point token protocol backed by the <strong>WeaveChain</strong> native token (<strong>$WDB</strong>) to scale the value exchange in dapps. With <strong>WPT</strong>, dapps will have a seamless way to collect fees from the users for permanent sustainability. We believe that <strong>WPT</strong> will replace ERC20 tokens for many use cases because:</p><ul><li>ERC20 tokens are owned by users, whereas WeavePoints are owned by the protocol. The DB rules define arbitrary token transfers without the user’s approval.</li><li>ERC20 is limited by the constraints of EVM.</li><li>DB developers can implement a sustainable fee collection mechanism with <strong>WeavePoint</strong> and auto-pay the rollup fees.</li><li>MyDB point will be exchangeable with YourDB point via the DEX for interoperability and network effects if both DBs allow to do so.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*8v5FIk9sj_fqamqW2sJxpw.png" /></figure><p>Additionally, WeaveDB has an exciting roadmap ahead, with plans to launch a suite of developer tools in 2024 and 2025 to make the developer experience as seamless as possible. This includes <strong>WeaveDB Tools</strong>, <strong>WeaveDB Scan</strong>, and several other resources. Stay tuned for more updates by <a href="https://medium.com/weavedb/">following us on Medium</a>, where we’ll share detailed information about these upcoming releases.</p><h3>About WeaveDB</h3><p>While web3 dapps may use decentralized technologies like blockchain to facilitate trust and transparency, they may still rely on centralized components like databases for storing data. This can lead to a certain level of centralization, as these components are often controlled by a single entity or organization.</p><p><strong>WeaveDB</strong> is addressing this issue by offering a high-performance, scalable, decentralized, and reliable database solution.</p><ul><li><a href="https://weavedb.dev/">Website</a></li><li><a href="https://twitter.com/weave_db">Twitter</a></li><li><a href="https://discord.com/invite/YMe3eqf69M">Discord</a></li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=205055e32396" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/road-to-mainnet-the-modular-decentralized-data-layer-205055e32396">Road to Mainnet: The Modular Decentralized Data Layer</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing zkJSON: Bridging the Gap between web3 and web2]]></title>
            <link>https://medium.com/weavedb/introducing-zkjson-bridging-the-gap-between-web3-and-web2-2fff73c66cfb?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/2fff73c66cfb</guid>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Wed, 24 Jan 2024 07:00:45 GMT</pubDate>
            <atom:updated>2024-01-24T07:00:45.667Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*3hDfr6OeHAO8Lbs_ISBiFA.png" /></figure><blockquote>The vision is clear: a seamless connection between offchain data and blockchains. <strong>zkJSON</strong> is not just about making offchain data accessible; it’s about verifying and legitimizing it onchain, expanding the scope of what’s considered online and verifiable.</blockquote><p>We are thrilled to announce the release of <strong>Zero Knowledge Provable JSON (zkJSON)</strong>, a solution designed to bridge the gap between Web3 and Web2. This innovation makes offchain data easily accessible and verifiable from within Smart Contracts.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*sHhP-v5jWQ2WEIJDIp89cw.png" /></figure><blockquote>If you are interested in a technical exploration, please refer to the <strong>Litepaper</strong> of <strong>zkJSON</strong> <a href="https://github.com/weavedb/zkjson/?tab=readme-ov-file#zkjson-litepaper-v01">here</a>.</blockquote><h3>The Challenge: Bridging Two Digital Worlds</h3><p>It’s fair to say that <strong>JSON</strong> forms the foundational layer of the internet we know as of today. Most web systems store and exchange data in <strong>JSON</strong> due to it being both easy for humans to read and lightweight to ensure a small transmission size.</p><p>However, Blockchains have been failing to connect with offchain <strong>JSON</strong> data efficiently due to a variety of reasons:</p><ol><li>Blockchains are not scalable to the web level.</li></ol><p>2. Lack of a decentralized full-featured general-purpose database alternative to cloud databases.</p><p>3. Existing decentralized databases are too niche and domain-specific.</p><p>4. The current <strong>Oracle</strong> and <strong>Indexer</strong> solutions are limited to a great extent.</p><p>As a result, data on web2 (offchain) and web3 (onchain) are divided, leading to web3 missing out on a broad range of potential use cases.</p><p>What if it were possible to verify and access any offchain <strong>JSON</strong> data directly from Smart Contracts, and to build a general-purpose decentralized database with web2-like performance and scalability? This is precisely what <strong>zkJSON</strong> and <strong>zkDB</strong> aim to achieve, seamless direct connections between Smart Contracts and offchain databases.</p><blockquote>Onchain verifiability is what scales the decentralized web. Onchain is the new online, and <strong>zkJSON</strong> expands what’s online/onchain (verifiable).</blockquote><h3>The Solution: zkJSON</h3><p>To connect offchain <strong>JSON</strong> data to any Smart Contracts, we need to:</p><ol><li>Make any <strong>JSON</strong> provable with zk circuits — <strong>zkJSON</strong></li><li>Build a database structure with Merkle trees and zkJSON — <strong>zkDB</strong></li><li>Find a way of making <strong>zkDB</strong> securely queriable from other blockchains — <strong>zkRollup</strong></li><li>Make the zkDB queriable using Solidity — <strong>zkQuery</strong></li></ol><p>All the previous steps have been already implemented by <strong>WeaveDB</strong>. For an in-depth technical exploration, please refer to the <strong>Litepaper</strong> of <strong>zkJSON</strong> <a href="https://github.com/weavedb/zkjson/?tab=readme-ov-file#zkjson-litepaper-v01">here</a>.</p><h3>Use Cases</h3><p>The implementation of <strong>zkJSON</strong> and <strong>zkDB</strong> unlocks many use cases including but not limited to:</p><ol><li><strong>Decentralized Data Infrastructure Solutions</strong>: It enables the creation of decentralized oracles and indexers, enhancing data reliability and security.</li><li><strong>Decentralized Web2 Alternatives</strong>: Imagine a <a href="https://x.com/jotsdotsocial/status/1714565477287256532">fully decentralized Twitter</a>, free from centralized control, powered by <strong>zkJSON</strong>.</li><li><strong>Enterprise Solutions</strong>: Combining <strong>zkJSON</strong> with <strong>DID</strong> and <strong>Verifiable Credentials</strong>, businesses can securely integrate Web3 while maintaining privacy.</li><li><strong>Liberating Data Silos</strong>: We aim to break down the data silos of Web2, redirecting the revenue models of massive networks like ad networks and future AI-based systems to Web3 using <strong>zkJSON</strong>.</li></ol><h3>What’s Next: The Road Ahead</h3><p>With the first 4 components zkJSON, zkDB, zkRollup, and zkQuery, it&#39;s now technically possible to build a fully verifiable zkp-based DB connecting blockchains and offchain data. But it does not stop here, we are building:</p><h4><a href="https://x.com/weave_db/status/1702537515016806723?s=46&amp;t=MJAxwpjdFjcIdUqfIOHyNQ">WeaveDB Rollup</a></h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*FgHLvR4va7-JW7arTfhVGw.png" /></figure><p>WeaveDB in its essence is a <a href="https://github.com/ArweaveTeam/SmartWeave">SmartWeave</a> (Arweave smart contract). Our choice of <a href="https://warp.cc/">Warp</a> is because it provides scalability and cost-effectiveness with lazy offchain computation.</p><p>We have developed an <a href="https://x.com/weave_db/status/1702537515016806723?s=46&amp;t=MJAxwpjdFjcIdUqfIOHyNQ"><strong>L3 rollup</strong></a> to the <strong>L2 sequencer</strong> (<a href="https://warp.cc/">Warp</a>) to the <strong>L1 </strong><a href="https://arweave.org/"><strong>Arweave</strong></a> permanent storage. This way, we can have a centralized node for parallel query executions with high performance and low latency of web2 cloud databases, but still keep full decentralization with <strong>L1 verifiability </strong>and <strong>L2 composability</strong>.</p><p><strong>WeaveDB Rollup</strong> will roll out in 3 phases:</p><ol><li>Rollup Development Kit (<strong>RDK</strong>)</li><li>Rollup as a Service (<strong>RaaS</strong>)</li><li>Decentralized Physical Infrastructure Network (<strong>WeaveChain</strong>).</li></ol><p><strong>WeaveChain</strong> will be a Cosmos-based <strong>DePIN</strong> blockchain and a marketplace to match database developers / dapps with rollup operators. But that’s a topic for a future article.</p><blockquote>Roadmap is coming soon. Follow us on <a href="https://twitter.com/weave_db">Twitter</a> to stay updated!</blockquote><h3>About WeaveDB</h3><p>While web3 dapps may use decentralized technologies like blockchain to facilitate trust and transparency, they may still rely on centralized components like databases for storing data. This can lead to a certain level of centralization, as these components are often controlled by a single entity or organization.</p><p><strong>WeaveDB</strong> is addressing this issue by offering a high-performance, scalable, decentralized, and reliable database solution.</p><ul><li><a href="https://weavedb.dev/">Website</a></li><li><a href="https://twitter.com/weave_db">Twitter</a></li><li><a href="https://discord.com/invite/YMe3eqf69M">Discord</a></li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=2fff73c66cfb" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/introducing-zkjson-bridging-the-gap-between-web3-and-web2-2fff73c66cfb">Introducing zkJSON: Bridging the Gap between web3 and web2</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing the WeaveDB Ambassador Program]]></title>
            <link>https://medium.com/weavedb/introducing-the-weavedb-ambassador-program-1b4d7f6ee6aa?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/1b4d7f6ee6aa</guid>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[crypto]]></category>
            <category><![CDATA[ambassador]]></category>
            <category><![CDATA[ambassador-program]]></category>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Wed, 12 Jul 2023 15:26:00 GMT</pubDate>
            <atom:updated>2023-09-22T10:42:58.404Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ouHdPzzDXWOsmNXgYXJbnw.png" /></figure><p>We are thrilled to announce the launch of the WeaveDB Ambassador Program, an exciting initiative that empowers passionate individuals to contribute to the growth of the web3 space.</p><p>As an Ambassador, you will have the unique opportunity to showcase the value that WeaveDB brings to collaborative ecosystems and inspire others to join the movement.</p><h3>Program Structure</h3><ul><li>The first cohort of the Program starts officially on the 1st of August and will run for a duration of four weeks.</li><li>We have a limited 20-30 slots available for passionate individuals to join the program.</li><li>You can submit your application to join the program <a href="https://7u9r6msaj3k.typeform.com/to/BiV2VnLy">here</a>.</li><li>The deadline to apply is the 27th of July.</li></ul><h3>Responsibilities</h3><h4>1. Engage, Educate, and Empower</h4><p>At the core of the WeaveDB Ambassador Program is the responsibility to educate the world about the transformative power of WeaveDB and web3. This involves utilizing social media platforms such as Twitter to create engaging threads, technical tutorials, non-technical articles, create memes, and artwork, among other creative approaches.</p><h4>2. Community Growth and Outreach</h4><p>Ambassadors will actively contribute to the growth and outreach of WeaveDB’s vibrant international communities. By engaging on social media platforms, forums, and other relevant channels.</p><h4>3. Fostering Positive Vibes</h4><p>As a WeaveDB Ambassador, you have the power to create a positive and welcoming environment within the WeaveDB community. Together, we can create a space where everyone feels valued and empowered.</p><h3>Rewards for top performers</h3><p>WeaveDB recognizes and appreciates the dedication and outstanding contributions of its Ambassadors. By going above and beyond, you will have the opportunity to unlock exciting rewards and advance your career within the WeaveDB ecosystem.</p><ul><li><strong>Fast-track to Future Positions: </strong>Exceptional Ambassadors have the opportunity for fast-track progression into positions such as Community Manager, DevRel, and other relevant roles within WeaveDB in the future. This offers a chance to contribute at a higher level and make a broader impact.</li><li><strong>Token Rewards</strong>:<strong> </strong>WeaveDB plans to introduce a utility token in the future, and as a top performer, you have a chance to receive an exclusive token allocation in advance.</li><li><strong>Access to Real-Life Events</strong>: WeaveDB Ambassadors gain exclusive access to real-life events, including conferences, meet-ups, parties, workshops, and more. These events provide valuable networking opportunities and a chance to connect with like-minded individuals in the industry.</li><li><strong>Networking and Recognition</strong>: Expand your web3 network and gain recognition across the ecosystem.</li><li><strong>Swag Rewards</strong>: You will receive exclusive swag items, including t-shirts, socks, and other exciting merchandise.</li></ul><h3>Conclusion</h3><p>The WeaveDB Ambassador Program is your platform to actively contribute to the growth and success of WeaveDB while shaping the web3 landscape.</p><p>By becoming an Ambassador, you gain recognition, rewards, and opportunities for personal and professional growth.</p><p>Join us on this journey as a WeaveDB Ambassador by applying <a href="https://7u9r6msaj3k.typeform.com/to/Ys3vXMmJ"><strong>here</strong></a>.</p><p><em>To learn more about WeaveDB, you can check our </em><a href="https://weavedb.dev/"><em>website</em></a><em>. To stay up to date, follow us on </em><a href="https://twitter.com/weave_db"><em>Twitter</em></a><em> and join our </em><a href="https://discord.com/invite/YMe3eqf69M"><em>Discord</em></a><em>.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=1b4d7f6ee6aa" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/introducing-the-weavedb-ambassador-program-1b4d7f6ee6aa">Introducing the WeaveDB Ambassador Program</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing WeaveDB Fellows]]></title>
            <link>https://medium.com/weavedb/introducing-weavedb-fellows-7ccfadabd208?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/7ccfadabd208</guid>
            <category><![CDATA[weavedb]]></category>
            <category><![CDATA[lit-protocol]]></category>
            <category><![CDATA[arweave]]></category>
            <category><![CDATA[lens-protocol]]></category>
            <category><![CDATA[hackathons]]></category>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Thu, 18 May 2023 12:55:13 GMT</pubDate>
            <atom:updated>2023-05-25T10:13:37.751Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*PP8LZoBm-Zf5_S3Ho8aYog.png" /></figure><p>We are excited to announce the launch of <strong>WeaveDB Fellows</strong>, a collaborative opportunity in partnership with Arweave, Fleek, Lens protocol, Intmax, Lit protocol, and Mask Network for developers to showcase their skills and potentially contribute to the advancement of decentralized database technology.</p><p>The question of whether an application can be considered truly decentralized if it uses a centralized database is a critical one. This is where <strong>WeaveDB</strong> comes in as the essential component of Web3, offering a decentralized, scalable, and reliable database solution.</p><h3><strong>TL;DR</strong></h3><ul><li><strong>WeaveDB</strong> <strong>Fellows</strong> is a 6-week online hackathon starting on the 9th of June.</li><li>Ideal candidates are developers with a track record, a deep understanding of the blockchain space, and prior experience using NoSQL databases.</li><li>Participants will be eligible to receive rewards from a prize pool of <strong>$22,000</strong> in USDC.</li><li>Several VCs including Arweave, IOSG, Hansa, Mask, and others have joined the program to scout for promising ideas that may emerge during the hackathon to potentially fund.</li><li>The registration form can be found <a href="https://app.deform.cc/form/aa7e2ee9-74b8-42da-a07f-6bb5ecf728de">here</a>.</li></ul><h3>Program Overview</h3><p>The <strong>WeaveDB</strong> Fellowship program is a 6-week hackathon that aims to encourage developers with prior experience in building to create innovative decentralized solutions using <strong>WeaveDB</strong>.</p><p>Participants will receive support in both technical and design aspects throughout the program.</p><h3>Eligibility Requirements</h3><p>The program is open to developers who possess a comprehensive understanding of blockchain technology and have prior experience using NoSQL databases.</p><p>They also must have a track record of successfully shipping at least two dapps.</p><p>Interested developers are required to submit their ideas and obtain approval before joining the program. Few ideas as examples would be:</p><ul><li>A Decentralized publishing platform like Medium or Substack</li><li>A DEX with an on-WeaveDB orderbook</li><li>Decentralized science (<a href="https://twitter.com/sunnydece/status/1633160977809289216?s=20">DeSci</a>) like a platform that allows individuals to monetize personal health data for purchase by researchers</li></ul><p>Be innovative fren, the sky is your limit!</p><h3>Rewards</h3><p>All participants are expected to develop a fully functional dapp within the six-week hackathon period.</p><p>The rewards for the top five dapps are as follows:</p><ul><li>First place: <strong>$4000</strong></li><li>Second place: <strong>$2500</strong></li><li>Third place: <strong>$2500</strong></li><li>Fourth place: <strong>$1500</strong></li><li>Fifth place: <strong>$1500</strong></li></ul><p>In addition to the above, we have partnered with some protocols and bonuses will be awarded for:</p><ul><li>Best two dapps using <a href="https://www.arweave.org/">Arweave</a>: <strong>$1000</strong> each</li><li>Best two dapps using <a href="http://fleek.co/">Fleek</a>: <strong>$1000</strong> each</li><li>Best dapp using <a href="https://intmax.io/">Intmax</a>: <strong>$2000</strong></li><li>Best two dapps using <a href="https://litprotocol.com/">Lit protocol</a>: <strong>$1000</strong> each</li><li>Best dapp using <a href="https://www.lens.xyz/">Lens protocol</a>: <strong>$1000</strong></li><li>Best social media dapp by <a href="https://mask.io/">Mask Network</a>: <strong>$1000</strong></li></ul><h3>Judges</h3><p>We have partnered with some of the most reputable figures in web3 to be the judges of this program, ensuring transparency and fairness in the judging process:</p><ul><li><a href="https://twitter.com/Mardeni01">Ahmad Mardeni</a></li><li><a href="https://twitter.com/thatguyintech">Albert</a></li><li><a href="https://twitter.com/alysiatech">Alysia<em> </em>Huggins</a></li><li><a href="https://twitter.com/DMacOnArweave">Dmac</a></li><li><a href="https://twitter.com/kayprasla">Krinza Momen</a></li><li><a href="https://twitter.com/dabit3">Nader Dabit</a></li><li><a href="https://twitter.com/suji_yan">Suji Yan</a></li></ul><h3>How to apply?</h3><p>You can find the registration form <a href="https://app.deform.cc/form/aa7e2ee9-74b8-42da-a07f-6bb5ecf728de">here</a>.</p><p>This edition starts on the 9th of June — 2023 and will only have a limited 15–20 slots open so make sure to apply as soon as possible.</p><p>Developers have to form a team of 2–5 members, which will count as a single slot.</p><h3>Additional Notes</h3><ul><li>All ideas must use <strong>WeaveDB</strong> as a database solution to be eligible for the prizes.</li><li><a href="https://twitter.com/developer_dao">DeveloperDAO</a> members are prioritized in the registration form.</li><li>Any dapp built with WeaveDB and Lit protocol will be eligible to win an additional $20,000 each. Read more <a href="https://spark.litprotocol.com/the-ignite-prize/">here</a>.</li></ul><h3>About WeaveDB</h3><p>While web3 dapps may use decentralized technologies like blockchain to facilitate trust and transparency, they may still rely on centralized components like databases for storing data. This can lead to a certain level of centralization, as these components are often controlled by a single entity or organization.</p><p><strong>WeaveDB</strong> is addressing this issue by offering a high-performance, scalable, decentralized, and reliable database solution.</p><ul><li><a href="https://weavedb.dev/">Website</a></li><li><a href="https://twitter.com/weave_db">Twitter</a></li><li><a href="https://discord.com/invite/YMe3eqf69M">Discord</a></li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=7ccfadabd208" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/introducing-weavedb-fellows-7ccfadabd208">Introducing WeaveDB Fellows</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[WeaveDB partners with Lit protocol to make Arweave a cross-chain dApp hub]]></title>
            <link>https://medium.com/weavedb/weavedb-partners-with-lit-protocol-to-make-arweave-a-cross-chain-dapp-hub-d1d144bdb01a?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/d1d144bdb01a</guid>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[lens-protocol]]></category>
            <category><![CDATA[arweave]]></category>
            <category><![CDATA[database]]></category>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Fri, 17 Mar 2023 16:19:32 GMT</pubDate>
            <atom:updated>2023-03-17T17:10:24.915Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*OQNPy0EUohH63_XPznMmSw.png" /></figure><p>We are excited to announce that WeaveDB has partnered with Lit protocol on an integration that enables Arweave to become a cross-chain dapp hub. With this integration, developers can bridge data from outside the Arweave smart contract environment, including other blockchains and web2 API endpoints, into WeaveDB.</p><p>WeaveDB is a decentralized alternative to web2 database components that offers scalability, performance, and compossibility. It provides a seamless development experience where you can deploy a database in just five seconds without writing a single line of a smart contract.</p><p>Lit is a blockchain-agnostic middleware layer, Lit can be used to read and write data between blockchains and off-chain platforms, powering conditional decryption and programmatic signing.</p><p>After exploring Lit’s capabilities, we realized it fits perfectly with our vision of making Arweave a fast and decentralized cross-chain dapp hub. This integration allows secure interaction and composition of states from other blockchains and web2 API endpoints.</p><p>Thanks to this integration, we can now offer data encryption in WeaveDB, providing users with the ability to store encrypted data! To demonstrate this, we have built a <a href="https://relayer-one.vercel.app/lit-protocol">demo app</a> that allows NFT holders to send private messages.</p><blockquote>Feel free to read our tutorial on how to build that dapp <a href="https://docs.weavedb.dev/docs/examples/lit-protocol">here</a>.</blockquote><p>To demonstrate the potential of this integration, we have integrated Lens protocol into the core contract!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*p7WwS3IkN5TZeQFW6xat-w.png" /></figure><p>In addition to EVM, Arweave, and DFINITY compatible wallets, users now will be able to deploy a database and interact with it using a Lens profile NFT!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*tX3P3_TfQREd8s2qITRwZA.jpeg" /></figure><p>We are excited to introduce Lens protocol to the Arweave ecosystem, which opens up many possibilities for decentralized applications. By leveraging Lens as a global social layer, developers can build applications on Arweave that offer permanent, tamper-proof, and decentralized storage solutions while using Lens profiles on Polygon as a means of identity verification.</p><p>For developers, Lens profiles can be used to provide a global and interoperable identity layer across different applications in the Arweave ecosystem.</p><p>For users, it allows them to have a consistent and secure identity across multiple Arweave applications.</p><p>To showcase the potential of this integration, we have built a lightning-fast Demo Dapp you can try <a href="https://relayer-lens-lit.vercel.app/">here</a>.</p><p>We are thrilled to be bringing Lens protocol to the Arweave ecosystem and look forward to seeing the innovative applications that will be built using this technology.</p><p>“This is a remarkable milestone for us” said WeaveDB CEO Ahmad Mardeni “as this collaboration will enable developers to seamlessly bridge data from external sources into WeaveDB, unlocking new possibilities for decentralized application development on Arweave.”</p><blockquote>If you want to dive into the technical details of this integration, you can read <a href="https://weavedb.mirror.xyz/IgIYseuHWflf29xPnmlcegbRdYSJWUd28SjAbyVLEno">this article</a>.</blockquote><p><em>To learn more about Lit protocol, check out their </em><a href="https://litprotocol.com/"><em>website</em></a><em>.</em></p><p><em>To learn more about WeaveDB, check out our </em><a href="http://weavedb.dev/"><em>website</em></a>, <a href="https://twitter.com/weave_db"><em>Twitter</em></a>, and <a href="https://discord.gg/MqHnbdXhZ3">Discord</a><em>.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d1d144bdb01a" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/weavedb-partners-with-lit-protocol-to-make-arweave-a-cross-chain-dapp-hub-d1d144bdb01a">WeaveDB partners with Lit protocol to make Arweave a cross-chain dApp hub</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[WeaveDB Raises $900k Pre-Seed Round]]></title>
            <link>https://medium.com/weavedb/weavedb-raises-900k-pre-seed-round-ee2d3b35b5e7?source=rss----70d7b6ec746a---4</link>
            <guid isPermaLink="false">https://medium.com/p/ee2d3b35b5e7</guid>
            <category><![CDATA[decentralized-storage]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[saas]]></category>
            <category><![CDATA[arweave]]></category>
            <dc:creator><![CDATA[Ahmad Mardeni]]></dc:creator>
            <pubDate>Tue, 17 Jan 2023 12:31:29 GMT</pubDate>
            <atom:updated>2023-01-17T12:31:58.739Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*UTbN0UQDu0ifrWFDQNy2Og.png" /></figure><p>For those who are eager to learn more about WeaveDB, here are some steps you can take right away:</p><ul><li>Sign up for updates on <a href="https://weavedb.dev/">Weavedb.dev</a></li><li>Sign up for our blog on <a href="https://weavedb.mirror.xyz/">Mirror</a></li><li>Follow WeaveDB on <a href="https://twitter.com/weave_db">Twitter</a></li><li>Join WeaveDB <a href="https://discord.com/invite/YMe3eqf69M">Discord</a></li><li>Read <a href="https://docs.weavedb.dev/">our docs</a></li></ul><p>Three months ago we <a href="https://twitter.com/weave_db/status/1570879470592229376?s=20&amp;t=HMdGsZpovK1FCoI0XFSdkA">introduced</a> WeaveDB, the first NoSQL DB as a smart contract on Arweave with a vision of bringing web2-like smooth UX, complexity, and scalability to web3 dApps.</p><p>Today, WeaveDB is glad to announce its $900k pre-seed round led by Permanent Ventures!</p><h3>WeaveDB — The Firestore of Web3</h3><p>WeaveDB was created in response to the challenges of building decentralized applications (dApps) while having to rely on existing web2 infrastructures.</p><p>Tomoya Nagasawa, the originator of WeaveDB, was in the process of developing a decentralized blogging platform that relied on the Firestore database from the Google Cloud Platform.</p><p>Earlier this year, Tomoya learned about the Arweave smart contracts, what is called SmartWeave, being realized by separating computation from storage, leading to fully decentralized yet complex dApps with virtually unlimited computation capabilities and inexpensive permanent storage. This urged him to build a decentralized alternative to Firestore, bringing out the best of both web2 UX and web3 decentralization.</p><h3>Where we are today</h3><p>WeaveDB is a new paradigm for dApp development, bringing web2-like UX both to users and developers with Firestore-like NoSQL DB on smart contracts.</p><h4>WeaveDB for developers</h4><p>Using WeaveDB, developers can now deploy a one-line instant contract, build complex logic without writing a smart contract, and build full-stack scalable dApps that weren’t possible before, using Javascript/Typescript, Rust, or Go for development.</p><p>WeaveDB is offering a wide range of features, including:</p><ul><li>Cross-chain authentication,</li><li>Auto-signing,</li><li>JSON-like simple APIs,</li><li>Data indexing,</li><li>JSON-based functional programming over data validation and access control,</li><li>Built-in scheduled cron jobs, REPL, Web console, gRPC node, and Light client.</li></ul><h4>WeaveDB for users</h4><p>As a user, WeaveDB is giving you instant finality, no need to sign in with a crypto wallet, no gas fee to pay, a web2-like UX and versatile features, biometric authentication, and most important owning your own data.</p><h3>Where we are going</h3><p>With WeaveDB we are setting the bar high: we strongly believe that we will play a massive role in bringing web2 to web3 adoption by bringing to both the developers and end users the tools that they were looking for.</p><p>Things that seemed impossible to build before as a full-stack dApp, now are starting to become a reality with WeaveDB: e.g., a decentralized Twitter, a new GitHub, or a permanent Wikipedia, you name it!</p><h3>Our pre-seed round</h3><p>We are proud to announce a breakthrough milestone for us: WeaveDB has raised a $900k pre-seed round. The round was led by Permanent Ventures, along with leading web3 investors: IOSG Ventures, Mask Network, arweave.org, Hansa, Next Web Capital, CMTD, Formless Capital, and Scott Moore (co-founder of Gitcoin).</p><p>We are truly honored to have such a remarkable group of investors that recognize the value of decentralization and can help us as we look forward to expanding our growth and providing the missing tool that the community of developers and users desperately needs. Our journey just started, and our goals are endless!</p><p><em>To learn more about WeaveDB, you can check our </em><a href="https://weavedb.dev"><em>website</em></a><em>. To stay up to date, follow us on </em><a href="https://twitter.com/weave_db"><em>Twitter</em></a><em> and join our </em><a href="https://discord.com/invite/YMe3eqf69M"><em>Discord</em></a><em>.</em></p><p><em>If you want to get in touch with us, please email ahmad@weavedb.dev</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=ee2d3b35b5e7" width="1" height="1" alt=""><hr><p><a href="https://medium.com/weavedb/weavedb-raises-900k-pre-seed-round-ee2d3b35b5e7">WeaveDB Raises $900k Pre-Seed Round</a> was originally published in <a href="https://medium.com/weavedb">WeaveDB</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>