Skip to content

Collection of Func examples adapted from the cookbook for TON.

Notifications You must be signed in to change notification settings

VopxTech/func-examples

Repository files navigation

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

About

Collection of Func examples adapted from the cookbook for TON.

Topics

Resources

Stars

Watchers

Forks