layout | permalink |
---|---|
post |
/SEBAK-for-exchange/ |
Before access to Sebak public Testnet, BOScoin devteam strongly recommends to test in your local environment with standalone mode & sebak-angelbot.
In case of you have seen unexpected errors or have questions,
-
Please submit error report or questions to github issue or [email protected].
-
When submit to github issue, please set the label, 'Exchange'.
-
In the error report, please include these things,
- Your error results or questions
- Where did you find errors, in Testnet or your own environment.
- SEBAK version and commit id.
- If you request something to SEBAK, the payload you sent.
Please check SEBAK installation.
Please check contents in [standalone mode]http://devteam.blockchainos.org/docs/SEBAK-deployment-standalone/).
You can check specific information in the project page, sebak-angelbot.
- Running sebak node as standalone mode.
- Execute sebak command
$ sebak key generate
as much as you want. this key pair will be used to create new account in sebak node. We recommend almost 100 keypair. - Open text editor and put secret-keys line by line and save in
sources.txt
file. - Running 'sebak-angelbot' in your localhost. In 'sebak-anglebot' command line options, we recommend
--secret-seed
to be secret seed ofgenesis account
. - From now you can create new accounts.
- You can check account existed or not, when you used
http(or https)://localhost:12345/api/v1/accounts/<one of public address you set in sources.txt>
You can check Sebak API document contents.
required below data format & data
-
All data must be sent through
POST
method -
Content-type
must beapplication/json
-
The structure of transaction, you can check in API doc for Post Transaction.
-
BOScoin devteam is still developing the official SDK for various language and environments. At this time, you can use these,
- sebakjs-sdk: Javascript library
- sebakpy-util: Python library
- sebakjava-util: Java library for sebak
- sebakGo-util: Go library for sebak
NOTE: SEBAK only supports HTTP/2.
You can access https://testnet-sebak.blockchainos.org . You can test sebak API, API docs.
You can access https://testnet-angelbot.blockchainos.org .