Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matchain/match
- Owner: matchain
- License: lgpl-3.0
- Created: 2024-01-26T06:36:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T09:42:30.000Z (6 months ago)
- Last Synced: 2024-06-21T06:42:31.612Z (5 months ago)
- Topics: blockchain, cosmos, evm, social
- Language: Go
- Homepage: https://matchain.io
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - matchain/match - Match is a social network platform based on Cosmos network that is composability, modularity, privacy, decentralized and interoperable. (Go)
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.