Skip to content
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

Update blockchain_tools.md #170

Closed
Closed
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
4 changes: 2 additions & 2 deletions docs/build/tools/blockchain_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 99

# Blockchain Tools

To communicate with the WAX Blockchain, create a local development environment, and locally deploy your smart contracts, you'll need to use three key tools included in the [WAX Blockchain Setup](//build/dapp-development/wax-blockchain-setup/):
To communicate with the WAX Blockchain, create a local development environment, and locally deploy your smart contracts, you'll need to use three key tools included in the [WAX Blockchain Setup](https://developer.wax.io/build/dapp-development/wax-blockchain-setup/):

## keosd

Expand All @@ -17,7 +17,7 @@ Refer to EOS's <a href="https://docs.eosnetwork.com/leap/latest/keosd/" target="

This is the core WAX node daemon, used to run a local node on your server. You can initialize **nodeos** with various plug-ins and options.

Nodeos also allows you to communicate with the [WAX RPC API](/build/api-reference/rpc_api).
Nodeos also allows you to communicate with the [WAX RPC API](https://developer.wax.io/build/api-reference/rpc_api).

Refer to EOS's <a href="https://docs.eosnetwork.com/leap/latest/nodeos/" target="_blank">Overview - nodeos</a> for more information.

Expand Down