Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matchain/match

Match is a social network platform based on Cosmos network that is composability, modularity, privacy, decentralized and interoperable.
https://github.com/matchain/match

blockchain cosmos evm social

Last synced: 4 days ago
JSON representation

Match is a social network platform based on Cosmos network that is composability, modularity, privacy, decentralized and interoperable.

Awesome Lists containing this project

README

        


Match


Match is a scalable, high-throughput Proof-of-Stake blockchain
that is fully compatible and interoperable with Ethereum.

## Documentation

Our documentation is hosted [here](https://matchain.gitbook.io/match-chain/).
Head over there and check it out.

**Note**: Requires [Go 1.21+](https://golang.org/dl/)

## Installation

Just run this to install `matchd`.
```bash
make install
```

## Quick Start

```bash
./local_node.sh
```

To learn how the Match works from a high-level perspective,
go to the [Protocol Overview](https://matchain.gitbook.io/match-chain/protocol) section from the documentation.
You can also check the instructions to [Run a Node](https://matchain.gitbook.io/match-chain/protocol/match-cli/single-node).

## Contributing

Looking for a good place to start contributing?
Check out some
[`good first issues`](https://github.com/matchain/match/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).

For additional instructions, standards and style guides, please refer to the [Contributing](./CONTRIBUTING.md) document.