Last active
October 16, 2022 02:24
-
-
Save dabit3/7f516219bba217c74a3467e5b373c7d7 to your computer and use it in GitHub Desktop.
Deploying Lens Protocol with Hardhat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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