1.0.4 • Published 2 years ago

p3-client v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

P3 JS/TS Client

This client allows you to interact with services using P3 on the permaweb.

Here's how to get started:

const p3 = new P3(wallet);

const balance = await p3.getBalance();
console.log(await balance.text());

await deposit(quantity: 10000, target: "");

// "ehpRUY79EO_p0PZuNuZI2BAnVnSAC2fNgrsLyGp5JjI" contains 'Hello world'
const data = await p3.getTxData(
  'ehpRUY79EO_p0PZuNuZI2BAnVnSAC2fNgrsLyGp5JjI',
);
console.log(await r.text());

const tx = await p3.getTx('ehpRUY79EO_p0PZuNuZI2BAnVnSAC2fNgrsLyGp5JjI');
console.log(await tx.json());
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago