Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Oct 3, 2023
1 parent 7b01ef8 commit 9a6a6f6
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions docs/dapp/sapphire/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,17 @@ index 414e974..49c95f9 100644
```

By importing `@oasisprotocol/sapphire-hardhat` at the top of the config file,
any network config entry corresponding to the Sapphire's chain ID will
**any network config entry corresponding to the Sapphire's chain ID will
automatically be wrapped with Sapphire specifics for encrypting and signing the
transactions.
transactions**.

#### Get some Sapphire Testnet tokens
### Get some Sapphire Testnet tokens

Now for the fun part. We need to configure the Sapphire network and get some tokens.
Hit up the one and only [Oasis Testnet faucet] and this time select "Sapphire".
Submit the form and on your way.
Hit up the one and only [Oasis Testnet faucet] and select "Sapphire".
Submit the form and be on your way.

[Oasis Testnet faucet]: https://faucet.testnet.oasis.dev

### Get the Contract

Expand Down Expand Up @@ -184,6 +186,15 @@ example of this quickstart.

:::

:::info Example

If your project involves building a web frontend, we recommend that you check
out the official [Oasis starter] files.

[Oasis starter]: https://github.com/oasisprotocol/demo-starter

:::

## See also

<DocCard item={findSidebarItem('/dapp/sapphire/browser')} />
Expand Down

0 comments on commit 9a6a6f6

Please sign in to comment.