LeeAlephium

Results 26 comments of LeeAlephium

> First, as you probably have an analytic version of the shape you could generate a set of points from the equation and then use (a not yet replicad wrapped)...

Not my file but this is a good way to understand for sure! ``` master f1a f2a f3a f2b g1a ``` I would then want to create a new branch...

Oh I never intended to imply to add more to git-machete! I agree it already does a lot. Your answer then tells me I need to make a small script...

Yep, been following :wink: Thank you very much! You've done excellent work and I am very grateful. I apologize I've grown machete a tad even :smiling_face_with_tear:

We're getting the same for what it's worth; I tried out the beta 55 but things seem to be unstable right now.

Excellent, I'll give it a try immediately and report back! And that document is a god-send, thank you.

@IljaDaderko I'm getting "Missing or invalid connect requiredNamespaces" for some reason? I'm using the following: ```js return wc.connect({ requiredNamespaces: { alephium: { chains: [provider.permittedChain], methods: ['alph_getAccounts', 'alph_signContractCreationTx', 'alph_signScriptTx'], } }...

`events:[]` was all I needed, awesome 🙂 Yep, I'm aware of the chain format, but thank you for confirming!

What is `id` on requests and responses? Should it be different each time?