Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```