Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
CyberHoward committed Oct 16, 2024
commit 6f63ccdc988bc99cf730b3b53aef7c14f738b468
16 changes: 16 additions & 0 deletions Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,19 @@ The wasm file is compiled deterministically (anyone else running the same
docker on the same git commit should get the identical file with the same Sha256 hash).
It is also stripped and minimized for upload to a blockchain (we will also
gzip it in the uploading process to make it even smaller).

## Deploying

Copy `.env.example` to `.env` and fill in the mnemonic that you want to use for deployment.

```sh
cp .env.example .env
```

Then run the deploy script:

```sh
cargo deploy
```

You can change the network to deploy to in the `deploy.rs` file.