This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
void main() { | |
runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
// This widget is the root of your application. | |
@override | |
Widget build(BuildContext context) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'dart:io'import 'dart:core'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutter/rendering.dart'; | |
import 'dart:io'; | |
void main() { | |
runApp( | |
MaterialApp( | |
title: 'Work work and sort of work', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Expr, Parser, packDataBytes, MichelsonType, MichelsonData } from "@taquito/michel-codec"; | |
class MyEncoder { | |
static async encodeLambdaAddMetadata( | |
dataToEncode: any, | |
michelsonSchemaString: string, | |
) { | |
console.log("michelsonSchemaString: ", michelsonSchemaString); | |
console.log("dataToEncode: ", dataToEncode); | |
const parser = new Parser(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Waiting for the node to be bootstrapped... | |
Current head: BLeNC9yWLapR (timestamp: 2024-09-08T12:29:39.000-00:00, validation: 2024-09-08T12:29:42.547-00:00) | |
Node is bootstrapped. | |
This simulation failed: | |
Manager signed operations: | |
From: tz1T5kk65F9oZw2z1YV4osfcrX7eD5KtLj3c | |
Fee to the baker: ꜩ0 | |
Expected counter: 10914440 | |
Gas limit: 1040000 | |
Storage limit: 60000 bytes |