René's URL Explorer Experiment


Title: does not work out of the box · Issue #1 · fei-protocol/getting-started · GitHub

Open Graph Title: does not work out of the box · Issue #1 · fei-protocol/getting-started

X Title: does not work out of the box · Issue #1 · fei-protocol/getting-started

Description: npm install npm run test Error HH404: File fuse-flywheel/src/vaults/fuse/FuseERC4626.sol, imported from contracts/Greeter.sol, not found. and furthermore forge build Compiler run failed error[6275]: ParserError: Source "fuse-flywheel/src...

Open Graph Description: npm install npm run test Error HH404: File fuse-flywheel/src/vaults/fuse/FuseERC4626.sol, imported from contracts/Greeter.sol, not found. and furthermore forge build Compiler run failed error[6275]...

X Description: npm install npm run test Error HH404: File fuse-flywheel/src/vaults/fuse/FuseERC4626.sol, imported from contracts/Greeter.sol, not found. and furthermore forge build Compiler run failed error[6275]...

Opengraph URL: https://github.com/fei-protocol/getting-started/issues/1

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"does not work out of the box","articleBody":"```bash\r\nnpm install\r\nnpm run test\r\n\r\nError HH404: File fuse-flywheel/src/vaults/fuse/FuseERC4626.sol, imported from contracts/Greeter.sol, not found.\r\n```\r\n\r\nand furthermore\r\n\r\n```bash\r\nforge build\r\n\r\nCompiler run failed\r\nerror[6275]: ParserError: Source \"fuse-flywheel/src/vaults/fuse/FuseERC4626.sol\" not found: File not found. Searched the following locations: \"/Users/msmyers/projects/fei-protocol/getting-started\".\r\n --\u003e contracts/Greeter.sol:2:1:\r\n  |\r\n2 | import {FuseERC4626} from \"fuse-flywheel/src/vaults/fuse/FuseERC4626.sol\";\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n```\r\n\r\nfurthermore\r\n\r\n```bash\r\nforge update\r\nforge build\r\n\r\nError: \r\nCompiler run failed\r\nerror[5333]: ParserError: Source file requires different compiler version (current compiler is 0.8.15+commit.e14f2714.Darwin.appleclang) - note that nightly builds are considered to be strictly less than the released version\r\n --\u003e fuse-flywheel/src/vaults/fuse/FuseERC4626.sol:2:1:\r\n  |\r\n2 | pragma solidity 0.8.10;\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^\r\n```\r\n\r\nfurthermore\r\n\r\n```\r\n❯ forge build --use solc:0.8.10\r\n[⠊] Compiling...\r\n[⠒] Unable to resolve import: \"fuse-flywheel/src/vaults/fuse/FuseERC4626.sol\" with remappings:\r\n        @ensdomains/=/Users/msmyers/Sync/volumes/syncthing/projects/fei-protocol/getting-started/node_modules/@ensdomains/\r\n        eth-gas-reporter/=/Users/msmyers/Sync/volumes/syncthing/projects/fei-protocol/getting-started/node_modules/eth-gas-reporter/\r\n        hardhat/=/Users/msmyers/Sync/volumes/syncthing/projects/fei-protocol/getting-started/node_modules/hardhat/\r\n        contracts/=/Users/msmyers/Sync/volumes/syncthing/projects/fei-protocol/getting-started/contracts/\r\n        test/=/Users/msmyers/Sync/volumes/syncthing/projects/fei-protocol/getting-started/test/\r\n[⠢] Compiling 1 files with 0.8.10\r\n[⠆] Solc 0.8.10 finished in 7.92ms\r\nError: \r\nCompiler run failed\r\nerror[6275]: ParserError: Source \"solmate/mixins/ERC4626.sol\" not found: File not found.\r\n --\u003e fuse-flywheel/src/vaults/fuse/FuseERC4626.sol:4:1:\r\n  |\r\n4 | import {ERC20, ERC4626} from \"solmate/mixins/ERC4626.sol\";\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n\r\n\r\nerror[6275]: ParserError: Source \"solmate/utils/SafeTransferLib.sol\" not found: File not found.\r\n --\u003e fuse-flywheel/src/vaults/fuse/FuseERC4626.sol:5:1:\r\n  |\r\n5 | import {SafeTransferLib} from \"solmate/utils/SafeTransferLib.sol\";\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n\r\n\r\nerror[6275]: ParserError: Source \"solmate/utils/FixedPointMathLib.sol\" not found: File not found.\r\n --\u003e fuse-flywheel/src/vaults/fuse/FuseERC4626.sol:6:1:\r\n  |\r\n6 | import {FixedPointMathLib} from \"solmate/utils/FixedPointMathLib.sol\";\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n\r\n\r\nerror[6275]: ParserError: Source \"libcompound/LibFuse.sol\" not found: File not found.\r\n --\u003e fuse-flywheel/src/vaults/fuse/FuseERC4626.sol:7:1:\r\n  |\r\n7 | import {LibFuse} from \"libcompound/LibFuse.sol\";\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n\r\n\r\nerror[6275]: ParserError: Source \"libcompound/interfaces/CERC20.sol\" not found: File not found.\r\n --\u003e fuse-flywheel/src/external/CToken.sol:4:1:\r\n  |\r\n4 | import {CERC20} from \"libcompound/interfaces/CERC20.sol\";\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n\r\n\r\n\r\nerror[6275]: ParserError: Source \"libcompound/interfaces/CERC20.sol\" not found: File not found.\r\n --\u003e fuse-flywheel/src/external/Unitroller.sol:4:1:\r\n  |\r\n4 | import {CERC20} from \"libcompound/interfaces/CERC20.sol\";\r\n  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n```\r\n\r\nfurthermore\r\n\r\n```bash\r\ncd fuse-flywheel\r\nforge update\r\nforge build\r\n\r\n[⠊] Compiling...\r\n[⠑] Compiling 52 files with 0.8.10\r\n[⠘] Solc 0.8.10 finished in 639.77ms\r\nError: \r\nCompiler run failed\r\nwarning[3420]: Warning: Source file does not specify required compiler version! Consider adding \"pragma solidity ^0.8.10;\"\r\n--\u003e src/test/interfaces/IPlugin.sol\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"assertFalse\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/FlywheelDynamicRewardsIntegration.t.sol:25:1:\r\n   |\r\n25 | contract FlywheelDynamicRewardsIntegrationTest is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:239:5:\r\n    |\r\n239 |     function assertFalse(bool data) internal virtual {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n  --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:71:5:\r\n   |\r\n71 |     function assertFalse(bool data) internal virtual {\r\n   |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"bound\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/FlywheelDynamicRewardsIntegration.t.sol:25:1:\r\n   |\r\n25 | contract FlywheelDynamicRewardsIntegrationTest is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:139:5:\r\n    |\r\n139 |     function bound(uint256 x, uint256 min, uint256 max) internal virtual returns (uint256 result) {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n   --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:148:5:\r\n    |\r\n148 |     function bound(\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"fail\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/FlywheelDynamicRewardsIntegration.t.sol:25:1:\r\n   |\r\n25 | contract FlywheelDynamicRewardsIntegrationTest is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:234:5:\r\n    |\r\n234 |     function fail(string memory err) internal virtual {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n  --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:66:5:\r\n   |\r\n66 |     function fail(string memory err) internal virtual {\r\n   |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"assertFalse\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/pools/FusePool156test.t.sol:16:1:\r\n   |\r\n16 | contract FusePool156Test is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:239:5:\r\n    |\r\n239 |     function assertFalse(bool data) internal virtual {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n  --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:71:5:\r\n   |\r\n71 |     function assertFalse(bool data) internal virtual {\r\n   |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"bound\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/pools/FusePool156test.t.sol:16:1:\r\n   |\r\n16 | contract FusePool156Test is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:139:5:\r\n    |\r\n139 |     function bound(uint256 x, uint256 min, uint256 max) internal virtual returns (uint256 result) {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n   --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:148:5:\r\n    |\r\n148 |     function bound(\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"fail\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/pools/FusePool156test.t.sol:16:1:\r\n   |\r\n16 | contract FusePool156Test is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:234:5:\r\n    |\r\n234 |     function fail(string memory err) internal virtual {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n  --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:66:5:\r\n   |\r\n66 |     function fail(string memory err) internal virtual {\r\n   |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"assertFalse\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/pools/FusePool190test.t.sol:15:1:\r\n   |\r\n15 | contract Pool190Test is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:239:5:\r\n    |\r\n239 |     function assertFalse(bool data) internal virtual {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n  --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:71:5:\r\n   |\r\n71 |     function assertFalse(bool data) internal virtual {\r\n   |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"bound\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/pools/FusePool190test.t.sol:15:1:\r\n   |\r\n15 | contract Pool190Test is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:139:5:\r\n    |\r\n139 |     function bound(uint256 x, uint256 min, uint256 max) internal virtual returns (uint256 result) {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n   --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:148:5:\r\n    |\r\n148 |     function bound(\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\n\r\n\r\n\r\nerror[6480]: TypeError: Derived contract must override function \"fail\". Two or more base classes define function with same name and parameter types.\r\n  --\u003e src/test/integration/pools/FusePool190test.t.sol:15:1:\r\n   |\r\n15 | contract Pool190Test is DSTestPlus, Test {\r\n   | ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"Test\": \r\n   --\u003e lib/forge-std/src/Test.sol:234:5:\r\n    |\r\n234 |     function fail(string memory err) internal virtual {\r\n    |     ^ (Relevant source part starts here and spans across multiple lines).\r\nNote: Definition in \"DSTestPlus\": \r\n  --\u003e lib/solmate/src/test/utils/DSTestPlus.sol:66:5:\r\n   |\r\n66 |     function fail(string memory err) internal virtual {\r\n   |     ^ (Relevant source part starts here and spans across multiple lines).\r\n```","author":{"url":"https://github.com/msmyers","@type":"Person","name":"msmyers"},"datePublished":"2022-08-01T00:09:53.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1/getting-started/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2edbbb90-3e01-0e98-2e48-a9e0db732dce
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC902:D4C17:12A556C:18386E4:6980324D
html-safe-noncea3af175bffc6a3915d8dabf341afc965599b68eca93075c11f3313ea1fb48a7a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTAyOkQ0QzE3OjEyQTU1NkM6MTgzODZFNDo2OTgwMzI0RCIsInZpc2l0b3JfaWQiOiI1MjY3NjkzMTEwMTcwNzU5NzU3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace1421a10ba6254411c13106ba301c62afa9c62509109ef622378d4a2e924f9e5
hovercard-subject-tagissue:1323620218
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/fei-protocol/getting-started/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6a878e70c699ab722768aa0e9ed86226e7faf3bc1f92c7d977faaae17b15a34a/fei-protocol/getting-started/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6a878e70c699ab722768aa0e9ed86226e7faf3bc1f92c7d977faaae17b15a34a/fei-protocol/getting-started/issues/1
og:image:altnpm install npm run test Error HH404: File fuse-flywheel/src/vaults/fuse/FuseERC4626.sol, imported from contracts/Greeter.sol, not found. and furthermore forge build Compiler run failed error[6275]...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemsmyers
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/fei-protocol/getting-started git https://github.com/fei-protocol/getting-started.git
octolytics-dimension-user_id75867376
octolytics-dimension-user_loginfei-protocol
octolytics-dimension-repository_id483990319
octolytics-dimension-repository_nwofei-protocol/getting-started
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id483990319
octolytics-dimension-repository_network_root_nwofei-protocol/getting-started
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/fei-protocol/getting-started/issues/1#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffei-protocol%2Fgetting-started%2Fissues%2F1
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffei-protocol%2Fgetting-started%2Fissues%2F1
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=fei-protocol%2Fgetting-started
Reloadhttps://patch-diff.githubusercontent.com/fei-protocol/getting-started/issues/1
Reloadhttps://patch-diff.githubusercontent.com/fei-protocol/getting-started/issues/1
Reloadhttps://patch-diff.githubusercontent.com/fei-protocol/getting-started/issues/1
fei-protocol https://patch-diff.githubusercontent.com/fei-protocol
getting-startedhttps://patch-diff.githubusercontent.com/fei-protocol/getting-started
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ffei-protocol%2Fgetting-started
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2Ffei-protocol%2Fgetting-started
Star 3 https://patch-diff.githubusercontent.com/login?return_to=%2Ffei-protocol%2Fgetting-started
Code https://patch-diff.githubusercontent.com/fei-protocol/getting-started
Issues 1 https://patch-diff.githubusercontent.com/fei-protocol/getting-started/issues
Pull requests 0 https://patch-diff.githubusercontent.com/fei-protocol/getting-started/pulls
Actions https://patch-diff.githubusercontent.com/fei-protocol/getting-started/actions
Projects 0 https://patch-diff.githubusercontent.com/fei-protocol/getting-started/projects
Security 0 https://patch-diff.githubusercontent.com/fei-protocol/getting-started/security
Insights https://patch-diff.githubusercontent.com/fei-protocol/getting-started/pulse
Code https://patch-diff.githubusercontent.com/fei-protocol/getting-started
Issues https://patch-diff.githubusercontent.com/fei-protocol/getting-started/issues
Pull requests https://patch-diff.githubusercontent.com/fei-protocol/getting-started/pulls
Actions https://patch-diff.githubusercontent.com/fei-protocol/getting-started/actions
Projects https://patch-diff.githubusercontent.com/fei-protocol/getting-started/projects
Security https://patch-diff.githubusercontent.com/fei-protocol/getting-started/security
Insights https://patch-diff.githubusercontent.com/fei-protocol/getting-started/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/fei-protocol/getting-started/issues/1
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/fei-protocol/getting-started/issues/1
does not work out of the boxhttps://patch-diff.githubusercontent.com/fei-protocol/getting-started/issues/1#top
https://github.com/msmyers
https://github.com/msmyers
msmyershttps://github.com/msmyers
on Aug 1, 2022https://github.com/fei-protocol/getting-started/issues/1#issue-1323620218
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.