├── .github ├── ISSUE_TEMPLATE.md ├── NEW_LIST_ELEMENT_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhABC/ethereum-token-standards-list/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/NEW_LIST_ELEMENT_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhABC/ethereum-token-standards-list/HEAD/.github/NEW_LIST_ELEMENT_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhABC/ethereum-token-standards-list/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhABC/ethereum-token-standards-list/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhABC/ethereum-token-standards-list/HEAD/README.md --------------------------------------------------------------------------------