{"id":20056802,"url":"https://github.com/omnes-tech/nftnewroyaltyonchain","last_synced_at":"2026-05-12T15:34:36.518Z","repository":{"id":164168397,"uuid":"569029676","full_name":"omnes-tech/NFTnewRoyaltyOnChain","owner":"omnes-tech","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-21T23:35:54.000Z","size":264,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T11:51:16.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","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":"2022-11-21T23:34:03.000Z","updated_at":"2022-11-22T20:21:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"79926a5e-cf86-45ae-99e1-e93029e4bc26","html_url":"https://github.com/omnes-tech/NFTnewRoyaltyOnChain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omnes-tech/NFTnewRoyaltyOnChain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FNFTnewRoyaltyOnChain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FNFTnewRoyaltyOnChain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FNFTnewRoyaltyOnChain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FNFTnewRoyaltyOnChain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnes-tech","download_url":"https://codeload.github.com/omnes-tech/NFTnewRoyaltyOnChain/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnes-tech%2FNFTnewRoyaltyOnChain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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.985Z","updated_at":"2026-05-12T15:34:36.472Z","avatar_url":"https://github.com/omnes-tech.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"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\nO projeto é sobre a nova implementação on-chain dos royalties e já inserido uma lista de Marketplaces bloqueados para negociação do ativo.\nDessa forma, evitando a venda do NFT em marketplaces que não faça a distribuição dos royalties.\n\nO OpenSea fez um artigo no seu blog a respeito dos royalties on-chain https://opensea.io/blog/announcements/on-creator-fees/\n\nGitHub de implementação: https://github.com/ProjectOpenSea/operator-filter-registry/tree/main/src\n\nTwitter do Cygaar AzukiOfficial dev: https://twitter.com/0xcygaar/status/1589787467443765248?s=48\u0026t=m8tzzFTkPIgS5dFVgI8h4Q\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\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnes-tech%2Fnftnewroyaltyonchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnes-tech%2Fnftnewroyaltyonchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnes-tech%2Fnftnewroyaltyonchain/lists"}