UNPKG

@helios-lang/compiler

Version:

Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to bu

5 lines (4 loc) 189 B
export { GlobalScope, builtinNamespaces } from "./GlobalScope.js" export { ModuleScope } from "./ModuleScope.js" export { Scope } from "./Scope.js" export { TopScope } from "./TopScope.js"