An open API service indexing awesome lists of open source software.

https://github.com/0xjonaseb11/foundry-f23-nft

Create , deploy and test a basic nft with foundry tool
https://github.com/0xjonaseb11/foundry-f23-nft

deployments foundry nfts solidity tests

Last synced: 6 months ago
JSON representation

Create , deploy and test a basic nft with foundry tool

Awesome Lists containing this project

README

          

# foundry-f23-nft

## About

This is the foundry Basic Nft contract that will implement a simple NFT with foundry tool .

### Getting started

```sh
forge install OpenZeppelin/openzeppelin-contracts --no-commit
```

### Deal with IPFS

- add IPFS campanion to browser and then download it.
- Or use an IPFS gateway

-----------------------

@0xJonaseb11