├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ └── membership.md └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: ['https://gitcoin.co/grants/80/walletconnect'] 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WalletConnect/association/HEAD/.github/ISSUE_TEMPLATE/membership.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WalletConnect/association/HEAD/README.md --------------------------------------------------------------------------------