Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


T2CR to IPFS


JavaScript Style Guide
Conventional Commits
Commitizen Friendly

Pulls 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.