Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BoogerWooger committed Aug 4, 2021
1 parent 5ec7437 commit 4faf915
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ Current proof-of-concept runtime includes functions:
- setting "red" areas inside flight zone by REGISTRAR (set area on map, that cannot be intersected by any route)
- setting route (by checking intersections with zones and firing blockchain Event with flight route params)

# Build and run

```bash
# clone project from repo
git clone https://github.com/DistributedSky/distributed-sky-substrate.git
cd distributed-sky-substrate

# add build target "wasm32-unknown-unknown" to build runtime
rustup target add wasm32-unknown-unknown

# build release
cargo build --release

# run node in "dev" mode
./target/release/node-dsky --dev
```

## Future improvements

Expand Down

0 comments on commit 4faf915

Please sign in to comment.