Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
0cbb5ab0
Unverified
Commit
0cbb5ab0
authored
Mar 31, 2023
by
Adrian Sutton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-program: Fix license and readme
parent
cfc8dbb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
LICENSE
op-program/LICENSE
+1
-1
README.md
op-program/README.md
+10
-7
No files found.
op-program/LICENSE
View file @
0cbb5ab0
MIT License
Copyright (c) 202
2
Optimism
Copyright (c) 202
3
Optimism
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
op-program/README.md
View file @
0cbb5ab0
...
...
@@ -8,24 +8,27 @@ data wil result in not only the same output, but the same program execution trac
on-chain VM as part of the dispute resolution process.
## Compiling
To build op-program, from within the
`op-program`
directory run:
```
shell
cd
op-program
make op-program
```
This resulting executable will be in
`./bin/op-program`
## Testing
Run op-node unit tests:
To run op-program unit tests, from within the
`op-program`
directory run:
```
shell
cd
op-program
make
test
```
## Lint
Run the linter with
:
To run the linter, from within the
`op-program`
directory run
:
```
shell
cd
op-program
make lint
```
...
...
@@ -33,8 +36,8 @@ This requires having `golangci-lint` installed.
## Running
O
ptions can be reviewed with:
From within the
`op-program`
directory, o
ptions can be reviewed with:
```
shell
./bin/op-program
/op-program
--help
./bin/op-program
--help
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment