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.
- Host: GitHub
- URL: https://github.com/yamenmerhi/foundry-lsp-smart-contracts
- Owner: YamenMerhi
- Created: 2022-04-10T12:22:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T14:41:51.000Z (about 3 years ago)
- Last Synced: 2024-11-07T12:52:19.873Z (7 months ago)
- Topics: foundry, hardhat, lukso
- Language: Solidity
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

### 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
```