Neptune Vaults is codebase for the on-chain program that enable the Neptune lending protocol.
Getting started on a Mac with Apple Silicon? Follow the instructions here: Setting up on a Mac with Apple Silicon
Run the validator and copy the chainlink oracle account so we can use it on localhost.
solana-test-validator -r -c FmAmfoyPXiA8Vhhe6MZTr3U6rZfEZ1ctEHay1ysqCqcf -u d
Run reset workspace to deploy the app and set up some of the test wallets
./reset-workspace.sh
You'll need to install mocha-steps
npm i -g mocha-steps