Skip to content

Commit 0dbce47

Browse files
committed
Update readme
1 parent 7c8cf40 commit 0dbce47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
This is an example of how to use a Metamask provider in 0xcert framework v2.
1+
This is an example of how to 0xcertAPI deployments.
2+
3+
The example is wrapped in a simple dApp to showcase not only functionalities but also the basic principles of handling blockchain communication through 0xcertAPI. Main logic is isolated in `src/example.ts` while response handling is located in `index.ts`.
24

35
Project stucture:
46

57
| Path | Description
68
|-|-
79
| src/example.ts | Main logic showing the use.
10+
| src/config.ts | Configuration file.
811
| index.html | Front end styling.
912
| index.ts | Controller connecting front end to the logic.
1013
| package.json | Dependencies.

0 commit comments

Comments
 (0)