Skip to content

Update sidebarsDocs.js with Maker/Governance page removals #1975

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ Hotspots you manufacture and distribute. In turn, the Helium Foundation adds the
server. When a Hotspot is onboarded by your end customer, the onboarding server knows to associate
it with your Maker ID, and associated Maker Wallet address. If, when a Hotspot is onboarded, it's
present in the onboarding server and you have ample Data Credits to pay the onboarding fees, the
blockchain will add the Hotspot. And if you've integrated your Hotspot in the Hotspot App
[onboarding flow](/hotspot-makers/become-a-maker/hotspot-integration-testing), the Wallet knows to
use your approved Maker Wallet address. At this point, the Data Credits will be used for the
transactions with your wallet address as the payer.
blockchain will add the Hotspot. And if you've integrated your Hotspot in the Hotspot App onboarding
flow, the Wallet knows to use your approved Maker Wallet address. At this point, the Data Credits
will be used for the transactions with your wallet address as the payer.

## Hotspot Data Credit Fees

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ the potentially a third-party audit.
Helium has open-sourced their ECC608 provisioning utility from their own manufacturing process
[here](https://github.com/helium/gateway_mfr). By using this utility, not only do you automatically
comply with the ECC608 provisioning process, but you also create compatability with the Helium Miner
with no modifications (other than some configuration to the
[Docker overlay](/hotspot-makers/become-a-maker/docker-integration#enable-ecc608-and-d-bus)).
with no modifications (other than some configuration to the Docker overlay).

You are free to compile the `gateway_mfr` repository from source or use the
[Docker image available here (for aarch64 only)](https://helium-media.s3-us-west-2.amazonaws.com/gateway_mfr-aarch64.tar).
Expand Down Expand Up @@ -122,5 +121,4 @@ docker exec provision gateway_mfr ecc onboarding
112xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

This is what you will want to provide to the
[onboarding server](/hotspot-makers/become-a-maker/hotspot-integration-testing#adding-hotspots-to-the-onboarding-server).
This is what you will want to provide to the onboarding server.
3 changes: 0 additions & 3 deletions docs/architecture/hotspot-makers/deep-links-and-qr-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ helium://add_gateway/:encoded_txn
| ----------- | -------- | --------------------------------------------- |
| encoded_txn | _string_ | base64 url encoded add gateway V1 transaction |

Users can read more on how to generate an `add_gateway` transaction from the
[Makers Guide > Hotspot Integration](/hotspot-makers/become-a-maker/hotspot-integration-testing#generate-an-add-hotspot-transaction).

### Payment (Hotspot App)

```
Expand Down
Loading