joe-p / contract-to-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEALScript Project

Documentation

For TEALScript documentation, go to https://tealscript.algo.xyz

Usage

Demo Repository to demonstrate seamless smart contract Opt Ins using a Contract to Contract ASA trampoline with memory of the original (non smart contract) caller.

Cons

The parent contract needs to be opted into the intended ASA for this to be done in a singular app call.

Build and test

npm run compile-generate-test

Run Tests

npm run test will execute the tests defined in ./__test__

Lint

npm run lint will lint the contracts and tests with ESLint.

About


Languages

Language:TypeScript 97.8%Language:JavaScript 2.2%