sotez icon indicating copy to clipboard operation
sotez copied to clipboard

A JS Library for Tezos

Results 4 sotez issues
Sort by recently updated
recently updated
newest added

Can't get how to call SC's specified entrypoint and send some parameters For example, with tezos-client this command looks like: tezos-client transfer {amount} from {wallet} to {contract's address} --entrypoint '{entrypoint}'...

``` > c=new sotez.default('http://dummy:1234') > await c.getBalance('tz1RvhdZ5pcjD19vCCK9PgZpnmErTba3dsBs') undefined ``` This is pretty unexpected, it should throw an error instead (ideally a descriptive one).

To stake a user needs to send the following messages originate + delegate + reveal. In sotez I see that reveal is automatically added to the delegation message (if needed)...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies