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 iTo generate the artifacts simply run:
forge buildThe contract ABIs will placed under the artifacts/ folder.
