Skip to content

Latest commit

 

History

History

smart_contract

Faucet Smart Contract for Subspace Network

General info

Project to facilitate work on Subspace Faucet, including discord bot, HTTP API server, and Smart Contact.

Functionality

  • Request tokens from faucet

Setup smart contract project

To run, test and/or deploy the smart contracts, first install the dependencies

Install Dependencies

npm install

Run test with Hardhat

npx hardhat test

List all Hardhat tasks

npx hardhat help

Run test with Foundry

forge test

Documentation