initial commit

This commit is contained in:
Aleksandr Bezobchuk 2023-02-23 12:44:15 -05:00
parent 69b453d796
commit 5b6c7a6203
No known key found for this signature in database
GPG Key ID: E9E1BA3149A22A84
6 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -7,6 +7,8 @@
# Test binary, built with `go test -c`
*.test
coverage.txt
profile.out
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

1
README.md Normal file
View File

@ -0,0 +1 @@
# Protocol-Owned Builder

0
ante/.keep Normal file
View File

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/skip-mev/pob
go 1.20

0
mempool/.keep Normal file
View File

0
x/auction/.keep Normal file
View File