https://github.com/datachainlab/harmony-go-sdk-sample
for investigating build error
https://github.com/datachainlab/harmony-go-sdk-sample
Last synced: 4 months ago
JSON representation
for investigating build error
- Host: GitHub
- URL: https://github.com/datachainlab/harmony-go-sdk-sample
- Owner: datachainlab
- Created: 2021-12-23T11:34:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T08:51:03.000Z (over 4 years ago)
- Last Synced: 2025-04-14T18:51:01.794Z (about 1 year ago)
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
harmony-go-sdk-sample
---
This is a small sample of an application that uses [harmony-one/go-sdk](https://github.com/harmony-one/go-sdk) with Go Contract Bindings.
Here, we investigated the cause of duplicate symbols error based on cgo dependency that occurred during naive development.
The branch where the error occurs:
https://github.com/datachainlab/harmony-go-sdk-sample/tree/duplicate-symbol-error
Sample fix to avoid duplicate symbols:
https://github.com/datachainlab/harmony-go-sdk-sample/pull/2
You can check the build status in both cases from Github actions.