File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Swanky Suite is a tool that provides Web3 Wasm dapps developers with an experien
11
11
12
12
Swanky Suite offers an extensible set of features, allowing developers to:
13
13
14
- - Quickly spin up a local contract development node with instant finality (Swanky Node).
15
- - provide a ready dev environment via prebuilt Docker image and dev-container configuration
16
- - Easily scaffold new projects using templates for both smart contracts and (soon) front-end dApps.
17
- - Compile ink! projects and generate TS types.
18
- - provide Typescript based integration testing simulating interaction from the client-side.
19
- - Handle and manage network accounts.
20
- - Deploy smart contracts within the Polkadot ecosystem to networks that support ` pallet-contracts ` .
14
+ - Quickly spin up a local contract development node with instant finality (Swanky Node);
15
+ - Provide a ready dev environment via prebuilt Docker image and dev-container configuration;
16
+ - Easily scaffold new projects using templates for both smart contracts and (soon) front-end dApps;
17
+ - Compile ink! projects and generate TS types;
18
+ - Provide Typescript based integration testing simulating interaction from the client-side;
19
+ - Handle and manage network accounts;
20
+ - Deploy smart contracts within the Polkadot ecosystem to networks that support ` pallet-contracts ` ;
21
21
- Make arbitrary calls to deployed smart contracts.
22
22
23
23
## Architecture Overview
You can’t perform that action at this time.
0 commit comments