You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all, I found a couple of issues with the HowTo.md doc on this repo:
The nearkeyinstall command appears to be broken. The url needs to be github.com/aurora-is-near/near-api-go/cmd/nearkey in my testing. The command should be
go install github.com/aurora-is-near/near-api-go/cmd/nearkey@latest
The create_staking_pool function call in step 7 of the Deploy Stake&Farm section appears to be missing the owner_id property in the arguments like in the source code of the contract.
Hello all, I found a couple of issues with the HowTo.md doc on this repo:
nearkey
install command appears to be broken. The url needs to begithub.com/aurora-is-near/near-api-go/cmd/nearkey
in my testing. The command should becreate_staking_pool
function call in step 7 of the Deploy Stake&Farm section appears to be missing theowner_id
property in the arguments like in the source code of the contract.claim
function call in the Cashing out farmed tokens section appears to mismatch the arguments in the source code of the function.The text was updated successfully, but these errors were encountered: