We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a5819 commit e963307Copy full SHA for e963307
packages/core/README.md
@@ -1,6 +1,6 @@
1
# SubstraHooks Core
2
3
-SubstraHooks is a collection of useful react hooks that work with polkadot.js on substrate blockchains
+SubstraHooks is a collection of useful react hooks that work with polkadot.js on [Substrate](https://substrate.io/) blockchains
4
5
inspired by [useDApp](https://github.com/EthWorks/useDApp)
6
@@ -9,7 +9,7 @@ inspired by [useDApp](https://github.com/EthWorks/useDApp)
9
Add it to your project:
10
11
```console
12
-yarn add @substra-hooks/core
+yarn add @substra-hooks/core @polkadot/api @polkadot/extension-dapp
13
```
14
15
Use it in your React app:
@@ -197,5 +197,3 @@ useEffect(() => {
197
console.log(accounts);
198
199
200
-
201
0 commit comments