Skip to content

Commit

Permalink
Add hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashad Alston authored and Rashad Alston committed Nov 28, 2022
1 parent a5753c4 commit 0467563
Show file tree
Hide file tree
Showing 47 changed files with 969 additions and 315 deletions.
33 changes: 33 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
resolver = "2"
members = [
"examples/block-explorer/explorer-index",
"examples/hello-world/hello-bin",
"examples/hello-world/hello-index",
"examples/simple-wasm/simple-wasm",
"examples/simple-wasm/simple",
"fuel-indexer-api-server",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ DATABASE_URL=postgres://postgres@localhost bash scripts/run_migrations.bash
### Start the service

```bash
cargo run --bin fuel-indexer -- --manifest fuel-indexer-tests/assets/fuel_indexer_test.yaml
cargo run --bin fuel-indexer
```
Loading

0 comments on commit 0467563

Please sign in to comment.