Skip to content

Commit

Permalink
docs(readme): update repo name to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
cogoo committed Jun 30, 2024
1 parent 9e79f4f commit 307895e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mocha Wallet API (WIP)
# Mocha Core API (WIP)

Mocha wallet API is a NodeJS project, built with [Hono](https://hono.dev) that provides a RESTful API to manage wallets and transaction intents.
Mocha core API is a NodeJS project, built with [Hono](https://hono.dev) that provides a RESTful API to manage wallets and transaction intents.

> The codebase is a work-in-progress (WIP) and is still under development.
Expand All @@ -14,8 +14,8 @@ Mocha wallet API is a NodeJS project, built with [Hono](https://hono.dev) that p
1. Clone the repository:

```sh
git clone https://github.com/christex-foundation/mocha-whatsapp-wallet.git
cd mocha-wallet-api
git clone https://github.com/christex-foundation/mocha-core-api.git
cd mocha-core-api
```

2. Install dependencies:
Expand Down

0 comments on commit 307895e

Please sign in to comment.