Skip to content

Commit b7fe127

Browse files
author
ar-to
committed
updated readme
1 parent a220ee7 commit b7fe127

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@
2424
- [Sample Contracts](#sample-contracts)
2525
- [Version Control]($version-control)
2626
- [Connections](#Connections)
27-
- [Endpoint Notes](#endpoint-notes)
27+
- [Bugs to Fix](#bugs-to-fix)
28+
- [ERC20 Token Endpoint Notes](#erc20-token-endpoint-notes)
29+
- [Owner Contract](#owner-contract)
30+
- [ERC20 Multi-Token](#erc20-multi-token)
31+
- [Setup](#setup)
32+
- [Get Balance](#get-balance)
33+
- [Transfer](#transfer)
2834
- [Get Block Info](#get-block-info)
2935
- [Get Transaction Info](#get-transaction-info)
3036
- [Send Transaction](#send-transaction)
@@ -477,9 +483,9 @@ http://localhost:3000/api/token/:options
477483
/kill-token
478484
```
479485

480-
### ERC20 Multi-Token Endpoints Notes
486+
### ERC20 Multi-Token
481487

482-
This API supports multiple erc20 token connections. This means, you can communicate to different tokens by simple changing a path parameter in the url. See the instructions below Below you change the `tokenName` and `erc20Method` and
488+
This API supports multiple erc20 token connections. This means, you can communicate to different tokens by simply changing a path parameter in the url. See the instructions below Below you change the `tokenName` and `erc20Method` and
483489

484490
The paths that this api features are below:
485491
```

0 commit comments

Comments
 (0)