Code Monkey home page Code Monkey logo

cellar-v1_5's Introduction

Sommelier Cellar Contracts • tests lints license

Cellar contracts for the Sommelier Network.

Development

Getting Started

Before attempting to setup the repo, first make sure you have Foundry installed and updated, which can be done here.

npm run setup

Building

Install libraries with Foundry which work with Hardhat:

forge install rari-capital/solmate # Already in this repo, just an example.

Whenever you install new libraries using Foundry, make sure to update your remappings.txt file. This repo uses hardhat-preprocessor and the remappings.txt file to allow Hardhat to resolve libraries you install with Foundry.

Testing

Before running test, make sure to go to foundry.toml and set eth_rpc_url to your Alchemy HTTPS URL and etherscan_api_key to your Etherscan API key. This is required for tests that run against a fork of mainnet.

Run tests with either Hardhat or Foundry:

forge test
# or
npx hardhat test

Run tests on forked chains with Foundry:

forge test --fork-url ALCHEMY_API_KEY

Run tests for both Hardhat and Foundry:

npm run test

Tasks

Use Hardhat's task framework:

npx hardhat compile
# Before running the next command, go to `hardhat.config.ts` and uncomment "./tasks" imports.
# This is initially commented to fix initial compile errors with Hardhat.
npx hardhat example

cellar-v1_5's People

Contributors

0xble avatar crispymangoes avatar wc117 avatar zpoken avatar webelf101 avatar taariq avatar kkennis avatar hannydevelop avatar sandbochs avatar cellar-sc-developer avatar zmanian avatar

Watchers

 avatar  avatar  avatar

Forkers

cb-defi-notifs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.