The goal of this ticket is to use either an existing sandbox test or a new one to demonstrate "spooning" of a testnet contract written in AssemblyScript.
1. Use sandbox testing to deploy an AssemblyScript contract to a local sandbox instance
2. Take the testnet state of the same smart contract (that is populated)
3. Use the patch state functionality to apply those changes locally
4. Write a simple test that demonstrates some expected behavior
The goal of this ticket is to use either an existing sandbox test or a new one to demonstrate "spooning" of a testnet contract written in AssemblyScript. 1. Use sandbox testing to deploy an AssemblyScript contract to a local sandbox instance 2. Take the testnet state of the same smart contract (that is populated) 3. Use the patch state functionality to apply those changes locally 4. Write a simple test that demonstrates some expected behavior