A multi-sig-wallet which supports member management with NFTs (ERC-1155)
git clone https://github.com/0xfa1z/nft-owned-multi-sig
cd nft-owned-multi-sig
make # This installs the project's dependencies.
make test
If you do not have DappTools already installed, you'll need to run the below commands
# User must be in sudoers
curl -L https://nixos.org/nix/install | sh
# Run this or login again to use Nix
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
curl https://dapp.tools/install | sh