Closed mncdg closed 2 years ago
Example of creating transaction
const transaction = await bundlr.createTransaction(JSON.stringify({ id: 'test', }, { tags: [ { name: 'App-Name', value: 'TestAnton' }, ], })); await transaction.sign(); await transaction.upload(); console.log(transaction.id);
Query GraphQL
query { transactions(first: 50, tags: [ { name: "App-Name", values: ["TestAnton"] } ] ) { edges { node { id } } } }
Example txid: 8igzR2DFLyveeZ-8aps5srfE4jAXtUvf2en5Z-xlSiM
error was in code
Example of creating transaction
Query GraphQL
Example txid: 8igzR2DFLyveeZ-8aps5srfE4jAXtUvf2en5Z-xlSiM