Skip to content

Commit

Permalink
fix up broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Aug 27, 2023
1 parent 4162d55 commit d5329f7
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 193 deletions.
2 changes: 1 addition & 1 deletion docs/develop/smart-contracts-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Typically transactions are used to [deploy contracts](../tutorials/contracts/dep

_Decentralized applications_ (dapps), like any other software application, can be a website or mobile app. Dapps are built on a decentralized network (Ethereum) and interact with smart contracts deployed to the network. They can be thought of as a GUI (front end) for a smart contract (back end), and can be written in any language (for example, JavaScript).

If using the [Quorum Developer Quickstart](../tutorials/quickstart-index.md), or existing blockchain, you can use a demo dapp called [QuorumToken] Shop](https://docs.goquorum.consensys.net/en/latest/Tutorials/Quorum-Dev-Quickstart/Using-the-Quickstart/#smart-contract-and-dapp-usage).
If using the [Quorum Developer Quickstart](../tutorials/quickstart-index.md), or existing blockchain, you can use a demo dapp called [QuorumToken] Shop]((../tutorials/quorum-dev-quickstart/using-the-quickstart#smart-contract-and-dapp-usage).
4 changes: 2 additions & 2 deletions docs/tutorials/quorum-dev-quickstart/using-the-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ This starts the DApp, binding it to port 3001 on your system.
In the browser where you have MetaMask enabled and one of the test accounts loaded, open a new tab and navigate to [the QuorumToken dapp](http://localhost:3001).
Connect to Metmask and input the address from the previous step. Fox example our contract above deployed to `0x5FbDB2315678afecb367f032d93F642f64180aa3`.
The DApp will then read the balance of the account from Metamask and get details of the contract. You can then send funds to another address (any of the other test accounts) on the network and Metamask will sign and send the transaction.
The DApp will then read the balance of the account from MetaMask and get details of the contract. You can then send funds to another address (any of the other test accounts) on the network and MetaMask will sign and send the transaction.
You can also search for the transaction and view its details in the [Block Explorer](http://localhost:25000/).
Expand Down Expand Up @@ -831,7 +831,7 @@ Once complete, start the network up with `./run.sh`
On a live network the process is the same when using local permissions with the `permissioned-nodes.json` file. You don't need to restart the network and subsequent changes to the files are picked up by the servers.
When using the smart contract you can either make changes via a [dapp](https://github.com/ConsenSys/permissioning-smart-contracts) or via RPC [API](https://docs.goquorum.consensys.net/en/latest/Reference/API-Methods/#permission-methods) calls.
When using the smart contract you can either make changes via a [dapp](https://github.com/ConsenSys/permissioning-smart-contracts) or via RPC [API](../../reference/api-methods.md) calls.
[bootnodes]: ../create-permissioned-network.md#2-setup-bootnode
[permissions file]: https://github.com/ConsenSys/quorum-dev-quickstart/blob/master/files/goquorum/config/goquorum/data/permissioned-nodes.json
Expand Down
Loading

0 comments on commit d5329f7

Please sign in to comment.