Closed jafri closed 2 years ago
Will make uploading to chain easier
npx eosio-asc examples/eosio.token/eosio.token.ts
should generate
examples/eosio.token/eosio.token.wasm examples/eosio.token/eosio.token.abi examples/eosio.token/eosio.token.wast
Command with npx eosio-asc assembly/hello.ts -b build/hello.wasm -t build/hello.wat suppose to fix this issue.
npx eosio-asc assembly/hello.ts -b build/hello.wasm -t build/hello.wat
But this command does not generate the wasm file properly.
Will make uploading to chain easier
npx eosio-asc examples/eosio.token/eosio.token.ts
should generate