neptune-vaults
v0.0.1
Published
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="www.neptune.so"> <!-- <img src="images/logo.png" alt="Logo" width="600"> --> </a> </div> <div align="center"> <a href="https://app.circleci.com/pipelines/github/Neptune-Finance/neptune-v
Readme
Built With
Getting Started
Getting started on a Mac with Apple Silicon? Follow the instructions here: Setting up on a Mac with Apple Silicon
Running a local validator for testing on localhost
Run the validator and copy the chainlink oracle account so we can use it on localhost.
solana-test-validator -r -c FmAmfoyPXiA8Vhhe6MZTr3U6rZfEZ1ctEHay1ysqCqcf -u dRun reset workspace to deploy the app and set up some of the test wallets
./reset-workspace.shRunning the tests
You'll need to install mocha-steps
npm i -g mocha-steps