Skip to content

Commit

Permalink
fix gh-pages issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Feb 14, 2022
1 parent 67e799f commit 45e64cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
module-name: KukaiCoreSwift
format: "html"
output: "Documentation"
base-url: "https://kukai.app/kukai-core-swift/"
base-url: "https://kukai-core-swift.kukai.app"
- name: Update Permissions
run: 'sudo chown --recursive $USER Documentation'
- name: Deploy to GitHub Pages
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@ dependencies: [

Wallets are created using dedicated classes for each type, conforming to the `Wallet` protocol.

- [LinearWallet](https://kukai.app/kukai-core-swift/LinearWallet/)
- [LinearWallet](https://kukai-core-swift.kukai.app/LinearWallet/)
- Created using a BIP 39 mnemonic and optional passphrase
- [HDWallet](https://kukai.app/kukai-core-swift/HDWallet/)
- [HDWallet](https://kukai-core-swift.kukai.app/HDWallet/)
- Created using a BIP 39 mnemonic, optional passphrase, and a BIP 44 derivation path

<br/>

The main functionality centres around client classes and a factory:

- [TezosNodeClient](https://kukai.app/kukai-core-swift/TezosNodeClient/)
- [TezosNodeClient](https://kukai-core-swift.kukai.app/TezosNodeClient/)
- Query details about the node
- Estimate fees via the node RPC
- Send operations
- [BetterCallDevClient](https://kukai.app/kukai-core-swift/BetterCallDevClient/)
- [BetterCallDevClient](https://kukai-core-swift.kukai.app/BetterCallDevClient/)
- Fetching balances
- Fetching metadata
- Detailed operation errors
- [TzKTClient](https://kukai.app/kukai-core-swift/TzKTClient/)
- [TzKTClient](https://kukai-core-swift.kukai.app/TzKTClient/)
- Transaction history
- Determining if an operation has been successfully injected
- [OperationFactory](https://kukai.app/kukai-core-swift/OperationFactory/)
- [OperationFactory](https://kukai-core-swift.kukai.app/OperationFactory/)
- Helper methods to create arrays of operations needed for common tasks


Expand All @@ -82,4 +82,4 @@ You can see some of this functionality inside the repo's example iOS-Example pro

# Documentation

Compiled Swift Doc's can be found [here](https://kukai.app/kukai-core-swift/)
Compiled Swift Doc's can be found [here](https://kukai-core-swift.kukai.app)

0 comments on commit 45e64cc

Please sign in to comment.