Skip to content

Instantly share code, notes, and snippets.

@dabit3
Last active October 16, 2022 02:24
Show Gist options
  • Save dabit3/7f516219bba217c74a3467e5b373c7d7 to your computer and use it in GitHub Desktop.
Save dabit3/7f516219bba217c74a3467e5b373c7d7 to your computer and use it in GitHub Desktop.
Deploying Lens Protocol with Hardhat
git clone [email protected]:lens-protocol/core.git
cd lens-protocol
touch .env
npm install
npm run compile
# in a new terminal window
npx hardhat node
# in the original terminal window
npm run full-deploy-local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment