-
ATTENTION! If you would like to submit an EIP and it has already been written as a draft (see the [template](https://github.com/ethereum/EIPs/blob/master/eip-X.md) for an example), please submit it as…
-
`feng@feng-B250-HD3P:~/workSpace/eos/build/programs/cleos$ ./cleos set contract currency ../../contracts/hello/hello.wast ../../contracts/hello/hello.abi
Reading WAST...
Assembling WASM...
Publish…
-
-
Hi,
I am writing a contract register user into Blockchain.
for that i have created a table users which holds the details of it.
But i have a query.
1. Can we create **dynamic** table through code…
-
eos
```
git describe --tags
dawn-v4.2.0
```
eosjs
```
git describe --tags
dawn-v4.2.0
```
eosjs is built using
```
npm run build_browser
```
js code
```
const contrac…
-
I know identity is convenient in some situations, but sometimes i just want to send a transaction. So some questions:
1. Why Scatter introduced the concept of Identity? Can I send transactions whih…
ceeji updated
6 years ago
-
## Environment
lib_version: eosjs@13.0.0
testnet_site: http://dev.cryptolions.io/
## Brief
it seem fail to perform transaction with eosjs@13.0.0
anytime i perform transaction,eosjs will throw…
-
```
2379505ms thread-0 chain_controller.cpp:418 _apply_cycle_trace ] [(eosio,issue)->eosio]: CONSOLE OUTPUT BEGIN =====================
2379505ms thread-0 chain_controller.cpp:419 _a…
kesar updated
6 years ago
-
My Env:
Scatter 4.0.3
Dawn 4.2
Here is there trace log of print the identy.
Get the identity:{"hash":"3a79e2913e3e456ea0d6d1e33d444048b6f3e32058f24f6e8f7e58138fc2f301","publicKey":"EOS53orukiWJh…
-
I have setup a 3 node private EOS network where 2 are running on Azure (8vCPU, 16GB ram) and 1 on my machine (8CPU, 32 GB ram), the smart contract is simple multi index which stores the values sent to…