Skip to content

Commit

Permalink
Updating README (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur authored Nov 11, 2024
1 parent 64eccc5 commit 44d821b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
3 changes: 1 addition & 2 deletions contracts/battleship/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Open in Gitpod](https://img.shields.io/badge/Open_in-Gitpod-white?logo=gitpod)](https://gitpod.io/#FOLDER=battleship/https://github.com/gear-foundation/dapps)
[![Docs](https://img.shields.io/github/actions/workflow/status/gear-foundation/dapps/contracts.yml?logo=rust&label=docs)](https://dapps.gear.rs/battleship_io)

# [Battleship](https://wiki.gear-tech.io/docs/examples/Gaming/battleship)
# [Battleship](https://wiki.vara.network/docs/examples/Gaming/Battleship)

### 🏗️ Building

Expand All @@ -19,6 +19,5 @@ cargo t -r -p "battleship*" -- --skip gclient
Run all tests:
```sh
# Download the node binary.
cargo xtask node
cargo t -r -p "battleship*"
```
6 changes: 5 additions & 1 deletion contracts/galactic-express/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# [Galactic Express](https://wiki.gear-tech.io/docs/examples/Gaming/galactic-express)
# Galactic Express

Galactic Express (GalEx) is a 100% on-chain PvE economic game.

Deliver the cargo 📦 to the orbit 🌌 using fuel ⛽️ efficiently.

A detailed description of the project can be found on the [wiki](https://wiki.vara.network/docs/examples/Gaming/galactic-express).

⚙️ **Note**: The project code is developed using the [Sails](https://github.com/gear-tech/sails) framework.

### 🏗️ Building

```sh
Expand Down
23 changes: 17 additions & 6 deletions contracts/ping-pong/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## The **ping-pong** program

The program workspace includes the following packages:
- `ping-pong` is the package allowing to build WASM binary for the program and IDL file for it.
The package also includes integration tests for the program in the `tests` sub-folder
- `ping-pong-app` is the package containing business logic for the program represented by the `PingPongService` structure.
- `ping-pong-client` is the package containing the client for the program allowing to interact with it from another program, tests, or
off-chain client.
A detailed description of the project can be found on the [wiki](https://wiki.vara.network/docs/examples/Ping).

⚙️ **Note**: The project code is developed using the [Sails](https://github.com/gear-tech/sails) framework.


### 🏗️ Building

```sh
cargo b -r -p "ping-pong"
```

### ✅ Testing

Run all tests, except `gclient` ones:
```sh
cargo t -r -p "ping-pong"
```

0 comments on commit 44d821b

Please sign in to comment.