@completium/archetype
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@completium/archetype

Archetype is a domain-specific language (DSL) to develop smart contracts on the Tezos blockchain, with a specific focus on contract security.

See https://archetype-lang.org for more details.

Usage

const archetype = require('@completium/archetype');
const fs = require('fs');

const output = archetype.compile('./resources/simple.arl', {
  target: 'michelson'
});
console.log(output);

Package Sidebar

Install

npm i @completium/archetype

Weekly Downloads

125

Version

1.0.4

License

MIT

Unpacked Size

2.65 MB

Total Files

9

Last publish

Collaborators

  • guillaumeedukera
  • benoitedukera