ponto:Ink


URI

http://www.mobr.ai/ontologies/ponto#Ink

Label

Ink!

Description

ink! is an eDSL (Embedded Domain Specific Language) to write smart contracts in Rust for blockchains built on the Substrate framework. ink! contracts are compiled to WebAssembly.

Implementation

@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:Ink a ponto:ProgrammingLanguage ;
    rdfs:label "Ink!" ;
    rdfs:comment "ink! is an eDSL (Embedded Domain Specific Language) to write smart contracts in Rust for blockchains built on the Substrate framework. ink! contracts are compiled to WebAssembly." .