Skip to content

Commit 25fa6e4

Browse files
committed
Refactored the codebase
1 parent 77db6ed commit 25fa6e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3150
-8661
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ An npm package for seamless integration of all NFT related functionalities in We
2727
- `/src/index.ts ` : Toolbox class, the single default export from the package
2828
- `/src/classes` : Core classes of the package that implement functionalities
2929
- `/src/helpers` : Helper classes that are used by core classes
30+
- `src/chains` : Blockchain-specific implementations, adapters, and example scripts for various functionalities
3031
- `/tests` : Tests for all core classes
31-
- `/examples` : Example scripts for all functionalities
3232
- `/docs` : Markdown documentation
3333
- `/documentation` : Docusaurus project for documentation website
3434

@@ -64,7 +64,7 @@ An npm package for seamless integration of all NFT related functionalities in We
6464
To run an example script, update the required credentials in `examples/*.json` file and run
6565
6666
```
67-
ts-node examples/generate.ts
67+
ts-node src/chains/Ethereum/functions/generateEthereum.ts
6868
```
6969
7070
To run Tests, update the required credentials in `tests/test_specs.json` file and run

documentation/docs/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following functionalities are currently supported :
1818

1919
## Workflows
2020

21-
![Project Workflows](/workflows.png)
21+
![Project Workflows](../static/img/workflows.png)
2222

2323
## Installation and Usage
2424

0 commit comments

Comments
 (0)