Clone the Repo
WeaveDB (opens in a new tab) is a monorepo that consists of Warp contracts (opens in a new tab), SDK (opens in a new tab), REPL (opens in a new tab), a web console (opens in a new tab), Jots (Social App) (opens in a new tab) and many helper scripts (opens in a new tab).
Before cloning the repo, make sure you have the following prerequisites:
- Node.js (opens in a new tab) >= 18
- yarn (opens in a new tab) or npm (opens in a new tab)
- docker (opens in a new tab)
- docker-compose (opens in a new tab)
- Git (opens in a new tab)
Open a terminal and run the following commands to clone the WeaveDB repository and install its dependencies.
git clone https://github.com/weavedb/weavedb.git
cd weavedb
yarn