Ecosyste.ms: Awesome
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 days ago
JSON representation
Create , deploy and test a basic nft with foundry tool
- Host: GitHub
- URL: https://github.com/0xjonaseb11/foundry-f23-nft
- Owner: 0xJonaseb11
- License: mit
- Created: 2023-10-24T19:16:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T09:31:59.000Z (9 months ago)
- Last Synced: 2024-05-21T13:25:36.322Z (8 months ago)
- Topics: deployments, foundry, nfts, solidity, tests
- Language: Solidity
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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