Skip to content

Commit

Permalink
readme edited
Browse files Browse the repository at this point in the history
  • Loading branch information
ayvaz-miftakhov committed Dec 9, 2021
1 parent e334d40 commit 8c71708
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package-lock.json
src/module/test/*
src/services/temp/*
src/contracts/tests/utils/__pycache__
src/contracts/tests/__pycache__
!src/services/temp/.gitkeep
.idea
.env
Expand Down
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Nft Collection Node 1
npm install
npm run build
npm run start
# NFT_collection_distributor
## How to use
1. Clone repository
2. Run `npm install`
3. Go to */src/config/everscale-settings.ts* and set your parameters
4. Run `npm run build`
5. Run `npm run start`
6. Go to *http://localhost:3001/root-contract-form* and configure your future collection settings
7. Press Deploy Contracts button
8. You will Get Deployed Collection and Debot Addresses
9. Source code of your configured Collection and Debot you can find at */results/collections* folder at the folder with the same name as an address of your collection

## How to run tests
Execute `python -m unittest -v` from */src/contracts/tests* (TestSuite4 required)

0 comments on commit 8c71708

Please sign in to comment.