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.

# Clone the Spark SDK repo
git clone https://github.com/buildonspark/spark.git

# Navigate to the JS folder
cd spark/sdks/js

# Install dependencies and build the SDK
yarn && yarn build

# Navigate to the JS CLI folder
cd examples/spark-cli

# Start the 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.

# Clone the Spark SDK repo
git clone https://github.com/buildonspark/spark.git

# Navigate to the JS folder
cd spark/sdks/js

# Install dependencies and build the SDK
yarn && yarn build