ElvisKrop / contract-proxy-kit

Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contract Proxy Kit Monorepo

Coverage Status

Packages

Package Description
contract-proxy-kit npm version TypeScript SDK that enables batched transactions and contract account interactions using a unique deterministic Gnosis Safe.
cpk-configuration-app Example Dapp that uses the CPK showing all its possible configurations and allowing to play around with it.

Setting up the development environment

Installing dependencies

yarn global add lerna
lerna bootstrap

Running commands

Build the Contract Proxy Kit:

yarn cpk:build

Test the Contract Proxy Kit:

yarn cpk:test

Build the CPK Configuration App

yarn app:build

Run the CPK Configuration App

yarn app:start

Useful links

You can find more resources on the Contract Proxy Kit in the Gnosis Safe Developer Portal.

About

Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.


Languages

Language:TypeScript 93.4%Language:JavaScript 3.8%Language:Solidity 2.5%Language:HTML 0.3%Language:Shell 0.0%