This extension automates the installation and setup of Agoric SDK for DeFi development in JavaScript.
- Node.js LTS (version 14.15.0 or higher)
- Yarn (
npm install -g yarn
)
Platform specific requirements are found on the Agoric SDK repo
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
}
- CTRL/CMD + Shift + A : Checks for SDK updates then installs & setups the new Agoric SDK version.
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.
- 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.