├── .gitattributes ├── Donors.md ├── ERC-20-TEST ├── ERC-271-TEST ├── GeneCoin-TEST ├── GeneWallet—TEST ├── Multisig Wallet—TEST ├── README.md ├── economic model —TEST ├── gene ├── vote └── wallet /.gitattributes: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Donors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/Donors.md -------------------------------------------------------------------------------- /ERC-20-TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/ERC-20-TEST -------------------------------------------------------------------------------- /ERC-271-TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/ERC-271-TEST -------------------------------------------------------------------------------- /GeneCoin-TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/GeneCoin-TEST -------------------------------------------------------------------------------- /GeneWallet—TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/GeneWallet—TEST -------------------------------------------------------------------------------- /Multisig Wallet—TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/Multisig Wallet—TEST -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/README.md -------------------------------------------------------------------------------- /economic model —TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/economic model —TEST -------------------------------------------------------------------------------- /gene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/gene -------------------------------------------------------------------------------- /vote: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /wallet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NikoLuo1010/GeneDAO/HEAD/wallet --------------------------------------------------------------------------------