Eigen zkVM logo
    ___   
   /\__\  
  /:/__/_ 
 /::\/\__\
 \/\::/  /
   /:/  / 
   \/__/  

Local Deployment

  1. Clone eigen-secret and eigen-secret-ui, install the deps and build;
cd eigen-secret && npm i && npm run build;
cd eigen-secret-ui && npm i && npm run build;
  1. Launch Node
cd eigen-secret;
npx hardhat node
  1. Launch Server
cd eigen-secret;

cp server/.env.sample server/.env
vim server/.env

npm run init:db && npm run server
  1. Run the CI
cd eigen-secret
./test.sh
  1. Update contract.json and launch the UI service
cd eigen-secret-ui

vim eigen-secret-ui/src/NET_WORK_CONFIG.json

npm run serve

Open localhost:8080 in browser and login with Metamask directly.

Deploy for Production

Check out the tutorial.


See a mistake? Open a pull request.

https://github.com/0xEigenLabs/0xeigenlabs.github.io/blob/master/src/secret/deployment.md