Skip to content

Pulls token information from the kleros t2cr and publishes them to ipfs following uniswap/token-lists schema.

License

Notifications You must be signed in to change notification settings

kleros/t2cr-to-ipfs

Repository files navigation

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.

About

Pulls token information from the kleros t2cr and publishes them to ipfs following uniswap/token-lists schema.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 7