Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.87 KB

File metadata and controls

47 lines (32 loc) · 1.87 KB

faucet-new

1.Introduction

The project fork from faucet-app.New faucet supported VIP191 and VIP201.

It a sample to show you how to use there VIPs to make easier for end users to use VeChainThor blockchain.

About Connex

For now,faucet-new support Connex 1.x, it just working on Sync.

But if you want to test Sync 2.0, you can check connex2.0 branch, it an alpha test version.

2. Working Sequence Diagram

image

3. Stormbreaker Feedelegation Serve(VIP201)

More about VIP201 Serve implementation, you can ref Stormbreaker Feedelegation Serve

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.