Skip to content

The dechain SDK provides the underlying signature and communication functions for accessing the dechain blockchain to interact with the dechain blockchain and smart contract. The dechain SDK is also suitable for Ethereum system access. The dechain SDK provides comprehensive decentralized interaction. For better user experience, it is recommended…

Notifications You must be signed in to change notification settings

cocoyes/dechain-go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform introduction

Dechain go SDK is a SDK development package developed in go language and connected to dechain. This SDK can be provided to go clients or IOS clients.

build for ios clients

Before running the following command, you need to support the environment variable of go language, and then run it on the MAC machine. When it runs successfully, it can be generated A and H files and give them to IOS client developers

export PATH=$PATH:/usr/local/go/bin

CFLAGS="-arch arm64 -miphoneos-version-min=9.0 -isysroot "$(xcrun -sdk iphoneos --show-sdk-path)

CGO_ENABLED=1 GOARCH=arm64 CC="clang $CFLAGS" go build -tags "main evm ios" -o java/lib_dechain.a -ldflags "-s -w" -buildmode=c-archive dechain-go-sdk/mobile

About

The dechain SDK provides the underlying signature and communication functions for accessing the dechain blockchain to interact with the dechain blockchain and smart contract. The dechain SDK is also suitable for Ethereum system access. The dechain SDK provides comprehensive decentralized interaction. For better user experience, it is recommended…

Resources

Stars

Watchers

Forks

Packages

No packages published