A decentralized ZK Rollup Wallet written in Cairo for StarkNet.
git clone https://github.com/linkdrone/orbiter_wallet-cairo.git
cd orbiter_wallet-cairo
npm ci
npx hardhat starknet-compile contracts/account.cairo
npx hardhat test account.test.ts
main
- New PRs and features should be targeted to the
develop
branch.