swanky-cli icon indicating copy to clipboard operation
swanky-cli copied to clipboard

The all-in-one developer environment for Parity pallet-contracts based smart contracts!

Results 25 swanky-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

Only contract addresses in swanky.config.json contracts sections are allowed to be called right now. Should be able to call any contracts exist in a target chain?

enhancement

Updated the copyright year from 2019 to 2025 in the LICENSE file

**Description:** This pull request corrects a typo in the variable name from transferRableBalance to transferableBalance within the balance.ts file.

### What happened? In swanky cli version 4, I am getting this sort of error. ```sh $ npm i -g @astar-network/swanky-cli@4 $ swanky node start ReferenceError: Cannot access 'SwankyCommand' before...

bug