T2CR to IPFS
Pulls token information from the kleros T2CR and publishes to IPFS following uniswap/token-lists schema.
Tested on node version 10.21.0.
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}"
}
]
}
See CONTRIBUTING.md.