Package publishing for deno.land/x/polkadot

Overview

deno/polkadot

Experimental This is the first release of the Deno interfaces for the polkadot-js family, as such it still needs a lot of testing and comes with no guarantee that it actually does what it says on the tin. Being brand new and not completely tested on end-to-end operation, unfound dragons probably do remain even with very basic operations. If you do try it out, let us know.

Here you will find most of the utilities, generally available elsewhere for Node, the browser and RN in a consumable form for the Deno runtime.

Access is to be done via the https://deno.land/x/polkadot[@<version>]/<module>/mod.ts form, where <module> corresponds to the namespace generally found elsewhere for @polkadot/<module>.

For example, to access polkadot/util & polkadot/api interfaces -

import { ApiPromise, WsProvider } from 'https://deno.land/x/[email protected]/api/mod.ts';
import { stringToU8a } from 'https://deno.land/x/[email protected]/util/mod.ts';

const api = await ApiPromise.create({ provider: new WsProvider() });

console.log(stringToU8a('hello world));
api.rpc.chain.subscribeNewHeads(({ hash }) => console.log(hash.toHex()));

For any issues related to the Deno runtime usage (since this is still very new), please log the issues against the relevant repos.

You might also like...

Export Diagrams.net diagrams during Dendron site publishing

Export Diagrams.net diagrams during Dendron site publishing Node module for exporting Diagrams.net (Draw.io) diagrams embedded in a published Dendron

Aug 18, 2022

Tool for publishing posts to mitchinson.dev from a Notion database

Notion Publish Tool - publish.mitchinson.dev A publishing API for mirroring Notion posts to mitchinson.dev Includes: Asset uploading to Cloudinary CDN

Dec 23, 2022

A plugin for Strapi that provides the ability to easily schedule publishing and unpublishing of any content type

A plugin for Strapi that provides the ability to easily schedule publishing and unpublishing of any content type

strapi-plugin-publisher A plugin for Strapi that provides the ability to easily schedule publishing and unpublishing of any content type. Requirements

Dec 7, 2022

A simple firefox/chrome extension adds Sci-Hub direct link access on publishing websites

A simple firefox/chrome extension adds Sci-Hub direct link access on publishing websites

Sci-Hub injector extension Supported sites PubMed Nature Science Direct Taylor & Francis Springer Link (article, book, chapter, protocol, reference wo

May 7, 2022

Free Obisidian Publish alternative, for publishing your digital garden.

Free Obisidian Publish alternative, for publishing your digital garden.

What is MindStone? MindStone is a free open-source alternative solution to Obsidian Publish Here how it look like once published, checkout demo versio

Dec 30, 2022

Provides a KafkaJS-compatible handler for processing messages that facilitates publishing to delayed-retry or dead-letter topics

kafkajs-async-retry This module handles retries and dead-lettering for messages from a Kafka topic without blocking the processing of subsequent messa

Dec 5, 2022

An obsidian plugin for uploading local images embedded in markdown to remote store and export markdown for publishing to static site.

An obsidian plugin for uploading local images embedded in markdown to remote store and export markdown for publishing to static site.

Obsidian Publish This plugin cloud upload all local images embedded in markdown to specified remote image store (support imgur only, currently) and ex

Dec 13, 2022

This is a simple boilerplate for a Deno website, deployed with Deno Deploy.

Simple Deno Website Boilerplate This is a simple website boilerplate built using Deno and deployed using Deno Deploy. Demo at simple-deno-website-boil

Dec 3, 2022

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy

Atlas SDK atlas_sdk is a TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy Links Docs Import Replace LATEST_VERSION with current latest versi

Dec 26, 2022
Releases(0.2.20)
  • 0.2.20(Dec 26, 2022)

  • 0.2.19(Dec 4, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.10.1
    • phishing 0.18.12
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.2.1
    • wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 6.4.1
    Source code(tar.gz)
    Source code(zip)
  • 0.2.18(Nov 28, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.9.2
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.14
    Source code(tar.gz)
    Source code(zip)
  • 0.2.17(Nov 20, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.9.1
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.13
    Source code(tar.gz)
    Source code(zip)
  • 0.2.16(Nov 16, 2022)

  • 0.2.15(Nov 14, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.8.1
    • phishing 0.18.11
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.12
    Source code(tar.gz)
    Source code(zip)
  • 0.2.14(Nov 7, 2022)

  • 0.2.13(Oct 31, 2022)

  • 0.2.12(Oct 24, 2022)

  • 0.2.11(Oct 17, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.5.2
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.11
    Source code(tar.gz)
    Source code(zip)
  • 0.2.10(Oct 9, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.5.1
    • phishing 0.18.10
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.10
    Source code(tar.gz)
    Source code(zip)
  • 0.2.9(Oct 2, 2022)

  • 0.2.8(Sep 24, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.4.2
    • phishing 0.18.9
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.9
    Source code(tar.gz)
    Source code(zip)
  • 0.2.7(Sep 17, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.4.1
    • phishing 0.18.8
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.8
    Source code(tar.gz)
    Source code(zip)
  • 0.2.6(Sep 6, 2022)

  • 0.2.5(Sep 4, 2022)

  • 0.2.4(Sep 3, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.3.1
    • phishing 0.18.7
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.7
    Source code(tar.gz)
    Source code(zip)
  • 0.2.3(Aug 29, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.2.4
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.6
    Source code(tar.gz)
    Source code(zip)
  • 0.2.2(Aug 21, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.2.3
    • phishing 0.18.6
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.5
    Source code(tar.gz)
    Source code(zip)
  • 0.2.1(Aug 16, 2022)

  • 0.2.0(Aug 14, 2022)

    • phishing 0.18.5
    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.2.1
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.4
    Source code(tar.gz)
    Source code(zip)
  • 0.1.0(Aug 7, 2022)

    • phishing 0.18.4
    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.1.1
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.3
    Source code(tar.gz)
    Source code(zip)
  • 0.0.9(Jul 30, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 9.0.1
    • phishing 0.18.2
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.2
    Source code(tar.gz)
    Source code(zip)
  • 0.0.8(Jul 23, 2022)

  • 0.0.7(Jul 21, 2022)

    • NOTE Released without an API upgrade since API merges depends on the updated libs (which are backwards compatible)
    • phishing 0.18.1
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.1.1
    • wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 6.3.1
    Source code(tar.gz)
    Source code(zip)
  • 0.0.6(Jul 16, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 8.13.1
    • phishing 0.17.2
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.0.2
    Source code(tar.gz)
    Source code(zip)
  • 0.0.5(Jul 9, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 8.12.1
    • phishing 0.17.1
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 10.0.1
    • wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 6.2.3
    Source code(tar.gz)
    Source code(zip)
  • 0.0.4(Jul 5, 2022)

    • Augmentation fixes, check command uses import_map
    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 8.11.4-6-x
    Source code(tar.gz)
    Source code(zip)
  • 0.0.3(Jul 4, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 8.11.2
    • phishing 0.16.2
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 9.7.2
    • wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 6.2.2
    Source code(tar.gz)
    Source code(zip)
  • 0.0.2(Jul 2, 2022)

    • api, api-{augment, base, contract, derive}, rpc-{augment, core, provider}, types, types-{augment, codec, create, known} 8.11.1
    • phishing 0.16.1
    • hw-{ledger, ledger-transports}, keyring, networks, util, util-crypto, x-{bigint, fetch, global, randomvalues, textdecoder, textencoder, ws} 9.7.1
    • wasm-{bridge, crypto, crypto-{asmjs, init, wasm}, util} 6.2.1
    Source code(tar.gz)
    Source code(zip)
Owner
@polkadot{.js}
Polkadot does JavaScript
@polkadot{.js}
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Opinionated collection of TypeScript definitions and utilities for Deno and Deno Deploy. With complete types for Deno/NPM/TS config files, constructed from official JSON schemas.

Schemas Note: You can also import any type from the default module, ./mod.ts deno.json import { type DenoJson } from "https://deno.land/x/[email protected]

deno911 2 Oct 12, 2022
Different set of tools with the Polkadot API.

xcmTools Different set of tools with the Polkadot API. Use at your own risk! Getting Started Install packages: yarn Then, run script with ts-node dep

null 12 Dec 15, 2022
Polkadot Basic Notifications

A dead-simple, yet highly effective notification system for Polkadot and its parachains (or, any substrate-based chain, most specifically).

Kian Paimani 38 Jan 2, 2023
PEARL (Planetary Computer Land Cover Mapping) Platform API and Infrastructure

PEARL API & Infrastructure PEARL is a landcover mapping platform that uses human in the loop machine learning approach. This repository contains the A

Development Seed 47 Dec 23, 2022
Open Harvest is a technology designed farmers to publicly share the details of their crops/land to allow all farmers to stay informed on the best crops they can grow without risking a surplus crisis.

OpenHarvest OpenHarvest is a web application designed to balance farming production in India. Farmers in India are struggling with marketing their cro

Call for Code® with The Linux Foundation 11 Dec 8, 2022
typesafe nodejs client for transit.land

TransitLand Graphql Client About Since the Transitland released its new and shiny GraphQL API, it is possible to query the API using GraphQL. The clie

ioki 5 Jan 9, 2023
This Next.js app is designed to be used with the Figment Learn Pathways, to help developers learn about various blockchain protocols such as Solana, NEAR, Secret, Polygon and Polkadot!

???? What is learn-web3-dapp? We made this decentralized application (dApp) to help developers learn about Web 3 protocols. It's a Next.js app that us

t0nto 8 Oct 1, 2022
Package fetcher is a bot messenger which gather npm packages by uploading either a json file (package.json) or a picture representing package.json. To continue...

package-fetcher Ce projet contient un boilerplate pour un bot messenger et l'executable Windows ngrok qui va permettre de créer un tunnel https pour c

AILI Fida Aliotti Christino 2 Mar 29, 2022