Contribute
We’d love your support in improving Dubhe! This monorepo includes all of Dubhe’s source code, and pull requests are always welcome. To discuss new features or changes join our Discord(opens in a new tab).
Local development setup
The following steps are only necessary if you want to contribute to Dubhe.
-
Install Rust : https://www.rust-lang.org/tools/install
-
Install pnpm
npm install pnpm --global
- Clone the Dubhe monorepo
git clone https://github.com/0xobelisk/dubhe.git
- Install Dubhe dependencies and setup local environment
cd dubhe && pnpm install
Pull requests
Obelisk follows the conventional commit specification for commit messages and PR titles. Please keep the scope of your PR small (rather open multiple small PRs than one huge PR) and follow the conventional commit spec.