Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielstoica committed Oct 31, 2024
1 parent 4dae3fc commit 5003d68
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
<h1 align="center">MetaDock Contracts</h1>
<h1 align="center">Werk Contracts</h1>

<p align="center">
<strong>Smart contracts built for the MetaDock platform.</strong>
<strong>Smart contracts built for the Werk platform.</strong>
</p>

<p align="center">
<a href="https://github.com/metadock/contracts/actions?query=workflow%3Atest">
<img src="https://img.shields.io/github/actions/workflow/status/metadock/contracts/test.yml?branch=main&label=Tests" alt="Tests">
<a href="https://github.com/werk/contracts/actions?query=workflow%3Atest">
<img src="https://img.shields.io/github/actions/workflow/status/werk/contracts/test.yml?branch=main&label=Tests" alt="Tests">
</a>
<a href="https://getfoundry.sh/">
<img src="https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg" alt="Built with Foundry">
</a>
<a href="https://x.com/MetaDockApp">
<img src="https://img.shields.io/twitter/follow/MetaDockApp?label=Follow" alt="Follow on X">
<a href="https://x.com/WerkSocial">
<img src="https://img.shields.io/twitter/follow/WerkSocial?label=Follow" alt="Follow on X">
</a>
<a href="https://discord.com/invite/yTcSdN2uCN">
<img src="https://dcbadge.limes.pink/api/server/yTcSdN2uCN?style=flat" alt="Join Discord">
</a>
</p>

<p align="center">
<a href="https://www.metadock.com/">
<img src="docs/images/metadock_banner.jpeg" alt="Logo">
<a href="https://www.werk.so/">
<img src="docs/images/werk_banner.jpeg" alt="Logo">
</a>
</p>

MetaDock aims to offer a decentralised platform for freelancers and small companies to run all their operations
leveraging the power of web3 as an organisation.
Werk aims to offer a decentralised platform for freelancers and small companies to run all their operations leveraging
the power of web3 as an organisation.

## Architecture

Multiple Containers can be deployed, allowing ERC-20 and native tokens (ETH) to be deposited, acting as a user vault. At
the same time, a Container can execute arbitrary code on an unlimited number of Modules. This ability enhances the
MetaDock protocol with a modular architecture, providing an opportunity to create an open market of Modules where
external players can create and integrate their own use-cases into the protocol.
the same time, a Container can execute arbitrary code on an unlimited number of Modules. This ability enhances the Werk
protocol with a modular architecture, providing an opportunity to create an open market of Modules where external
players can create and integrate their own use-cases into the protocol.

A module must first be allowlisted through the `ModuleKeeper` before being made publicly available to MetaDock users.
Currently, due to the high-security risks, only the MetaDock team can add modules to or remove them from the allowlist.
A module must first be allowlisted through the `ModuleKeeper` before being made publicly available to Werk users.
Currently, due to the high-security risks, only the Werk team can add modules to or remove them from the allowlist.

Once a module is allowlisted, it can be enabled via the `enableModule()` method available on any `Container`.

Expand All @@ -54,13 +54,13 @@ creation and management.
## Contribute

Anyone is welcomed to contribute either by creating & proposing a new module or simply
[opening](https://github.com/metadock/contracts/issues/new) an issue, starting a discussion or submitting a PR.
[opening](https://github.com/werk/contracts/issues/new) an issue, starting a discussion or submitting a PR.

If you want to propose a new module, fork this repository and create a new folder inside the `src/modules/[module-name]`
folder following the `src/modules/invoice-module` module structure. Then, create a new PR with the module logic and a
detailed description of its capabilities.

## License

The primary license for MetaDock contracts is the GNU General Public License v3.0 (`GPL-3.0-or-later`),
see [LICENSE](https://github.com/metadock/contracts//blob/main/LICENSE). However, many files in `test/` are unlicensed.
The primary license for Werk contracts is the GNU General Public License v3.0 (`GPL-3.0-or-later`),
see [LICENSE](https://github.com/werk/contracts//blob/main/LICENSE). However, many files in `test/` are unlicensed.
Binary file removed docs/images/metadock_banner.jpeg
Binary file not shown.
Binary file added docs/images/werk_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5003d68

Please sign in to comment.