https://github.com/mento-protocol/governance-tests
Automated tests for Mento Protocol Governance
https://github.com/mento-protocol/governance-tests
Last synced: 8 months ago
JSON representation
Automated tests for Mento Protocol Governance
- Host: GitHub
- URL: https://github.com/mento-protocol/governance-tests
- Owner: mento-protocol
- Created: 2024-01-17T15:28:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:14:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-23T11:27:48.223Z (almost 2 years ago)
- Language: Solidity
- Size: 295 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mento Governance Tests
This repo contains fork tests to verify the Mento Protocol governance setup.
## Getting Started
```bash
# Get the latest code
git clone git@github.com:mento-protocol/governance-tests.git
# Change directory to the the newly cloned repo
cd governance-tests
# Install dependencies with pnpm
pnpm install
# Run the tests against celo
pnpm test
# Run the tests against alfajores
pnpm test:alfajores
# Run the tests against baklava
pnpm test:baklava
```