Skip to content

Commit 9f7756b

Browse files
nooxxloicttn
authored andcommitted
wip
1 parent 12738fd commit 9f7756b

File tree

3 files changed

+1333
-96
lines changed

3 files changed

+1333
-96
lines changed

examples/ada.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { WalletServer } = require('cardano-wallet-js');
2+
import { Transaction } from '@stricahq/typhonjs';
3+
4+
5+
const f = async () => {
6+
try {
7+
} catch (err){
8+
console.log(err);
9+
}
10+
};
11+
12+
f();

0 commit comments

Comments
 (0)