Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 842 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 842 Bytes

Func Examples

example workflow

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.

Track the completion ☝️

Usage

Repository setup

git clone https://github.com/VopxTech/func-examples.git
cd <choose-an-example>

Build the contract

npx blueprint build or yarn blueprint build

Test the contract

npx blueprint test or yarn blueprint test

Deploy the contract

npx blueprint run or yarn blueprint run