Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
add sample/sample.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLHuber committed Mar 12, 2024
1 parent c20e13d commit 6d5d7f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sample/sample.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { getConnectedAddresses } from '../src/functions';
import { PublicProvider } from '../src/providers';

const provider = new PublicProvider("pinata");

const fid = 16085; // @samuellhuber
const addresses = getConnectedAddresses(provider, 16085)

console.log(`Here are all connected addresses for FID ${fid}\n`, addresses.all);

0 comments on commit 6d5d7f7

Please sign in to comment.