Forge/Foundry project template to get started developing contracts from @lukso/lsp-smart-contracts
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.