Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
update doc, deprecate project
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Apr 9, 2024
1 parent 7298899 commit 169ed26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions README.md
@@ -1,12 +1,13 @@
## Thorify    [![Gitter](https://badges.gitter.im/vechain/thor.svg)](https://gitter.im/vechain/thor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
## Thorify
> [!IMPORTANT]
> This project is discontinued, try out [web3-providers-connex](https://github.com/vechain/web3-providers-connex) or [vechain-sdk-js](https://github.com/vechain/vechain-sdk-js).
[![NPM Version](https://badge.fury.io/js/thorify.svg)](https://www.npmjs.com/package/thorify)
[![Build Status](https://travis-ci.org/vechain/thorify.svg)](https://travis-ci.org/vechain/thorify)
[![Coverage Status](https://coveralls.io/repos/github/vechain/thorify/badge.svg?branch=master)](https://coveralls.io/github/vechain/thorify?branch=master)

A web3 adaptor for VeChain [Thor](https://github.com/vechain/thor) RESTful API.


## Table of contents

* [Install](#install)
Expand Down Expand Up @@ -61,8 +62,6 @@ web3.eth.getBlock("latest").then(res => console.log(res));
// Best block info will be displayed
```



## Web3 method supported

```
Expand Down Expand Up @@ -124,22 +123,6 @@ The APIs that follows the mechanism are:
1. [thor-devkit.js](https://github.com/vechain/thor-devkit.js) supports multi-clause and sign transaction
2. send signed transaction using [sendSignedTransaction](https://thorify.vecha.in/#/?id=send-signed-transaction)

## Which Stack Should I Choose Regarding Connex,Thorify And Web3-Gear

+ [Connex](https://github.com/vechain/connex#connex-): The standard interface to connect VeChain apps with VeChain blockchain and user.
+ [Web3-Gear](https://github.com/vechain/web3-gear#web3-gear): Proxy Thor's RESTful API to Eth's JSON-RPC, to support Remix, Truffle and more.

Below is an reference when you are planning your technical stack:

![tech-stack](https://raw.githubusercontent.com/vechain/thorify/master/tech-stack.png)

Here are some most common scenarios:

1. Develop a web application: `Connex` + [Connex powered VeChain wallets](https://env.vechain.org/)
2. Backend service in Node.js: `Thorify + Web3`
3. Contract development in [Truffle](https://truffleframework.com/): `Web3 + Web3-Gear`
4. Contract development in [Remix-IDE](https://remix.ethereum.org/): `Web3 + Web3-Gear`

## FAQ

### How do I send VTHO token
Expand Down
Binary file removed tech-stack.png
Binary file not shown.

0 comments on commit 169ed26

Please sign in to comment.