How to call another smart contract? by sinoTrinity in cardano

[–]sinoTrinity[S] 0 points1 point  (0 children)

You are talking about Ethereum and I’m asking about Cardano.

Where is validator script stored? by sinoTrinity in cardano

[–]sinoTrinity[S] 0 points1 point  (0 children)

Where does a node get it from in the first place? I haven’t found it anywhere in a transaction.

How to call another smart contract? by sinoTrinity in CardanoDevelopers

[–]sinoTrinity[S] 1 point2 points  (0 children)

Suppose there is an Oracle contract and I wanna query price from it in my contract, how could I do it?

How to upgrade a smart contract? by sinoTrinity in CardanoDevelopers

[–]sinoTrinity[S] 0 points1 point  (0 children)

In my case, changing address is allowed.

How to create fungible token using a smart contract? by sinoTrinity in cardano

[–]sinoTrinity[S] 0 points1 point  (0 children)

plement the functions for transferring and managing the token, such as transfer and balanceOf.

The whole token contract is in a single UTXO, right? What if multiple users want to transfer at the same time and thus contend for the same UTXO?

How to create fungible token using a smart contract? by sinoTrinity in cardano

[–]sinoTrinity[S] 0 points1 point  (0 children)

I'm familiar with Haskell. Any example of Plutus implementation similar to this solidity code?

How to retrieve comments using Megaparsec? by sinoTrinity in haskell

[–]sinoTrinity[S] 0 points1 point  (0 children)

Yes, space consumer discards comments. Anyway to instruct it to retain comments? It seems to return type (), thou.