inkdevhub / wasm-lottery

Simple lottery contract example in wasm ink
GNU General Public License v3.0
10 stars 3 forks source link

Tooling versions #2

Open nicolad opened 1 year ago

nicolad commented 1 year ago

hi @niklabh yday I was getting that warning, but today I can't compile the contract using swanky, could u help me by providing the tooling versions you have?

here are mine:

node
***
v18.14.0
yarn
***
3.4.1
cargo contract --version
***
cargo-contract-contract 2.0.0-unknown-aarch64-apple-darwin
swanky
***
@astar-network/swanky-cli/1.0.11 darwin-arm64 node-v18.14.0
niklabh commented 1 year ago

node -v v18.12.0

yarn -v 1.22.19

cargo contract --version cargo-contract 1.2.0-unknown-x86_64-linux-gnu

swanky Astar network WASM contract CLI tool

VERSION @astar-network/swanky-cli/1.0.10 linux-x64 node-v18.12.0

nicolad commented 1 year ago

Thanks @niklabh, installed all the deps as yours, but still getting an error:

image
nicolad commented 1 year ago

tried with a new project via swanky init, getting the same error:

image

any clues?

nicolad commented 1 year ago

I think I've got the same versions, except that I am on Mac, not Linux:

image
nicolad commented 1 year ago

also, not sure if u are aware of this:

https://github.com/AstarNetwork/swanky-cli/pull/95

noticed u have this:

https://github.com/AstarNetwork/wasm-lottery/blob/master/package.json#L25