Starknet: Create a HardHat Project Using A Starknet Plugin Hosted On IPFS
Learn how to create a Hardhat project with a Starknet plugin that’s hosted on IPFS.
What is Starknet?
1. First, we need a Filebase IPFS bucket.
2. Select ‘Buckets’ from the left side bar menu, or navigate to console.filebase.com/buckets.

3. Enter a bucket name and choose the IPFS storage network to create the bucket.

4. Next, download and install S3FS-FUSE on a Linux or macOS system.
5. Set up an Access Key file for use with S3FS-FUSE.
6. Mount your bucket.
7. Now, navigate into the mounted Filebase bucket.
8. Next, git clone the Starknet Hardhat project template:
9. Navigate into the project’s directory:
10. Install the project’s dependencies:
11. Compile a smart contract to test the project’s functionality:
12. Then, run a test to test out your smart contract:
Last updated