refactor(archive): move historical contracts and adapters to archive directory
- Archived multiple non-EVM adapters (Algorand, Hedera, Tron, TON, Cosmos, Solana) and compliance contracts (IndyVerifier) to `archive/solidity/contracts/`. - Updated documentation to reflect the historical status of archived components. - Adjusted `foundry.toml` and `README.md` for clarity on historical dependencies and configurations. - Enhanced Makefile and package.json scripts for improved contract testing and building processes. - Removed obsolete contracts (AlltraCustomBridge, CommodityCCIPBridge, ISO4217WCCIPBridge, VaultBridgeAdapter) from the main directory. - Updated implementation reports to indicate archived status for various components.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# GRU Formulas NFT
|
||||
|
||||
**Contract**: `contracts/nft/GRUFormulasNFT.sol`
|
||||
**Contract**: `archive/solidity/contracts/nft/GRUFormulasNFT.sol`
|
||||
**Standard**: ERC-721
|
||||
|
||||
---
|
||||
@@ -35,7 +35,7 @@ The GRU Formulas NFT mints up to three token types, each depicting a GRU-related
|
||||
Deploy with an admin address (receives `DEFAULT_ADMIN_ROLE` and `MINTER_ROLE`). Grant `MINTER_ROLE` to any additional minters as needed.
|
||||
|
||||
```bash
|
||||
forge create contracts/nft/GRUFormulasNFT.sol:GRUFormulasNFT --constructor-args <ADMIN_ADDRESS> --rpc-url $RPC_URL --private-key $PRIVATE_KEY
|
||||
forge create archive/solidity/contracts/nft/GRUFormulasNFT.sol:GRUFormulasNFT --constructor-args <ADMIN_ADDRESS> --rpc-url $RPC_URL --private-key $PRIVATE_KEY
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
Reference in New Issue
Block a user