Coder Social home page Coder Social logo

Comments (2)

viratjshah avatar viratjshah commented on August 24, 2024

I am facing same issue

from set-protocol-v2.

shankinson avatar shankinson commented on August 24, 2024

@skolaautomat @viratjshah I was just able to get things compiled and tests passing. I did the following:

For Mac, install solidity 0.6.10 as per https://docs.soliditylang.org/en/v0.8.7/installing-solidity.html, git hash taken from the Set Protocol Readme (https://github.com/SetProtocol/set-protocol-v2/blob/master/README.md)

brew update
brew upgrade
brew tap ethereum/ethereum
brew install solidity
git clone https://github.com/ethereum/homebrew-ethereum.git
cd homebrew-ethereum
git checkout 06d13a8499801dc3ea4f19b2d24ed2eeb3072ebb
brew unlink solidity
brew install solidity.rb

Then I essentially followed the steps shown in the circleci yaml file (https://github.com/SetProtocol/set-protocol-v2/blob/master/.circleci/config.yml):

git clone https://github.com/SetProtocol/set-protocol-v2.git
cd set-protocol-v2
cp .env.default .env
yarn install
yarn build
yarn chain # in a different terminal window
yarn test
yarn coverage

from set-protocol-v2.

Related Issues (13)

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.