File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Getting Started
22
331 . Install the dependencies: ` npm install `
4- 1 . Run ` npm run runner `
5- 1 . To view your transaction, follow instructions at the end of the sample output
4+ 1 . Run ` npm run start `
5+ 1 . To view your transaction, follow instructions at the end of the sample output
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ XYO Layer One Protocol Sample Code [Node]
1313## Getting Started
1414
15151 . Install the dependencies: ` npm install `
16- 1 . Run ` npm run runner `
16+ 1 . Run ` npm run start `
17171 . To view your transaction, follow instructions at the end of the sample output
1818
19+
1920## Maintainers
2021
2122- [ Arie Trouw] ( https://github.com/arietrouw ) ([ arietrouw.com] ( https://arietrouw.com ) )
Original file line number Diff line number Diff line change 2020 "compile" : " tsc" ,
2121 "lint" : " eslint" ,
2222 "readme:gen" : " node scripts/readme-gen.mjs" ,
23- "runner " : " tsx ./src/helloWorldRunner.ts" ,
23+ "start " : " tsx ./src/helloWorldRunner.ts" ,
2424 "xl1" : " xl1 ."
2525 },
2626 "dependencies" : {
You can’t perform that action at this time.
0 commit comments