-
Notifications
You must be signed in to change notification settings - Fork 408
Add basic near-sdk-go documentation #2583
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
Conversation
hello @vlmoon99 , thanks for the PR We are going to test out the Go SDK and the steps you provided; if we find any issues, we'll ping back so we can clarify how to use this new SDK. |
Hello @vlmoon99 , I was able to test and build contracts using the Go SDK with no issues by following the proposed quick-start guide. 👍 Here are my comments and suggestions after testing the SDK and tools: Reviewing the near-go CLI, I found that it's embedding the
Some suggestions / ideas:
Not a critical issue, but while testing I found that some near-go CLI commands need to run inside the Happy to chat about Near Docs if you want to join or Telegram channel https://t.me/neardocscg 👍 |
@vlmoon99 Would it be too hard to add MacOS x64 pre-built binaries for near-go CLI? Is it just a matter of a couple of lines in https://github.com/vlmoon99/near-cli-go/blob/main/build.sh?
@bucanero It is the same situation with
@bucanero Not until there are relevant changes - for example, when new signing methods are added or more deployment options appear.
@bucanero There are so many other things can go wrong here that it is pointless to discuss this treat. If your concern is that the near-go will be compromized to have a malicious near-cli-rs, there is nothing the "non-embedded" near-cli-rs can do about it.
@vlmoon99 I see the ![]() |
In this pull request I added basic docs for Near SDK GO (https://github.com/vlmoon99/near-sdk-go)
0.Quick Start
1.Basic Anatomy
2.State (Storage)
3.Environment
4.Transfers & Actions
5.Cross-Contract Calls