Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mento-protocol/governance-tests
Automated tests for Mento Protocol Governance
https://github.com/mento-protocol/governance-tests
Last synced: 6 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:14:07.000Z (5 months ago)
- Last Synced: 2024-08-23T11:27:48.223Z (5 months 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 [email protected]: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
```