Skip to content

Commit

Permalink
Remove link to explorer because it's not working yet for buildnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Jan 11, 2024
1 parent d61d377 commit 9f16085
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/build/massa-web3/dapp-usage-massa-web3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Since that method requires a string and an integer as parameters, we need to ser
provides a convenient way to do that. You can learn more about Args via the [source code](https://github.com/massalabs/massa-web3/blob/3dbfe0e60fb397af4c4502ea0031ee5ae1f2aba6/packages/web3-utils/src/arguments.ts#L68)
and its usage with the [examples](https://github.com/massalabs/massa-sc-examples/).

If the call is successful, we get an operation id back, you can then use it to check the status of the operation with the [explorer](https://buildnet.massa.net/#explorer)

## Reading a smart contract value

You can directly read smart contract datastore values
Expand Down

0 comments on commit 9f16085

Please sign in to comment.