{"id":20056797,"url":"https://github.com/omnes-tech/brcollection","last_synced_at":"2025-07-30T07:09:46.590Z","repository":{"id":187546710,"uuid":"677113861","full_name":"omnes-tech/BRcollection","owner":"omnes-tech","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-26T17:54:00.000Z","size":460,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-02T09:32:59.191Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omnes-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-08-10T19:15:50.000Z","updated_at":"2023-08-10T19:30:48.000Z","dependencies_parsed_at":"2025-03-02T09:37:47.336Z","dependency_job_id":null,"html_url":"https://github.com/omnes-tech/BRcollection","commit_stats":null,"previous_names":["omnes-tech/brcollection"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omnes-tech/BRcollection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FBRcollection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FBRcollection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FBRcollection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FBRcollection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnes-tech","download_url":"https://codeload.github.com/omnes-tech/BRcollection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FBRcollection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267827523,"owners_count":24150350,"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-07-30T02:00:09.044Z","response_time":70,"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-11-13T12:56:35.673Z","updated_at":"2025-07-30T07:09:46.416Z","avatar_url":"https://github.com/omnes-tech.png","language":"TypeScript","readme":"# \u003ch1 align=\"center\"\u003e Hardhat x Foundry Template - Afonso Dalvi\u003c/h1\u003e\n\n**Template repository for getting started quickly with Hardhat and Foundry in one project - Deploy and verify whith truffle**\n\n![Github Actions]()\n\n### Getting Started\n\n- Use Foundry na pasta foundry-tamplate: (Os testes no foundry são mais rápidos)\n\n```bash\nforge install\n\nforge build\n```\n\n- Install libraries with Foundry which work with Hardhat.\n\n```bash\nforge install rari-capital/solmate # Already in this repo, just an example\n```\n\n```bash\nforge test\n\nforge test -vv\n```\n\n- Caso esteja usando uma máquina virtual Linux ou um Mac conseguirá executar os comandos abaixo sem problemas:\n\n```bash\navil   (blockchain do foundry)\n```\n\n- Para o deploy e verificação dos contratos no foundry deve configurar o env. e executar os comandos na ordem:\n\n```bash\nsource .env\n```\n\n```bash\nforge script script/NFT.s.sol:MyScript --rpc-url $RINKEBY_RPC_URL  --private-key $PRIVATE_KEY --broadcast --verify --etherscan-api-key $ETHERSCAN_KEY -vvvv\n```\n\n- Use Hardhat na pasta principal template-deploy (melhor opção de deploy e verificação caso esteja usando o Windows):\n\n```bash\nyarn\nyarn test\n```\n\n- Use compile watch or test watch:\n\n```bash\nyarn hardhat compile:watch\nyarn hardhat test:watch\n```\n\n```bash\ntruffle dashboard  (para não precisar configurar as chaves privadas no seu .env)\n```\n\n- Deploy your smart-contract using testnet Truffle Dashboard:\n\n```bash\nyarn deploy --network truffle\n```\n\n### Features\n\n- Write / run tests with either Hardhat or Foundry:\n\n```bash\nforge test\n# or\nyarn test\n```\n\n- Use Truffle Dashboard:\n\n```bash\ntruffle dashboard\n```\n\n- Use Truffle ppara deployar e verificar seus contratos sem necessidade de inserir suas chaves privadas:\n  (obs. o truffle dashboard precisa estar executado)\n\n```bash\nyarn deploy:truffle\n```\n\n```bash\nyarn hardhat verify --network truffle 0xCF00fd269fE5Ad09E0907b96AfeeD7e04F8423C6 argumentos\n\n```\n\n- Use Prettier\n\n```bash\nyarn prettier\n```\n\n### Notes\n\nFiz um conjunto de implementações para ficar mais fácil o uso de diversos frameworks necessários para iniciar qualquer projeto.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnes-tech%2Fbrcollection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnes-tech%2Fbrcollection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnes-tech%2Fbrcollection/lists"}