Skip to content

Commit

Permalink
Document to test releases with the Canton-based sandbox (digital-asse…
Browse files Browse the repository at this point in the history
…t#12702)

This could not be achieved previously due to an issue that has
been fixed by https://github.com/DACH-NY/canton/pull/8475.

The next release should be tested again with the Canton-based
sandbox to ensure it works on both Windows and MacOS/Linux.

changelog_begin
changelog_end
  • Loading branch information
stefanobaghino-da authored Feb 2, 2022
1 parent 4055df0 commit 8bd908e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ patches we backport to the 1.0 release branch).

1. `cd create-daml-app`

1. `daml start --sandbox-kv`
1. `daml start`

1. In a new terminal, from the `ui` folder:

Expand Down Expand Up @@ -211,7 +211,7 @@ patches we backport to the 1.0 release branch).

1. Run `daml new myproject` to create a new project and switch to it using
`cd myproject`.
1. Run `daml start --sandbox-kv`.
1. Run `daml start`.
1. Open your browser at `http://localhost:7500`, verify that you can login as
Alice and there is one contract, and that the template list contains
`Main:Asset` among other templates.
Expand Down

0 comments on commit 8bd908e

Please sign in to comment.