Home

Awesome

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

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