Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SubstraHooks Core

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

inspired by [useDApp](https://github.com/EthWorks/useDApp)

Expand All @@ -9,7 +9,7 @@ inspired by [useDApp](https://github.com/EthWorks/useDApp)
Add it to your project:

```console
yarn add @substra-hooks/core
yarn add @substra-hooks/core @polkadot/api @polkadot/extension-dapp
```

Use it in your React app:
Expand Down Expand Up @@ -197,5 +197,3 @@ useEffect(() => {
console.log(accounts);

```