Skip to content

Himalia PatractGo v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@polkadev polkadev released this 22 Dec 04:10
fb6be58

PatractGo consists of the following packages:

  • patractgo/metadata contract metadata processing, and metadata-based contract processing
  • patractgo/rpc/native re-encapsulation of the contract module interface to provide the contract-related interaction based on chain RPC
  • patractgo/rpc implement the interaction with the contract based on metadata
  • patractgo/rest implements an http service based on metadata to interact with the contract
  • patractgo/observer Monitoring and Scanning support for contract status on the chain
  • patractgo/contracts/erc20 supports ERC20 contracts and examples
  • patractgo/tools some tools for contracts develop