Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.06 KB

File metadata and controls

24 lines (15 loc) · 1.06 KB

Development Environment

WorldLand Networks

  • Gwangju testnet
  • Seoul mainnet

Node Client

  • Your WorldLand Node is needed to connect to the WorldLand network, issue an API call, or send a transaction.
  • worldland is a WorldLand Node binary. worldland exposes two interfaces, a command-line interface, and the JSON-RPC APIs. worldland runs on Linux and Windows.
  • worldland CLI comes with several utility and node management functions.

Smart Contract Development

  • Remix - A IDE for Web3 Development..
  • Truffle - A development environment, testing framework, and asset pipeline for EVM blockchain
  • Hardhat - A development environment for EVM software.

Worldland Blockchain Platform