/NFT-owned-multi-sig

A multi-sig-wallet which supports member management with NFTs (ERC1155)

Primary LanguageShellThe UnlicenseUnlicense

NFT-Owned-Multi-Sig

A multi-sig-wallet which supports member management with NFTs (ERC-1155)

Built upon

Building and testing

git clone https://github.com/0xfa1z/nft-owned-multi-sig
cd nft-owned-multi-sig
make # This installs the project's dependencies.
make test

Installing the toolkit

If you do not have DappTools already installed, you'll need to run the below commands

Install Nix

# 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"

Install DappTools

curl https://dapp.tools/install | sh

DappTools Resources