You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
2
4
3
5
Project stucture:
4
6
5
7
| Path | Description
6
8
|-|-
7
9
| src/example.ts | Main logic showing the use.
10
+
| src/config.ts | Configuration file.
8
11
| index.html | Front end styling.
9
12
| index.ts | Controller connecting front end to the logic.
0 commit comments