Skip to content

Commit f4d89ca

Browse files
authored
Merge pull request #3 from typwrtr/master
Fix syntax and minor typos
2 parents 69fcc35 + c026111 commit f4d89ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
This is an example of how to use signed fixed actions order in 0xcert framework v2.
1+
This is an example of how to use the signed fixed actions order within the 0xcert Framework v2.
22

3-
The example is wrapped in a simple dApp to showcase not only functionalities but also the basic principles of handling blockchain communication through 0xcert framework. Main logic is isolated in `src/example.ts` while response handling is located in `index.ts`. The basic configuration needed for communication can be found in `src/config.ts` file.
3+
The example is put in the context of a simple dApp to showcase not only functionalities but also the basic principles of handling blockchain communication through the 0xcert Framework. The main logic is isolated in the `src/example.ts` file while response handling is located in `index.ts`. The basic configuration needed for communication can be found in the `src/config.ts` file.
44

5-
To keep the example as simple as possible there are some hardcoded values like order definition. You can change those in `src/config.ts`.
5+
To keep the example as simple as possible, some values are hardcoded, such as order definition. You can change those in the `src/config.ts` file.
66

7-
There are also some empty variables in `src/config.ts` that you need to set so that the example works. Mainly assetLedgerId which you got when you deployed a new asset ledger in the asset management guide and two metamask accounts (account1Id, account2Id) where the first account has to be the one that deployed the asset ledger and the second can be anyone.
7+
The `src/config.ts` file also contains some empty variables that you need to set for the example to work. Mainly, the assetLedgerId, which you got at deploying a new asset ledger in the asset management guide, and two MetaMask accounts (account1Id, account2Id), where the first account must be the one that deployed the asset ledger and the second account can represent anyone.
88

9-
Project stucture:
9+
Project structure:
1010

1111
| Path | Description |
1212
| -------------- | --------------------------------------------- |
1313
| src/example.ts | Main logic showing the use. |
1414
| src/config.ts | Configuration file. |
15-
| index.html | Front end styling. |
16-
| index.ts | Controller connecting front end to the logic. |
15+
| index.html | Front-end styling. |
16+
| index.ts | Controller connecting front-end to the logic. |
1717
| package.json | Dependencies. |
18-
| style.css | Front end styling. |
18+
| style.css | Front end-styling. |

0 commit comments

Comments
 (0)