You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
const system = await ContractSystem.create();
let treasure = await system.treasure('name of treasure');
const sampleContract = await SampleTactContract.fromInit(treasure.address);
const contract = system.open(sampleContract);
await system.run();
let counter = await contract.getCounter();
console.log(counter); // Prints out counter value => Error: Contract is not active
The text was updated successfully, but these errors were encountered: