VopxTech / func-examples

Collection of Func examples adapted from the cookbook for TON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 100.0%