ponto:Frontier


URI

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

Label

Frontier

Description

Frontier is the suite that provides an Ethereum compatibility layer for Substrate. It allows you to run EVM contracts natively in Substrate, tightly integrated with the rest of the Substrate ecosystem.

Implementation

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

ponto:Frontier a ponto:Runtime ;
    rdfs:label "Frontier" ;
    rdfs:comment "Frontier is the suite that provides an Ethereum compatibility layer for Substrate. It allows you to run EVM contracts natively in Substrate, tightly integrated with the rest of the Substrate ecosystem." .