-
Проверять через API https://text.ru/api-check
-
На node js
var golos = require("golos.min.js");
golos.config.set('websocket','ws://46.101.132.158:8092');
golos.config.set('address_prefix','GLS');
golos.config.set('chain_id','5876894a41e636…
-
1. created asset with 3 fraction numbers
![image](https://user-images.githubusercontent.com/26039472/33913619-d733b888-df9a-11e7-8e5b-0943fb515ae6.png)
2. if the token issued with wrong number o…
-
It is impossible to create a UIA with a dot in name.
```
unlocked >>> get_asset CYBERFOUNDER
{
"id": 4,
"asset_name": "CYBERFOUNDER",
"precision": 1,
"issuer": "cyberfounder",
"opt…
-
https://golos.io/
-
**list_my_accounts** shows an error
```
10 basic_exception: tion
this->symbol == o.symbol:
{}
th_a asset.hpp:195 operator+=
```
Balances are not shown
Problably default constru…
-
Тут попытка создать актив с точкой. По идее, должна была быть ошибка о не существующем активе "VOTEFOR". В место этого появляется странное сообщение, как на скриншоте
![image](https://user-images.g…
-
При создании актива с коротким Тикером нет уведомления о комиссии.
Поэтому при попытке создать такой актив - получаем ошибку
`ffffffffff's balance of 0 GOLOS is less than required 1726272 GOLOS`
Т…
-
How to make multi-transaction like this?
If possible show code please.
golos.broadcast.send({
extensions: [],
operations: [
['transfer', {from:'user',to:'html',amount:'1.000 GBG',memo:'…
-
Can we use the repository wiki to add some tutorials or recipes?