0.1.0 • Published 10 months ago

clutch-wallet-lib v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Clutch browser extension blockchain lib

BackendTests

Install dependencies

Dependencies for working with solidity:

pip3 install solc-select

solc-select install 0.8.19 && solc-select use 0.8.19

npm install @openzeppelin/contracts
npm install @openzeppelin/contracts-upgradeable
npm install @chainlink/contracts

Run tests

cargo test -- --show-output

Check before pushing

./check.sh

Entrypoint contracts

An Entrypoint contract has been deployed on several chains with the same address: (ref: StackOverflow)

  • 0x0576a174D229E3cFA37253523E645A78A0C91B57

Polygon mumbai testnet: EntryPoint Contract

0.1.0

10 months ago