Thanks for your interest! meridian is a kcolbchain open-source project.
git clone https://github.com/YOUR_USERNAME/meridian.git
cd meridian
pip install -r requirements.txt
python -m pytest tests/
python -m src.agents.rwa_market_maker --simulatecd deploy
npm install
npx hardhat compile
npx hardhat test- Open issues
good-first-issue/help-wantedtags
- Python: black formatter, type hints preferred
- Solidity: follow existing patterns, OpenZeppelin v5
- Tests required for new features
MIT