ponto:Moonbeam


URI

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

Label

Moonbeam

Description

A cross-chain connected smart contract platform that makes it easy to build multichain dapps on Polkadot using familiar Ethereum tools.

Implementation

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

ponto:Moonbeam a ponto:Parachain ;
    rdfs:label "Moonbeam" ;
    ponto:hasNetType ponto:mainnet ;
    ponto:hasParaId 2004 ;
    rdfs:comment "A cross-chain connected smart contract platform that makes it easy to build multichain dapps on Polkadot using familiar Ethereum tools." .