Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 697 Bytes

logo-foundry-lukso

LUKSO - Forge Template

Forge/Foundry project template to get started developing contracts from @lukso/lsp-smart-contracts

Getting Started

Install foundry. You can find the installation instructions here: https://book.getfoundry.sh/getting-started/installation.html

Then clone the repository.

git clone https://github.com/CJ42/forge-lsp-smart-contracts.git
npm i

To generate the artifacts simply run:

forge build

The contract ABIs will placed under the artifacts/ folder.