pink-extension 0.4.3

Phala's ink! for writing phat contracts
Documentation

pink! is based on Parity's ink! language and provide some extra functionality to interact with phala's phat contract runtime.

Getting started

The orignal ink! contract can run under Phala's phat contract platform without any modifacation. So you can follow Parity's ink! documentation to get started.

If you want to use phat contract's specific features, such as phala-mq message, HTTP requests, you can use pink_extension to achieve this. See examples for more detail.