Skip to content

The VSCode Extension for the Agoric Smart Contract

Notifications You must be signed in to change notification settings

jeetraut/agoric-vscode-extension

Repository files navigation

Agoric Platform Extension for Visual Studio Code

This extension automates the installation and setup of Agoric SDK for DeFi development in JavaScript.

Prerequisites

  • Node.js LTS (version 14.15.0 or higher)
  • Yarn (npm install -g yarn)

Platform specific requirements are found on the Agoric SDK repo

Options

agoric.autoUpdate

By default, on startup, Agoric checks for SDK updates at the NPM registry and updates the version locally. If want to opt out of this, set the agoric.autoUpdate option to false. Eg:

{
  "agoric.autoUpdate": false
}

Keyboard Shortcuts

  • CTRL/CMD + Shift + A : Checks for SDK updates then installs & setups the new Agoric SDK version.

Installation

You can install the official release of the Agoric extension by following the steps in the Visual Studio Code documentation. In the Extensions pane, search for "Agoric" extension and install it there.

Running this extension locally

  • Clone this repo
  • Cd into the project folder
  • Install the project dependencies
  • Type F5 then choose 'Run Extension' to interact with the extension or 'Extension Tests' to Run the extension integration tests.

About

The VSCode Extension for the Agoric Smart Contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published