{"id":22998384,"url":"https://github.com/tablelandnetwork/hardhat-tableland","last_synced_at":"2025-08-02T10:36:31.419Z","repository":{"id":65231548,"uuid":"580054645","full_name":"tablelandnetwork/hardhat-tableland","owner":"tablelandnetwork","description":"Tableland plugin for Hardhat","archived":false,"fork":false,"pushed_at":"2024-05-07T18:14:51.000Z","size":593,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-09T17:36:10.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tablelandnetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-19T15:53:47.000Z","updated_at":"2024-06-14T01:02:55.000Z","dependencies_parsed_at":"2025-08-02T10:36:30.753Z","dependency_job_id":null,"html_url":"https://github.com/tablelandnetwork/hardhat-tableland","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":"NomicFoundation/hardhat-ts-plugin-boilerplate","purl":"pkg:github/tablelandnetwork/hardhat-tableland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tablelandnetwork%2Fhardhat-tableland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tablelandnetwork%2Fhardhat-tableland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tablelandnetwork%2Fhardhat-tableland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tablelandnetwork%2Fhardhat-tableland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tablelandnetwork","download_url":"https://codeload.github.com/tablelandnetwork/hardhat-tableland/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tablelandnetwork%2Fhardhat-tableland/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268372100,"owners_count":24239810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T06:13:16.919Z","updated_at":"2025-08-02T10:36:31.391Z","avatar_url":"https://github.com/tablelandnetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @tableland/hardhat\n\n[Tableland](https://tableland.xyz) support for Hardhat projects.\n\n## What\n\nThis plugin makes it easy to run and interact with a local Tableland node for development and testing purposes. Upcoming versions will expand functionality to include support for Tableland table creation and management, plus more.\n\n## Installation\n\n```bash\nnpm install @tableland/hardhat --save-dev\n```\n\nImport the plugin in your `hardhat.config.js`:\n\n```js\nrequire(\"@tableland/hardhat\");\n```\n\nOr if you are using TypeScript, in your `hardhat.config.ts`:\n\n```ts\nimport \"@tableland/hardhat\";\n```\n\n## Configuration\n\nThis plugin extends the `HardhatUserConfig` object with an optional\n`localTableland` field of type `Config`, which allows you to configure how local Tableland will run.\n\nThis is an example of how to set it:\n\n```ts\nconst config: HardhatUserConfig = {\n  ...\n  localTableland: {\n    silent: false,\n    verbose: false,\n  },\n  ...\n};\n\nexport default config;\n```\n\n## Tasks\n\nThis plugin creates no additional tasks, but does add a new network called `local-tablaland` that can be passed to any task that supports the `--network` flag. For example:\n\n```\nnpx hardhat test --network local-tableland\n```\n\nand:\n\n```\nnpx hardhat run scripts/deploy.ts --network local-tableland\n```\n\nand:\n\n```\nnpx hardhat node --network local-tableland\n```\n\n## Environment extensions\n\nThis plugin extends the Hardhat Runtime Environment by adding a `localTableland` field whose type is:\n\n```\n{\n    start: (config?: Config) =\u003e Promise\u003cvoid\u003e;\n    stop: () =\u003e Promise\u003cvoid\u003e;\n}\n```\n\nThese functions allow you to progamatically interact with local Tableland, in a Hardhat script, for example.\n\n## Usage\n\nThere are no additional steps you need to take for this plugin to work. Simply use the `local-tableland` network when running Hardhat tasks or interact with the Hardhat Runtime Environment's `localTableland` API programmatically.\n\n**Important note:** The `@nomicfoundation/hardhat-network-helpers` package provides a useful function `loadFixture` that will reset the state of the Hardhat network to a snapshot that your fixture captured. Unfortunately, Local Tablelend can't yet deal with this type of state reset, so avoid using `loadFixture` when using Local Tableland.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftablelandnetwork%2Fhardhat-tableland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftablelandnetwork%2Fhardhat-tableland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftablelandnetwork%2Fhardhat-tableland/lists"}