Skip to content

King11919/Test_Faucet

Repository files navigation

Symbol Serverless Faucet

Netlify Status

A serverless faucet for Symbol blockchain using Netlify's Lambda Functions.

Demo: https://symbol-faucet.netlify.com

Deploy to Netlify

Requirements

  • Git
  • NodeJS 12 LTS
  • yarn

Installation

  1. Clone the repository.

  2. Enter the project.

cd symbol-serverless-faucet 
  1. Run yarn install.
yarn install 
  1. Set up the faucet's private key.
export FAUCET_PRIVATE_KEY="my value"
  1. Start the server.
yarn run start 
  1. Open http://localhost:8080 in a new browser tab.

Contributing

Contributions are welcome and appreciated! Check CONTRIBUTING.md file.

License

Copyright (c) 2019 David Garcia (@dgarcia360).

Based on netlify/functions boilerplate.

Licensed under MIT license (see LICENSE.md for details)

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published