Skip to content

Instantly share code, notes, and snippets.

@jerrychan807
Created September 1, 2022 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerrychan807/84b5969a1269dda342e883fdb493a68d to your computer and use it in GitHub Desktop.
Save jerrychan807/84b5969a1269dda342e883fdb493a68d to your computer and use it in GitHub Desktop.

Remix_Ide_Load_From_localFolder:

# 全局安装
npm install -g @remix-project/remixd
# 启动
remixd -s 具体文件项目路径 --remix-ide https://remix.ethereum.org/

Example:

# 进入项目目录
cd D:\code\blockchain\bsc-node\bsc-genesis-contract
# 启动
remixd -s ./ --remix-ide https://remix.ethereum.org/

20220901160401
20220901160524

Refs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment