Saša Pul

Results 8 issues of Saša Pul

- Add Astar zKatana chain data to - `react-dapp-v2` - `react-dapp-v2-with-ethers` - `react-dapp-v2-with-web3js` Modify `EIP155Colors`, `EIP155ChainData`, `EIP155Metadata` objects, and add logo image to `./public/assets`

# Overview (What and Why) To make swanky all-around tool, the frontend part should also be taken into consideration. For the contract template we provide, there should also be UI...

enhancement

# Overview (What and Why) New projects should have an (optional) CI pipeline added to them. Pipeline should compile and deploy the included contracts to swanky-node # How - [...

enhancement

With v4, ink! now has e2e test support, which makes using mocha (node.js) redundant. If user choses ink! as a language, tests should be scaffolded using the ink! e2e framework....

enhancement

This fix: https://github.com/AstarNetwork/swanky-cli/issues/24 has caused some undesired behaviour (init command exits if yarn install fails, and doesn't create config file), so an additional param `shouldExitOnError` was added. Since there are...

enhancement
good first issue

When checking ink! version: https://github.com/AstarNetwork/swanky-cli/blob/f5789709931373dcad6b3c3f54668485c3020014/src/commands/check/index.ts#L119 `semver.gt()` errors out when `~` is used in the version tag. Could be gt() doesn't support the range operator, and it needs to be checked...

When checking the account, it should check the `isDev` flag. If true, it should prevent any `contract` subcommands on networks other than `local`. Enhancement: Allow adding `dev_` of `test_' prefix...

enhancement

Redesign the landing page according to design: https://www.figma.com/design/iWhh82EIXNR9EVSkc9sHAG/Astar-Docs?node-id=340-21&t=6nixgtL6wnmJAuwj-0 - customise header and footer - implement custom search (swizzle the native algolia docusearch component) - implement tab and dropdown menus After...

documentation
enhancement