Skip to content

Collection of FunC snippets and utilities.

License

Notifications You must be signed in to change notification settings

novusnota-forks/stonfi-funcbox

 
 

Repository files navigation

FunCBox

TON License

Collection of FunC snippets and utilities.

Installation

To install this package use

npm install -D @ston-fi/funcbox

or via yarn

yarn add @ston-fi/funcbox

Usage

Once installed, you need to include the library in your contract:

#include "node_modules/@ston-fi/funcbox/autoload.fc";

Ensure the path is correct, otherwise the build will fail.

Licensing

The license for this library is the MIT License, see LICENSE.

About

Collection of FunC snippets and utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%