Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleros/t2cr-to-ipfs
Pulls token information from the kleros t2cr and publishes them to ipfs following uniswap/token-lists schema.
https://github.com/kleros/t2cr-to-ipfs
arbitration backend blockchain ethereum kleros-t2cr tcr token token-list
Last synced: 28 days ago
JSON representation
Pulls token information from the kleros t2cr and publishes them to ipfs following uniswap/token-lists schema.
- Host: GitHub
- URL: https://github.com/kleros/t2cr-to-ipfs
- Owner: kleros
- License: mit
- Created: 2020-07-12T17:30:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T09:58:35.000Z (6 months ago)
- Last Synced: 2024-07-29T12:59:11.207Z (6 months ago)
- Topics: arbitration, backend, blockchain, ethereum, kleros-t2cr, tcr, token, token-list
- Language: TypeScript
- Homepage:
- Size: 982 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
T2CR to IPFSPulls token information from the kleros T2CR and publishes to IPFS following uniswap/token-lists schema.
## Requirements
Tested on node version 10.21.0.
## Debugging
If developing in VS Code/Codium, you can use this `.vscode/launch.json` file for debugging:
```
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to dev:debug",
"protocol": "inspector",
"port": 4321,
"restart": true,
"cwd": "${workspaceRoot}"
}
]
}
```## Contributing
See CONTRIBUTING.md.