We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to compile eos-go, but have too many errors. May you make some guide for doing it?
The text was updated successfully, but these errors were encountered:
git clone https://github.com/eosspark/eos-go.git
cd eos-go
glide install
cd programs/eosgo
go run main.go -e -p eosio --private-key \ \[\"EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV\"\ ,\"5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3\"\] \ --plugin ChainApiPlugin \ --plugin WalletPlugin \ --plugin WalletApiPlugin \ --plugin ChainApiPlugin \ --plugin NetApiPlugin \ --max-transaction-age=999999999
Sorry, something went wrong.
No branches or pull requests
I tried to compile eos-go, but have too many errors.
May you make some guide for doing it?
The text was updated successfully, but these errors were encountered: