Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some readme typos #65

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
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
9 changes: 5 additions & 4 deletions step-by-step/21-radiswap-dapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tokens.
- [Dapp Definition Two Way Linking](#dapp-definition-two-way-linking)
- [Front End Client](#front-end-client)
- [Using the dApp](#using-the-dapp)
- [License](#license)

## Using the Radiswap Scrypto Package in `resim`

Expand All @@ -41,7 +42,7 @@ the Radiswap dApp.
```
git clone https://github.com/radixdlt/official-examples.git

cd official-examples/step-by-step/20-radiswap/scrypto-package
cd official-examples/step-by-step/21-radiswap-dapp/scrypto-package
```

2. Then (optionally) reset the simulator and create a new account.
Expand Down Expand Up @@ -163,7 +164,8 @@ These are needed for all dapps with front ends.

### Setup

There are separate setup steps for the scrypto package and the front end client.
There are separate setup steps for the **scrypto package**, **dapp-definition**
and the **front end client**.

#### Scrypto

Expand Down Expand Up @@ -348,7 +350,6 @@ In your browser you should have the Radiswap dApp up and running.
Radix Wallet. You will notice the swap rate changes as you add and remove
liquidity, as the pool balances change.


## License

The Radix Official Examples code is released under Radix Modified MIT License.
Expand All @@ -375,4 +376,4 @@ The Radix Official Examples code is released under Radix Modified MIT License.
COSTS OR OTHER LIABILITY OF ANY NATURE WHATSOEVER, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE, MISUSE OR OTHER DEALINGS IN THE SOFTWARE. THE AUTHORS SHALL
OWE NO DUTY OF CARE OR FIDUCIARY DUTIES TO USERS OF THE SOFTWARE.
OWE NO DUTY OF CARE OR FIDUCIARY DUTIES TO USERS OF THE SOFTWARE.
Loading