Skip to main content

Faucet

You can add test funds to your REGTEST Spark wallet using our faucet.

CLI

To quickly create a Spark wallet and start testing sending and receiving, we recommend using the Spark CLI.
git clone https://github.com/buildonspark/spark.git

cd spark/sdks/js

yarn && yarn build

cd examples/spark-cli

yarn cli
You can find a CLI quickstart guide to interact with Spark here.

Sample Apps

Spark code samples can be found in the Spark Github Repo in the sdks/js/examples directory.You’ll need to install dependencies before running any of the examples.
git clone https://github.com/buildonspark/spark.git

cd spark/sdks/js

yarn && yarn build