Skip to content

signal9dev/icon-vscode-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marketplace badge

Features

A VSCode extension to develope ICON SCORE. Helping ICON SCORE developement. SCORE can be developed and easily deployed on the ICON network.

Initial Deploy

Can be deployed on ICON mainnet, ICON testnet or your own testnet.

Update Deploy

Can be update deployed on ICON mainnet, ICON testnet or your own testnet.

Send Transaction

Provide external function call interface after deployment.

We plan to offer more features in the future.

Requirements

Visual Studio Code version 1.31+

Install

install

Preference

Setting preference

You can set the preferences with VS Code Application menu. Code>Preferences> Settings> Extension> ICON SCORE> Click Edit in settings.json

# settings.json

# wallet(Mandatory)
"icon.wallet": [
{
"name" : "test_wallet",
"path" : "/dir/keystore_file"
},
{
"name" : "test_wallet2",
"path" : "/dir/keystore_file2"
}
],

# custom uri(Optional)
"icon.network custom url": "http://localhost:9000/api/v3",

TBD

Demo

Deploy to ICON network

TDB

Sending transaction

TBD

For more information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published