You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add greenfield module (#2)
* feat: Add greenfield module
* feat: Implement GNFD bucket and object management tools
* refactor: Update listBuckets and listObjects to return detailed bucket and object information
* feat: Enhance Greenfield tools with bucket and object management functionalities
* fix: Correct spelling of "optional" in README for PRIVATE_KEY instructions
* feat: Enhance GNFD services with target path support for object downloads
* fix: Update bun:test script to specify source directory for testing
* fix: Update RPC URLs for testnet and mainnet in constants.ts
* feat: Add file size validation to createFile function in GNFD services