Skip to content

Commit

Permalink
Update polkadot-js url's (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn authored Dec 22, 2021
1 parent aa7c4de commit ecbc18d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ configuration. To learn about Substrate itself, visit the
[Substrate Developer Hub](https://substrate.dev).

The template is built with [Create React App](https://github.com/facebook/create-react-app)
and [Polkadot js API](https://polkadot.js.org/api/). Familiarity with these tools
and [Polkadot js API](https://polkadot.js.org/docs/api/). Familiarity with these tools
will be helpful, but the template strives to be self-explanatory.

## Using The Template
Expand Down Expand Up @@ -59,11 +59,11 @@ More on [React environment variables](https://create-react-app.dev/docs/adding-c
When writing and deploying your own front end, you should configure:

* Custom types as JSON in `src/config/types.json`. See
[Extending types](https://polkadot.js.org/api/start/types.extend.html).
[Extending types](https://polkadot.js.org/docs/api/start/types.extend).
* `PROVIDER_SOCKET` in `src/config/production.json` pointing to your own
deployed node.
* `DEVELOPMENT_KEYRING` in `src/config/common.json` be set to `false`.
See [Keyring](https://polkadot.js.org/api/start/keyring.html).
See [Keyring](https://polkadot.js.org/docs/api/start/keyring).

### Specifying Connecting Node

Expand Down Expand Up @@ -103,8 +103,8 @@ only when `apiState === "READY"`.
### TxButton Component

The [TxButton](./src/substrate-lib/components/TxButton.js) handles basic
[query](https://polkadot.js.org/api/start/api.query.html) and
[transaction](https://polkadot.js.org/api/start/api.tx.html) requests to the
[query](https://polkadot.js.org/docs/api/start/api.query) and
[transaction](https://polkadot.js.org/docs/api/start/api.tx) requests to the
connected node. You can reuse this component for a wide variety of queries and
transactions. See [src/Transfer.js](./src/Transfer.js) for a transaction example
and [src/ChainState.js](./src/ChainState.js) for a query example.
Expand Down

0 comments on commit ecbc18d

Please sign in to comment.