-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #315 from invariant-labs/update-docs
Update docs
- Loading branch information
Showing
5 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ title: Installation | |
slug: /aleph_zero/installation | ||
--- | ||
|
||
This section provides detailed instructions on how to install the Invariant protocol smart contract on Aleph Zero, including prerequisites and steps for setting up the development environment. | ||
This section provides detailed instructions on how to install the Invariant protocol on Aleph Zero, including prerequisites and steps for setting up the development environment. | ||
|
||
## Prerequisites | ||
|
||
|
@@ -27,19 +27,19 @@ rustup component add rust-src && cargo install --force --locked cargo-contract | |
```bash | ||
cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git | ||
``` | ||
## Installation | ||
## Build protocol | ||
|
||
* Clone repository | ||
``` | ||
git clone [email protected]:invariant-labs/protocol-a0.git | ||
``` | ||
|
||
* Run tests | ||
* Build contract | ||
``` | ||
cargo test --features e2e-tests | ||
cargo contract build | ||
``` | ||
|
||
* Build contract | ||
* Run tests | ||
``` | ||
cargo test --features e2e-tests | ||
``` | ||
cargo contract build | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5194aa4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
protocol – ./
protocol-git-master-invariantlabs.vercel.app
docs.invariant.app
www.docs.invariant.app
protocol-invariantlabs.vercel.app