This project is about the combination of the fully homomorphic encryption with CFMM in order to provide a safe automated market maker version.
!Note though that to make this work, you must use your INFURA_API_KEY and your MNEMONIC as GitHub secrets.
Before being able to run any command, you need to create a .env file and set a BIP-39 compatible mnemonic as an environment variable. You can follow the example in .env.example and start with the following command:
cp .env.example .envIf you don't already have a mnemonic, you can use this website to generate one.
Then, proceed with installing dependencies - please make sure to use Node v20 or more recent or this will fail:
npm install
npm fhevm:start