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

https://github.com/yamenmerhi/foundry-lsp-smart-contracts

Repo used only for testing.
https://github.com/yamenmerhi/foundry-lsp-smart-contracts

foundry hardhat lukso

Last synced: 6 months ago
JSON representation

Repo used only for testing.

Awesome Lists containing this project

README

        

# foundry-lsp-smart-contracts

### This repo is not official nor maintained, it's used for the sake of this article: [Foundry Vs Hardhat](https://yamenmerhi.medium.com/foundry-vs-hardhat-918c55e47add)


### Check the official implementation of the [lsp-smart-contracts](https://github.com/lukso-network/lsp-smart-contracts)


![Foundry vs Hardhat](https://user-images.githubusercontent.com/86341666/162625876-dc93f82e-e85a-49c4-9360-f596c309e9f6.png)

### Installation

```bash
$ git clone https://github.com/YamenMerhi/foundry-lsp-smart-contracts.git
$ cd ./foundry-lsp-smart-contracts
$ forge install
```

### Usage
For compiling:
```bash
$ forge build
```

For testing:
```bash
$ forge test
```