dan13ram / wpokt-hyperlane-contracts

Wrapped pocket multi-chain Hyperlane smart contract infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundry template

This is a template for a Foundry project.

Installation

To install with Foundry:

forge install [user]/[repo]

Local development

This project uses 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

About

Wrapped pocket multi-chain Hyperlane smart contract infrastructure

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 75.4%Language:TypeScript 23.3%Language:JavaScript 1.2%Language:Makefile 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%