Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 1ebd739

Browse files
committed
chore: updated README
1 parent 8210694 commit 1ebd739

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,19 @@ As an example
8787
</Web3Provider.Provider >
8888
```
8989

90-
## Example folder
90+
## Development - Example folder
9191

92-
If you want to try this library without creating a new project you can clone this repo and follow the next steps:
92+
A sandbox project is provided in order to test the library or try new features locally without having to release a new version.
93+
The sandbox project lives at the `example` folder. In order to run it, follow the next steps:
9394

9495
1. At `rif-ui`:
9596

9697
```
98+
npm i
9799
npm start
98100
```
99101

100-
2. In another terminal:
102+
2. Wait until it compiles to the `dist` folder. Then, in another terminal:
101103

102104
```
103105
cd example/ && npm start
@@ -122,4 +124,5 @@ npm run test:unit
122124
MIT © [rsksmart](https://github.com/rsksmart)
123125

124126
## Acknowledgments
127+
- This library was created with [create-react-library](https://github.com/transitive-bullshit/create-react-library). A great project to start you own library.
125128
- Thanks to [EVM Networks](https://github.com/ethereum-lists/chains) for providing the data source of network objects as a JSON, which inspired us to create the `NetworkInfo` interface

0 commit comments

Comments
 (0)