The rules of the Bitcoin protocol is defined by the behavior of the latest Bitcoin Core implementation, whereas Ethereum is defined by the content of the Yellow Paper. How is
Baking on VPS in cloud with ledger nano?
Hello Tezos community, I read the documentation on ledger setup on tezos doc and ledger obsidiansystems app. I understand now how to create a secure account on my laptop with
How do I get method arguments using Taquito?
When I have a object of type ContractAbstraction<ContractProvider>, I can get a key/value map of all the endpoints in the deployed contract like this: const contract: ContractAbstraction<ContractProvider> = client.contract.at(this.state.contractAddress); where
How are smart contract addresses calculated?
When a smart contract is deployed it gets an address. How is this address of the "originated account" calculated?
./tezos-client activate: error Unrecognized command
I am stuck when getting Tezos from faucet https://faucet.tzalpha.net/ : ./tezos-client activate account bob with tz1YdaJWrDdHz4qfVEhPEs7f5EBy4DE2Fzv1.json Disclaimer: … Error: Unrecognized command. Try using the man command to get more information.
Comments in LIGO
Are there multiple ways to write comments in LIGO? I think it makes code more readable if I can for example divide the code into various parts using comments. How
How to UNPACK into a specific type using tezos client?
I am using the tezos-sandbox cli and trying out packing/unpacking data. I want to try doing the equivalent of sp.unpack(x, t = …), specifying a type to unpack into, using
How un/reliable is the timestamp provided by NOW in Michelson?
To which extend can bakers manipulate the timestamp Michelson uses for NOW? I am not really sure how this value is provided to the smart contract and how reliable/unreliable it
Anticipated Delphi Switch
When is the Tezos mainnet expected to switch to Delphi? Is there anything that node owners should do in anticipation?