-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* redo orders ls * futz with orders * make this a bit nicer * update sf instances * update contracts too * wip on buy order rewrite * try deno * deno switch * wip * wip * add better order view * fix math * more fix * wip * add a buy orderer * update purchase * add contract display * fully denoify * update * fix * add release script * update sell * fix up and down * update * udpate * kill the workflow * kill bunb
- Loading branch information
Showing
45 changed files
with
3,434 additions
and
1,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"tasks": { | ||
"dev": "deno run --watch main.ts" | ||
}, | ||
"imports": { | ||
"@std/assert": "jsr:@std/assert@1" | ||
} | ||
} |
Oops, something went wrong.