@@ -61,7 +61,7 @@ If you are using this library in your project, please [add a link](https://githu
61
61
* [ MyEtherWallet/MEWconnect-iOS] ( https://github.com/MyEtherWallet/MEWconnect-iOS )
62
62
* [ Peepeth iOS client] ( https://github.com/matterinc/PeepethClient )
63
63
* [ Ethereum & ERC20Tokens Wallet] ( https://itunes.apple.com/us/app/ethereum-erc20tokens-wallet/id1386738877?ls=1&mt=8 )
64
- * [ BankexWallet ] ( https://github.com/BANKEX/Pay-iOS )
64
+ * [ Pay-iOS ] ( https://github.com/BANKEX/Pay-iOS )
65
65
* [ GeoChain] ( https://github.com/awallish/GeoChain )
66
66
* [ NewHorizonLabs/TRX-Wallet] ( https://github.com/NewHorizonLabs/TRX-Wallet )
67
67
* [ SteadyAction/EtherWalletKit] ( https://github.com/SteadyAction/EtherWalletKit )
@@ -147,59 +147,24 @@ Run `carthage update` to build the framework. By default, Carthage performs chec
147
147
---
148
148
## Documentation
149
149
150
- Full source please look at [ Documentation folder ] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/ )
150
+ Full source please look at [ Documentation] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/ )
151
151
152
152
Here are quick references for basic features:
153
153
154
154
- [ Preffered models] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#preffered-models )
155
- - [ Preffered keys Wallet Model (Account)] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#preffered-keys-wallet-model-account )
156
- - [ Preffered ERC-20 Model] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#preffered-erc-20-model )
157
155
- [ Account Management] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#account-management )
158
156
- [ Create Account] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#create-account )
159
- - [ With Private Key] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#with-private-key )
160
- - [ With Mnemonics Phrase] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#with-mnemonics-phrase )
161
157
- [ Import Account] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#import-account )
162
- - [ With Private Key] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#with-private-key-1 )
163
- - [ With Mnemonics Phrase] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#with-mnemonics-phrase-1 )
164
158
- [ Get Keystore Manager from wallet data] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-keystore-manager-from-wallet-data )
165
159
- [ Get wallet private key] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-wallet-private-key )
166
160
- [ Ethereum Endpoints interaction] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ethereum-endpoints-interaction )
167
161
- [ web3 instance] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#web3-instance )
168
162
- [ Ethereum Address] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ethereum-address )
169
- - [ Initializing] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#initializing )
170
163
- [ Get Balance] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-balance )
171
- - [ Get ETH balance] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-eth-balance )
172
- - [ Get ERC20 token balance] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-erc20-token-balance )
173
164
- [ Transactions Operations] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#transactions-operations )
174
- - [ Prepare Transaction] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#prepare-transaction )
175
- - [ Send Ether] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#send-ether )
176
- - [ Send ERC-20 Token] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#send-erc-20-token )
177
- - [ 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 )
178
- - [ 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 )
179
- - [ Send Transaction] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#send-transaction )
180
- - [ Write] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#write )
181
- - [ Read] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#read )
182
165
- [ Chain state] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#chain-state )
183
- - [ Get Block number] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-block-number )
184
166
- [ Websockets] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#websockets )
185
- - [ Web3socketDelegate] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#web3socketdelegate )
186
- - [ Custom Websocket Provider] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#custom-websocket-provider )
187
- - [ Connect to custom endpoint] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#connect-to-custom-endpoint )
188
- - [ Send message] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#send-message )
189
- - [ Infura Websocket interactions] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#infura-websocket-interactions )
190
- - [ Connect to Infura endpoint] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#connect-to-infura-endpoint )
191
- - [ Connect to custom Infura-like endpoint] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#connect-to-custom-infura-like-endpoint )
192
- - [ Create a filter in the node to notify when something happened] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#create-a-filter-in-the-node-to-notify-when-something-happened )
193
- - [ Get new pending transactions] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#get-new-pending-transactions )
194
- - [ Create a new subscription over particular events] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#create-a-new-subscription-over-particular-events )
195
- - [ Subscribe on new pending transactions] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#subscribe-on-new-pending-transactions )
196
167
- [ ENS] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#ens )
197
- - [ Registry] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#registry )
198
- - [ Resolver] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#resolver )
199
- - [ BaseRegistrar] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#baseregistrar )
200
- - [ RegistrarController] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#registrarcontroller )
201
- - [ ReverseRegistrar] ( https://github.com/matter-labs/web3swift/blob/master/Documentation/Usage.md#reverseregistrar )
202
-
203
168
204
169
### Example
205
170
0 commit comments