rnicoll / cate

Cross-chain Atomic Transaction Engine
MIT License
34 stars 19 forks source link

Add a link to a blockexplorer #19

Closed langerhans closed 8 years ago

langerhans commented 8 years ago

Adds a resolver to get the URL per tx. Needs a user setting. Cleans up some imports.

I also added an enum of NetworkCodes to be a bit more type safe there. The static reference to the Application instance seems like the cleanest way to achieve access to it. The Application lives as long as the application is running so it shouldn't cause any issues.

rnicoll commented 8 years ago

Looks good, thanks!