-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to start your blockchain platform? #131
Comments
yeah, i just want to run it like geth that i am more familar with and
exactly said, run a private chain network locally. thx.
…On 24 Jan 2018 18:11, "Roman Poletaev" ***@***.***> wrote:
go version?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMVEQqnFzWO7Pv4syltVR1M2qBXCnMpKks5tNwHHgaJpZM4RrAD8>
.
|
@bulldosers please specify your Golang version for more detailed feedback. |
Thanks for your replay and I upgrade my go version to 1.9.3. When I run command line
and what I need to do to continue ? Is there some web-API that could be used to interact with the blockchain platform just like geth-client? Or is there some wrong understanding disunderstand with the feature of the blockchain platform? |
Hello @bulldosers, Short instruction
{
"secret": "yWaC39F9zWgP4xqp",
"web": true,
"admin_password": "password",
"admin_secret": "test",
"namespaces": [
{
"name": "public",
"anonymous": true,
"publish": true,
"watch": true,
"presence": true,
"join_leave": true,
"history_size": 10,
"history_lifetime": 30,
"recover": true
}
]
}
|
When I use the command
go get github.com/AplaProject/go-apla
, I just get some log such as:I don't know how to start your blockchain network just like geth client.
Look forward your reply and help, thanks.
The text was updated successfully, but these errors were encountered: