This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from libotony/dev
Dev
- Loading branch information
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ A web3 adaptor for VeChain [Thor](https://github.com/vechain/thor) RESTful API. | |
* [Subscriptions support](#subscriptions-support) | ||
* [Notes](#notes) | ||
* [Compatibility](#compatibility) | ||
* [Debugging](#debugging) | ||
* [License](#License) | ||
|
||
## Install | ||
|
@@ -133,9 +134,9 @@ Here are some most common scenarios: | |
|
||
1. Develop a web application(**Recommend**): `Connex` + [Connex powered VeChain wallets](https://env.vechain.org/) | ||
2. An alternative for web application: `Thorify + Web3` + [Comet](https://env.vechain.org/#comet) | ||
3. Backend service in Node.js: `Thorify+Web3` | ||
4. Contract development in [Truffle](https://truffleframework.com/): `Web3+Web3-Gear` | ||
5. Contract development in [Remix-IDE](https://remix.ethereum.org/): `Web3+Web3-Gear` | ||
3. Backend service in Node.js: `Thorify + Web3` | ||
4. Contract development in [Truffle](https://truffleframework.com/): `Web3 + Web3-Gear` | ||
5. Contract development in [Remix-IDE](https://remix.ethereum.org/): `Web3 + Web3-Gear` | ||
|
||
## FAQ | ||
|
||
|
@@ -166,6 +167,15 @@ Need [email protected] and later to work with subscription module. | |
|
||
Currently, `Thorify` is compatible with `>= [email protected]` and `<= [email protected]`. | ||
|
||
## Debugging | ||
|
||
```shell | ||
DEBUG=thor:* ts-node index.ts | ||
``` | ||
|
||
`ts-node index.ts` can be replaced with command to run your code, this example is only for Node.js environment. For more detailed info, please refer to [debug](https://www.npmjs.com/package/debug). | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT license, Copyright (c) 2017 VeChain Foundation. For more information see [LICENSE.md](LICENSE.md). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters