/StarknetGerald

Messing around with Starknet contracts

Primary LanguageSolidity

Starknet Gerald

Messing around with startnet test net ideally build some simple bridge. Starknet doesn't support ETH signing as of writing this so will need to perform to jiggery pockery to get something working

Todo

  • implement Account.cairo from OZ and get the caller that way.

Scripts

export STARKNET_NETWORK=alpha
./scripts/compile.sh
./scripts/deploy.sh
./scripts/getBalance.sh 12345
./scripts/increaseBalance.sh 12345 6969

References

starknet intro starknet user auth