An evergrowing collection of examples of how to use the smart-contract language of The Open Network: func.
Our mission is to adapt ALL code snippets from the FunC Cookbook into runnable Blueprint projects.
git clone https://github.com/VopxTech/func-examples.git
cd <choose-an-example>
npx blueprint build
or yarn blueprint build
npx blueprint test
or yarn blueprint test
npx blueprint run
or yarn blueprint run