-
Upon receiving a request, generate a unique private key linked to the number and timestamp. This key will be used to validate ticket holder ownership.
How would be the best way to do this? Generate…
-
One issue that I am having is with keeping track of the addresses of contracts after they have been created. Can I find a contract again if I don't have the address? What information do I need?
Possi…
-
Make sure it is possible to switch accounts. At the moment the account object in App.js always uses the first contract and when you switch the account in metamask, the object doesnt change to the new …
-
目前默认区块参数定义如下:
https://github.com/caivega/ipfslib/wiki/chain%E7%9A%84JSON_RPC%E6%89%8B%E5%86%8C#the-default-block-parameter
以下可能是默认区块参数:
- `Block Number String` - 区块编号,整数
- `Block Hash String` …
-
**Is your feature request related to a problem? Please describe.**
It would be nice to have hooks with getters for the most common things like balances and whatever else the connection object allows.…
21e8 updated
4 months ago
-
is there way to decode the buffer from `getAccountInfo` from solana/web3js on sdk v2 such as `LIQUIDITY_STATE_LAYOUT_V4` and `MARKET_STATE_LAYOUT_V3`
-
Will the JS version expose a web3.js compatible object, so it will work with metamask ? Or is this lib rather meant to directly access local (or remotely) running ethereum nodes ?
-
# ethjs-provider-signer/ethjs-provider-http
## Issue Type
- [ ] Bug (https://github.com/ethjs/ethjs-provider-http/blob/master/.github/CONTRIBUTING.md#bug-reports)
- [X] Feature (https://github.…
-
In a private chain for testing. the coordinator cannot get a signed transaction, proposes a large size block using the method ['web3.eth.accounts.signTransaction' on web3js v1.2.11](https://github.com…
-
I think web3.js is providing this feature, instead of
```js
mycontract.call(arg1, arg2, arg3, txObject);
```
allow to pass values using an object:
```js
mycontract.call({ arg1: 'value1', arg2: '…