lazynode evm compiler
sudo apt update
sudo apt install nodejs npm
sudo apt install g++
sudo apt install libjsoncpp-dev
npm install
write smart contacts in cpp files and run make
:
ALL WARNING MESSAGES SHOULD BE CAREFULLY REVIEWED
write code in cpp files since papaya compilation depends on g++
c++ is a powerful static type language; g++ is the lexical and syntactic analyzer and grammer checker of papaya;
choose any of the supported language packs as you want to implement your smart contract:
using multiple language packs together is also supported