Skip to content

Commit

Permalink
Deno & Ink (#40)
Browse files Browse the repository at this point in the history
* 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
Flaque authored Nov 9, 2024
1 parent 4189e60 commit e2eeac3
Show file tree
Hide file tree
Showing 45 changed files with 3,434 additions and 1,471 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun check
26 changes: 0 additions & 26 deletions biome.json

This file was deleted.

Binary file removed bun.lockb
Binary file not shown.
8 changes: 8 additions & 0 deletions deno.json
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"
}
}
Loading

0 comments on commit e2eeac3

Please sign in to comment.