Skip to content

sreedeeppaul/celoiossdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celo IOS SDK

iOS SDK for the Celo blockchain

Requirements

Install XCode 13.1 .Tested in IOS 15 and lower versions as well

Installation

1.The project is supplied as a workspace with both the SDK and Sample app included.Launch the CeloIOSWorkspace.xcworkspace imgs1

2.Please select the celo-refernce-app like this and run the application

imgs2

3.(Not a needed Step) But in case of any changes performed in framework ,please select the celo-sdk-ios and build the application imgs3

Post that replace the new framework in Sample app in Framework,Libraries and Embedded Content Imgs5

4.The SDK connects to Alfajores network.This can be changed in SDK if needed

Workflow

The SDK for Milestone 1 exposes lot of utility functions and public methods to create a new Wallet,restore the Wallet,fetch balances for address and managing Keys

1.Explored Creation of new Wallet and fetching the Address ,Balances and Mnemonic

imgs7

2.Post funding the wallet .It can be tested by Importing the Wallet with the password and Mnemonic

imgs9

About

iOS SDK for the Celo blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • C 1.2%
  • Other 1.3%