Skip to content

Commit 167c4cd

Browse files
committed
-> develop
1 parent b4c0d0a commit 167c4cd

File tree

2 files changed

+38
-39
lines changed

2 files changed

+38
-39
lines changed

Documentation/README.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
Documentation
22

3-
*If you need to find or understand basic Usage, check [Usage.md](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md).*
3+
*If you need to find or understand basic Usage, check [Usage.md](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md).*
44

55
Here are quick references for essential features:
66

7-
- [Preffered models](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#preffered-models)
8-
- [Account Management (create, import, private keys managments, etc.)](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#account-management)
9-
- [Ethereum Endpoints interaction (web3, balance, tx's operations, chain state)](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ethereum-endpoints-interaction)
10-
- [Websockets](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#websockets)
11-
- [ENS](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ens)
7+
- [Preffered models](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#preffered-models)
8+
- [Account Management (create, import, private keys managments, etc.)](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#account-management)
9+
- [Ethereum Endpoints interaction (web3, balance, tx's operations, chain state)](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#ethereum-endpoints-interaction)
10+
- [Websockets](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#websockets)
11+
- [ENS](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#ens)
1212

1313

1414

1515

1616

17-
- [Account Management](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#account-management)
17+
- [Account Management](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#account-management)
1818

19-
- [Create Account](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#create-account)
20-
- [Import Account](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#import-account)
21-
- [Get Keystore Manager from wallet data](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-keystore-manager-from-wallet-data)
22-
- [Get private key](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-private-key)
19+
- [Create Account](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#create-account)
20+
- [Import Account](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#import-account)
21+
- [Get Keystore Manager from wallet data](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#get-keystore-manager-from-wallet-data)
22+
- [Get private key](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#get-private-key)
2323

24-
- [Ethereum Endpoints interaction](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ethereum-endpoints-interaction)
24+
- [Ethereum Endpoints interaction](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#ethereum-endpoints-interaction)
2525

26-
- [web3 instance](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#web3-instance)
27-
- [Ethereum Address](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ethereum-address)
28-
- [Get Balance](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-balance)
29-
- [Transactions Operations](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#transactions-operations)
30-
- [Send Ether](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#send-ether)
31-
- [Send ERC-20 Token](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#send-erc-20-token)
32-
- [Write Transaction and call smart contract method](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#write-transaction-and-call-smart-contract-method)
33-
- [Read Transaction to call smart contract method](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#read-transaction-to-call-smart-contract-method)
34-
- [Send Transaction](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#send-transaction)
35-
- [Get Block number](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-block-number)
26+
- [web3 instance](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#web3-instance)
27+
- [Ethereum Address](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#ethereum-address)
28+
- [Get Balance](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#get-balance)
29+
- [Transactions Operations](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#transactions-operations)
30+
- [Send Ether](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#send-ether)
31+
- [Send ERC-20 Token](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#send-erc-20-token)
32+
- [Write Transaction and call smart contract method](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#write-transaction-and-call-smart-contract-method)
33+
- [Read Transaction to call smart contract method](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#read-transaction-to-call-smart-contract-method)
34+
- [Send Transaction](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#send-transaction)
35+
- [Get Block number](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#get-block-number)
3636

37-
- [Websockets](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#websockets)
37+
- [Websockets](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#websockets)
3838

39-
- [ENS](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ens)
39+
- [ENS](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#ens)
4040

4141

4242

@@ -62,27 +62,27 @@ Here are quick references for essential features:
6262
- [x] Supports Web3View functionality (WKWebView with **injected "web3" provider**)
6363
- [x] Possibility to **add or remove "middleware" that intercepts**, modifies and even **cancel transaction** workflow on stages "before assembly", "after assembly"and "before submission"
6464
- [x] **Literally following the standards:**
65-
- [x] [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) HD Wallets: Deterministic Wallet
65+
- [x] [BIP32](https://github.com/bitcoin/bips/blob/develop/bip-0032.mediawiki) HD Wallets: Deterministic Wallet
6666

67-
- [x] [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) (Seed phrases)
67+
- [x] [BIP39](https://github.com/bitcoin/bips/blob/develop/bip-0039.mediawiki) (Seed phrases)
6868

69-
- [x] [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) (Key generation prefixes)
69+
- [x] [BIP44](https://github.com/bitcoin/bips/blob/develop/bip-0044.mediawiki) (Key generation prefixes)
7070

71-
- [x] [EIP-20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md) (A standard interface for tokens - ERC-20)
71+
- [x] [EIP-20](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-20.md) (A standard interface for tokens - ERC-20)
7272

7373
- [x] [EIP-67](https://github.com/ethereum/EIPs/issues/67) (Standard URI scheme)
7474

75-
- [x] [EIP-155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md) (Replay attacks protection) *enforced!*
75+
- [x] [EIP-155](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-155.md) (Replay attacks protection) *enforced!*
7676

77-
- [x] [EIP-681](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-681.md) (A standard way of representing various transactions, especially payment requests in Ethers and ERC-20 tokens as URLs)
77+
- [x] [EIP-681](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-681.md) (A standard way of representing various transactions, especially payment requests in Ethers and ERC-20 tokens as URLs)
7878

79-
- [x] [EIP-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md) (A standard interface for non-fungible tokens, also known as deeds - ERC-721)
79+
- [x] [EIP-721](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-721.md) (A standard interface for non-fungible tokens, also known as deeds - ERC-721)
8080

81-
- [x] [EIP-165](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md) (Standard Interface Detection, also known as ERC-165)
81+
- [x] [EIP-165](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-165.md) (Standard Interface Detection, also known as ERC-165)
8282

83-
- [x] [EIP-777](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-777.md) (New Advanced Token Standard, also known as ERC-777)
83+
- [x] [EIP-777](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-777.md) (New Advanced Token Standard, also known as ERC-777)
8484

85-
- [x] [EIP-820](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-820.md) (Pseudo-introspection Registry Contract, also known as ERC-820)
85+
- [x] [EIP-820](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-820.md) (Pseudo-introspection Registry Contract, also known as ERC-820)
8686

8787
- [x] [EIP-888](https://github.com/ethereum/EIPs/issues/888) (MultiDimensional Token Standard, also known as ERC-888)
8888

@@ -100,7 +100,7 @@ Here are quick references for essential features:
100100

101101
- [x] [EIP-721x](https://github.com/loomnetwork/erc721x) (An extension of ERC721 that adds support for multi-fungible tokens and batch transfers, while being fully backward-compatible, also known as ERC-721x)
102102

103-
- [x] [EIP-1155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1155.md) (Multi Token Standard, also known as ERC-1155)
103+
- [x] [EIP-1155](https://github.com/ethereum/EIPs/blob/develop/EIPS/eip-1155.md) (Multi Token Standard, also known as ERC-1155)
104104

105105
- [x] [EIP-1376](https://github.com/ethereum/EIPs/issues/1376) (Service-Friendly Token, also known as ERC-1376)
106106

@@ -110,7 +110,7 @@ Here are quick references for essential features:
110110

111111
### Migration Guides
112112

113-
- [web3swift 2.0 Migration Guide](https://github.com/matterinc/web3swift/blob/master/Documentation/web3swift%202.0%20Migration%20Guide.md)
113+
- [web3swift 2.0 Migration Guide](https://github.com/matterinc/web3swift/blob/develop/Documentation/web3swift%202.0%20Migration%20Guide.md)
114114

115115
##
116116

Documentation/Usage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
77
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
8-
- [About source and GitHub repositories](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#about-source-and-github-repositories)
98

109
- [Introduction](#introduction)
1110
- [Preffered models](#preffered-models)
@@ -50,8 +49,8 @@
5049
- [Get new pending transactions](#get-new-pending-transactions)
5150
- [Create a new subscription over particular events](#create-a-new-subscription-over-particular-events)
5251
- [Subscribe on new pending transactions](#subscribe-on-new-pending-transactions)
53-
- [Subscribe on logs](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#subscribe-on-logs)
54-
- [Subscribe on new heads](https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#subscribe-on-new-heads)
52+
- [Subscribe on logs](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#subscribe-on-logs)
53+
- [Subscribe on new heads](https://github.com/matter-labs/web3swift/blob/develop/Documentation/Usage.md#subscribe-on-new-heads)
5554
- [ENS](#ens)
5655
- [Registry](#registry)
5756
- [Resolver](#resolver)

0 commit comments

Comments
 (0)