gosdk icon indicating copy to clipboard operation
gosdk copied to clipboard

A client SDK in Go to interface the blockchain and storage platform, and other smart contracts

Results 77 gosdk issues
Sort by recently updated
recently updated
newest added

- gosdk(docs): updated README.md to add `how to expose gosdk methods in mobile sdk` - gosdk(docs): updated README.md to add `how to expose gosdk methods in wasm sdk` - gosdk(docs):...

documentation
post-mainnet

it is implemented based on local audio/camera device in cli as `./zbox stream` now. it should be implemented based on ffmpeg-wasm and webcam on browser it is the feature called...

post-mainnet

a lot of files will be uploaded on `zbox feed` and `zbox stream`. a `zbox pruge` should be implemented to delete stale files

post-mainnet

Most of GET requests in zcncore like this one: https://github.com/0chain/gosdk/blob/f0d08895c0f1a0abd22f884a8d2fa767c2acbf25/zcncore/wallet_base.go#L1006-L1017 checks for valid wallet, however the wallet is not needed for such a request, should only check sdk config. This...

post-mainnet

A writemarker is chained with previous writemarker. The writemarker that is responded by blobber before creating new writemarker by client, should be verified by the client, otherwise blobber can modify...

post-mainnet

### Changes - ### Fixes - ### Tests Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not [Run them manually](https://github.com/0chain/gosdk/actions/workflows/system_tests.yml) to check for...

do not merge

### Changes - ### Fixes - ### Tests Tasks to complete before merging PR: - [ ] Ensure system tests are passing. If not [Run them manually](https://github.com/0chain/gosdk/actions/workflows/system_tests.yml) to check for...

### Changes - API to generate thumbnail of given image. Accepts three parameters. `Thumbnail(img []byte, width, height int)` `img` -> byte array of image, `width` and `height` -> width and...

### Changes - Update Bridge to accept ZCN token as string type ### Fixes - ### Tests Tasks to complete before merging PR: - [ ] Ensure system tests are...