Skip to content

ahmb84/fuel-node-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This the reference implementation of the fuel-web3-provider

Dependencies

By default the fuel-web3-provider is pointing to https://bagas.app/api/relay but you can running your own fuel-server

Config

There's a config file on ./config that can be configured for your own needs with the following params:

  • privateKey: The private key only known by the user. Keep it safe
  • address: Address of the private key
  • port: Port where the API will be served

Install

To install it, just run:

  npm install

Run

You can run it via npm

   npm start

Dev

You can run it in watch mode.

    npm run watch

Demo

Alt Text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published