Skip to content

Commit

Permalink
Change mecanywhere to meca
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJunxue committed Jul 26, 2024
1 parent 369ac22 commit 95745a4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MECAnywhere Services
# MECA Services

Table of Contents

Expand All @@ -11,20 +11,20 @@ Table of Contents

# Overview

This repository contains the services for the MECAnywhere project that are used to interact with pymeca and the smart contracts. Use the pymeca-actors to join the MECAnywhere ecosystem now!
This repository contains the services for the MECA project that are used to interact with pymeca and the smart contracts. Use the pymeca-actors to join the MECA ecosystem now!

### Architecture

https://www.figma.com/file/JkjN5hBQYfCFEMpc2QS4eH/MECAnywhere-Architecture-Diagram-(V2)?type=whiteboard&node-id=0%3A1&t=VgoZo4ZXrVZtnZ9s-1

### Services

> Open https://sbip-sg.github.io/mec_anywhere/ for online documentation + user guides.
> Open https://sbip-sg.github.io/meca/ for online documentation + user guides.
- did-go
- Decentalized Identity (DID) service written in Golang
- example-tasks
- Example tasks for the MECAnywhere platform
- Example tasks for the MECA platform
- [README to build tasks](example-tasks/README.md)
- Pymeca actors
- Template actors that use pymeca library to interact with the smart contracts. These come in the form of CLI.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. MECAnywhere documentation master file, created by
.. MECA documentation master file, created by
sphinx-quickstart on Thu Jan 4 11:25:18 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MECAnywhere's documentation!
Welcome to MECA's documentation!
=======================================

This is for developers working on MECAnywhere backend. User guides are also available under Contents.
This is for developers working on MECA backend. User guides are also available under Contents.


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/pages/user_guides/example_tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Building tasks
==============

This guide will walk you through the development of a task container that a task developer can upload.
Example tasks are provided in `example tasks README <https://github.com/sbip-sg/mec_anywhere/tree/main/example-tasks>`__.
Example tasks are provided in `example tasks README <https://github.com/sbip-sg/meca/tree/main/example-tasks>`__.
Each folder must contain all of the files listed in the structure below.

.. include:: ../../../../example-tasks/README.md
Expand Down
6 changes: 3 additions & 3 deletions docs/source/pages/user_guides/host_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Introduction

The host is the service that executes tasks submitted by clients. This
guide will walk you through the process of setting up and managing a
host using the CLI. You can also check out the `MECAnywhere Desktop
application <https://github.com/sbip-sg/mec_anywhere_desktop>`__ for a
host using the CLI. You can also check out the `MECA Desktop
application <https://github.com/sbip-sg/meca_desktop>`__ for a
more user-friendly experience.

Installation
Expand All @@ -27,7 +27,7 @@ Installation
website <https://www.docker.com/get-started>`__.
2. Start and serve the host container. (see pymeca-actors readme)
3. Build the `task
executor <https://github.com/sbip-sg/mec_anywhere_desktop/tree/main/task_executor>`__.
executor <https://github.com/sbip-sg/meca_desktop/tree/main/task_executor>`__.
4. Ensure that you have a valid connection to IPFS for retrieval (see
https://docs.ipfs.tech/quickstart/retrieve/#ipfs-retrieval-methods).

Expand Down
2 changes: 1 addition & 1 deletion docs/source/pages/user_guides/task_dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Installation
on your machine. You can download Docker from the `official Docker
website <https://www.docker.com/get-started>`__.
2. Start and serve the task developer container. (see `pymeca-actors
readme <https://github.com/sbip-sg/mec_anywhere/blob/main/pymeca-actors/README.md>`__)
readme <https://github.com/sbip-sg/meca/blob/main/pymeca-actors/README.md>`__)
3. Ensure that you have a valid connection to IPFS for uploading. (see
`IPFS installation docs <https://docs.ipfs.tech/install/>`__) You can also use the docker image
from IPFS following instructions in pymeca-actors readme.
Expand Down

0 comments on commit 95745a4

Please sign in to comment.