Skip to content

Commit

Permalink
swap
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Feb 28, 2024
1 parent 50b01d7 commit 17200dc
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,31 @@

![Architecture](./asset/hyperlane-all.png)

## Project Structure
## Prerequisites

- rust (wasm32-wasm32-unknown target)
- go 1.20 or higher
- llvm-cov

## How to build

```bash
make install-dev

make build
```

## How to test

```bash
cargo test --workspace --exclude hpl-tests

cargo llvm-cov --workspace --exclude hpl-tests
```

## Project Structure

```text
├── contracts
│ │
│ ├── core
Expand Down Expand Up @@ -67,25 +89,3 @@
└── ts
└── sdk # typescript sdk for contract integration. (auto generated via ts-codegen)
```

## Prerequisites

- rust (wasm32-wasm32-unknown target)
- go 1.20 or higher
- llvm-cov

## How to build

```bash
make install-dev

make build
```

## How to test

```bash
cargo test --workspace --exclude hpl-tests

cargo llvm-cov --workspace --exclude hpl-tests
```

0 comments on commit 17200dc

Please sign in to comment.