UNPKG

insight-tealcoin-ui

Version:

An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the tealcoin network and build your own services with it.

17 lines (12 loc) 292 B
define( [ "../var/document" ], function( document ) { "use strict"; function DOMEval( code, doc ) { doc = doc || document; var script = doc.createElement( "script" ); script.text = code; doc.head.appendChild( script ).parentNode.removeChild( script ); } return DOMEval; } );