An open API service indexing awesome lists of open source software.

https://github.com/raid-guild/wpokt-hyperlane-contracts

Wrapped pocket multi-chain Hyperlane smart contract infrastructure
https://github.com/raid-guild/wpokt-hyperlane-contracts

Last synced: 3 months ago
JSON representation

Wrapped pocket multi-chain Hyperlane smart contract infrastructure

Awesome Lists containing this project

README

          

# Foundry template

This is a template for a Foundry project.

## Installation

To install with [Foundry](https://github.com/gakonst/foundry):

```
forge install [user]/[repo]
```

## Local development

This project uses [Foundry](https://github.com/gakonst/foundry) as the development framework.

### Dependencies

```
forge install
```

### Compilation

```
forge build
```

### Testing

```
forge test
```

### Contract deployment

Please create a `.env` file before deployment. An example can be found in `.env.example`.

#### Dryrun

```
forge script script/Deploy.s.sol -f [network]
```

### Live

```
forge script script/Deploy.s.sol -f [network] --verify --broadcast
```