0xPhaze / keep

Tokenized multisig wallet.

Home Page:https://keep-kalico.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏯 Keep β€’ tests GitHub GitHub package.json version Solidity version

Tokenized multisig wallet.

Blueprint

lib
β”œβ”€ forge-std β€” https://github.com/brockelmore/forge-std
β”œβ”€ solbase β€” https://github.com/Sol-DAO/solbase
src
β”œβ”€ tests
β”‚  └─ ...
β”œβ”€ KeepToken β€” "Modern, minimalist, and gas-optimized ERC1155 implementation with Compound-style voting and flexible permissioning scheme"
β”œβ”€ Keep β€” "Tokenized multisig wallet"
└─ KeepFactory β€” "Keep Factory"

Development

Keep is built with Foundry.

Setup

forge install

Building

forge build

Testing

forge test

Configure Foundry

Using foundry.toml, Foundry is easily configurable.

For a full list of configuration options, see the Foundry configuration documentation.

Learn more

You can find the docs for Keep contracts here.

License

MIT

About

Tokenized multisig wallet.

https://keep-kalico.vercel.app/

License:MIT License


Languages

Language:Solidity 100.0%Language:Shell 0.0%