Skip to content

Commit 803c820

Browse files
committed
chore: add guide test html
1 parent e4fe95d commit 803c820

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<!--
2+
To run the test, you need to run the following command:
3+
npx vite .
4+
This will start a development server at http://localhost:5173/
5+
then open the browser and go to http://localhost:5173/test/index.html
6+
you should see the test result in the console.
7+
This is a simple test to verify that the eccrypto library is working in the browser.
8+
It will generate a private key, get the public key, sign a message, and verify the signature.
9+
It will then log the result to the console.
10+
If the signature is verified, it will log "Signature verified" to the console.
11+
If the signature is not verified, it will log the error to the console.
12+
-->
113
<!DOCTYPE html>
214
<html>
315

0 commit comments

Comments
 (0)