{"id":19001878,"url":"https://github.com/etherspot/etherspot-react-transaction-buidler","last_synced_at":"2025-04-22T17:49:28.355Z","repository":{"id":65301305,"uuid":"515523768","full_name":"etherspot/etherspot-react-transaction-buidler","owner":"etherspot","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-06T10:38:16.000Z","size":4046,"stargazers_count":22,"open_issues_count":5,"forks_count":11,"subscribers_count":10,"default_branch":"develop","last_synced_at":"2025-04-16T13:41:02.309Z","etag":null,"topics":["blockchain","builder","ethereum-dapp","transaction"],"latest_commit_sha":null,"homepage":"https://buidler.etherspot.io","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/etherspot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-07-19T09:43:17.000Z","updated_at":"2024-02-07T09:39:07.000Z","dependencies_parsed_at":"2023-10-12T15:26:15.439Z","dependency_job_id":"3741dc8b-7804-4f69-bb8f-738761a4bfd2","html_url":"https://github.com/etherspot/etherspot-react-transaction-buidler","commit_stats":null,"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-react-transaction-buidler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-react-transaction-buidler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-react-transaction-buidler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etherspot%2Fetherspot-react-transaction-buidler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etherspot","download_url":"https://codeload.github.com/etherspot/etherspot-react-transaction-buidler/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249283007,"owners_count":21243658,"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","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":["blockchain","builder","ethereum-dapp","transaction"],"created_at":"2024-11-08T18:13:09.191Z","updated_at":"2025-04-16T22:31:27.661Z","avatar_url":"https://github.com/etherspot.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://etherspot.io\"\u003e \u003cimg src=\".github/etherspot-logo.svg\" alt=\"Etherspot Logo\" style=\"width: 50%; height: auto; margin: auto;\"\u003e\u003c/a\u003e\n\n[![License](https://img.shields.io/github/license/etherspot/etherspot-react-transaction-buidler)](https://github.com/etherspot/etherspot-react-transaction-buidler/LICENSE) [![npm](https://img.shields.io/npm/v/@etherspot/react-transaction-buidler)](https://www.npmjs.com/package/@etherspot/react-transaction-buidler) [![contributions](https://img.shields.io/github/contributors/etherspot/etherspot-react-transaction-buidler)](https://github.com/etherspot/etherspot-react-transaction-buidler/graphs/contributors) [![discord](https://img.shields.io/discord/996437599453450280)](https://discord.etherspot.io)\n\n# Etherspot transaction BUIDLer for React\n\n- Website: [https://etherspot.io](https://etherspot.io)\n- Documentation: [https://docs.etherspot.dev](https://docs.etherspot.dev)\n- SDK Docs: [https://sdk.etherspot.dev](https://sdk.etherspot.dev)\n- SDK Playground [https://try.etherspot.dev](https://try.etherspot.dev)\n\nBUIDLer is a react component that allows plug-and-play integration with the Etherspot SDK, allowing dApps and developers to easily leverage the SDK in a highly customisable fashion. \n\n\u003ca href=\"https://buidler.etherspot.io\"\u003eTry live demo\u003c/a\u003e\u003c/p\u003e\n\n## Prerequisites\n\nPlease ensure that you have the Editor Config plugin installed for VS Code:\n\n```\nName: EditorConfig for VS Code\nId: EditorConfig.EditorConfig\nDescription: EditorConfig Support for Visual Studio Code\nVersion: 0.16.4\nPublisher: EditorConfig\nVS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig\n```\n\n## Getting Started\n\nInstall Etherspot transaction BUIDLer using npm or yarn\n\n```\nnpm i @etherspot/react-transaction-buidler\n```\nPlug in your dApp\n\n```\nimport {\n  Etherspot,\n} from \"@etherspot/react-transaction-buidler\";\n\n/**\n * This is all that is needed to get started.\n * To customise this, see the possible props\n * you can pass in the docs.\n */\nfunction RenderEtherspot(props) {\n  return \u003cEtherspot /\u003e;\n}\n```\n\n## Developing locally\nYou can set up BUIDLER locally and develop new features for it. Please follow the instructures below:\n\n- First, check out the Etherspot BUIDLER Example dapp [here](https://github.com/etherspot/etherspot-react-transaction-buidler-demo-dapp)\n- Then, checkout this repository\n- In this repository directory: run `npm install \u0026\u0026 npm link`\n- In this repository directory:: run `npm run rollup:watch` - this project is now being watched for code changes\n- In the Example dapp directory: run `npm install \u0026\u0026 npm link @etherspot/react-transaction-buidler`\n- In the Example dapp directory: add a file called \".env\"\n- To this file add this line: REACT_APP_WEB3AUTH_CLIENT_ID = \"fake_id\"\n- Replace fake_id with a real client ID from https://dashboard.web3auth.io/home/web3auth if you want social logins to work. Otherwise continue without it and login with a keybased wallet\n- In the Example dapp directory: run `npm run start`\n\nYou can now make code changes in this repository and changes will be reflected in the Example dapp.\n\n## Contributions\n\nFollow [guide](./CONTRIBUTING.md)\n\n## Security\n\nTo report security issues please follow [guide](./SECURITY.md)\n## License\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetherspot%2Fetherspot-react-transaction-buidler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetherspot%2Fetherspot-react-transaction-buidler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetherspot%2Fetherspot-react-transaction-buidler/lists"}