@fuel-js/client

The Fuel version 1.0.0 client.

Usage no npm install needed!

<script type="module">
  import fuelJsClient from 'https://cdn.skypack.dev/@fuel-js/client';
</script>

README

@fuel-js/client

Fuel is a stateless "Layer-2" system for ERC20 transfers and swaps designed for interoperable performance, scale and efficiency.

License build status Community

Usage

Please consult the SDK documentation:

docs.fuel.sh

Build from Source

git clone https://github.com/FuelLabs/fuel-js
cd fuel-js/packages/client
npm install
npm run build-bin

Then select the distro for your environment i.e. ./dist/client-linux --help

Running from Source

You may run Fuel with NodeJS vanilla.

node src/index.js --help

Recommended Go-Ethereum (Geth) Settings

geth --http

These are the recommended settings for geth which by default will host the go-ethereum RPC at http://localhost:8545. If you are still having trouble connection, try adjusting your --http.cors settings.