-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from darwintree/main
Simple tutorial for pure js demo
- Loading branch information
Showing
2 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# README | ||
|
||
This is the example project showing how to use the `use-wallet` library to connect to Fluent wallet with Conflux eSpace as target chain. | ||
|
||
You can also switch to other wallets like Metamask or switch to other target chains like Conflux core space by modifying the example code. | ||
|
||
## How to start | ||
|
||
Making sure [node](https://nodejs.org/en) is installed with version `>= 18.18` or `>= 20`. Then run | ||
|
||
```sh | ||
# install dependencies | ||
npm install | ||
# develop and project will start on localhost:5173 | ||
npm run dev | ||
# or build | ||
npm build | ||
# preview built files | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters