Technical Overview
Integrations
Funding Interfaces
2min
developers can build their own interface and connect it to treejer protocol in a permission less way only a front end interface is required in treejer protocol, the regularsale smart contract manages tree funding smart contract functions fundtree function fundtree( uint256 count, address referrer, address recipient ) external; you can fund tree with this function for every count one nft tree is minted for recipient's address parameters fundtree parameters name type description count uint256 count of trees to fund referrer address if set, referrer count increases recipient address if set, trees are minted for this address instead of the function caller (this is used to send tree as gift)