New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rari-capital/vaults

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rari-capital/vaults

Gas efficient yield aggregator to earn yield on any asset using Fuse.

  • 1.0.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

vaults

Gas efficient yield aggregator to earn yield on any asset using Fuse.

Installation

Toolset

  • First, install Nix:
# User must be in sudoers
curl -L https://nixos.org/nix/install | sh

# Run this or login again to use Nix
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
  • Then, install dapptools:
curl https://dapp.tools/install | sh

Project Setup

  • First, clone the repo locally:
git clone https://github.com/rari-capital/vaults
cd vaults
  • Then, install the project's dependencies:
make

Developing

Below is a brief summary of a few common commands you may need to contribute to this project. If you are not already comfortable with the dapptools suite, read the dapptools docs to learn more.

Compiling

dapp build

Compiles the project.

Testing

dapp test

Test the project and only log verbose info for failed tests.

Verbose Testing

dapp test --verbosity 2

Test the project and show ds-test logs for everything.

Very Verbose Testing

dapp test --verbosity 3

Test the project and log full verbose info for everything.

Debugging

dapp debug

Run a test using the HEVM interactive debugger.

Replaying

dapp debug --replay '("test_exchange_rate_increases(uint256)","0x0000000000000000000000000000000000000000000000000000000000000001")'

Replay a specific testcase in the debugger.

FAQs

Package last updated on 17 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc