Closed xhliu closed 1 year ago
so users do NOT see and know scrypt. https://github.com/sCrypt-Inc/scryptTS-examples/blob/b995916db10843a58cf31341902b8cace5138b86/tsconfig.json#L22
Similar to hardhat
// For Truffle const contract = require("./build/contracts/HelloWorld.json"); // For Hardhat const contract = require("../artifacts/contracts/HelloWorld.sol/HelloWorld.json");
Same for tictactoe
artifact -> artifacts
"plugins": [ { "transform": "scrypt-ts/dist/transformation/transformer", "outDir": "./artifact", "transformProgram": true }
https://github.com/orgs/sCrypt-Inc/projects/1/views/1?filterQuery=assignee%3Azhfnjust&pane=issue&itemId=21913021
so users do NOT see and know scrypt. https://github.com/sCrypt-Inc/scryptTS-examples/blob/b995916db10843a58cf31341902b8cace5138b86/tsconfig.json#L22
Similar to hardhat