http://www.mobr.ai/ontologies/ponto#Ink
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.
@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." .