Skip to content

Commit

Permalink
Change tondev to everdev
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBSoft committed Feb 28, 2022
1 parent 764cbf2 commit 7d1d262
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/noobs-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Download this repository from GitHub and unpack it on your computer

Node.js comes with npm but in this project we using yarn, so lets install it: `npm install --global yarn`

2. Install [tondev](https://github.com/tonlabs/tondev).
2. Install [Everdev](https://github.com/tonlabs/everdev).

It is a console utility which helps to run local blockchain. Type in console: `npm install -g tondev`
It is a console utility which helps to run local blockchain. Type in console: `npm install -g everdev`

## 4. Configure Python

Expand All @@ -37,9 +37,9 @@ It is a console utility which helps to run local blockchain. Type in console: `n

## 5. Configure docker and local blockchain

1. Install Ever OS Startup Edition using tondev:
1. Install Ever OS Startup Edition using everdev:

`tondev se start`
`everdev se start`

Make sure you have docker running! This command will download and install local blockchain.

Expand Down
2 changes: 1 addition & 1 deletion docs/opensea-approach-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ We are using pinata.cloud for storing images

You can test your collection on local machine. First make sure you have installed local blockchain in docker.

- Make sure local blockhcain is running. Run `tondev se start`
- Make sure local blockhcain is running. Run `everdev se start`
- Navigate to "true-nft" directory: `cd true-nft`
- Install all dependencies `yarn install`
- Run `lerna bootstrap`
Expand Down
2 changes: 1 addition & 1 deletion docs/persistent-approach-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Set keys and run `./uploaders/ipfs-metadata-uploader.ipynb`

You can test your collection on local machine. First make sure you have installed local blockchain in docker.

- Run `tondev se start`
- Run `everdev se start`
- Navigate to "true-nft" directory: `cd true-nft`
- Run `yarn install`
- Run `lerna bootstrap`
Expand Down
2 changes: 1 addition & 1 deletion docs/simple-approach-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In this example all data of NFT is served by your API

You can test your collection on local machine. First make sure you have installed local blockchain in docker.

- Run `tondev se start`
- Run `everdev se start`
- Navigate to "true-nft" directory: `cd true-nft`
- Run `yarn install`
- Run `lerna bootstrap`
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Better to run this project in VS Code, but you can use this sources as you want.
- Visual Studio Code
- Python 3.10
- Node.js
- [Tondev](https://github.com/tonlabs/tondev)
- [Everdev](https://github.com/tonlabs/everdev)

Check out [🧐 Noobs Guide](/docs/noobs-guide.md) to lear how to setup and install all this tools.

Expand Down Expand Up @@ -118,9 +118,9 @@ Proceed with [Opensea-like approach guide](/docs/opensea-approach-guide.md) or [

![image](docs/images/APIandWeb.jpg)

You can test your collection on local machine. First make sure you have installed local blockchain in docker (tondev node se).
You can test your collection on local machine. First make sure you have installed local blockchain in docker (everdev node se).

- Run `tondev se start`
- Run `everdev se start`
- Navigate to "true-nft" directory: `cd true-nft`
- Run `yarn install`
- Run `lerna bootstrap`
Expand Down

0 comments on commit 7d1d262

Please sign in to comment.