https://github.com/web3/web3js-landing
https://github.com/web3/web3js-landing
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3/web3js-landing
- Owner: web3
- Created: 2021-08-19T12:30:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:40:10.000Z (4 months ago)
- Last Synced: 2025-03-31T22:01:36.067Z (2 months ago)
- Language: TypeScript
- Homepage: https://web3js.org
- Size: 3.41 MB
- Stars: 18
- Watchers: 8
- Forks: 47
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Web3.js Landing Page
This is the source code for the landing page hosted on web3js.org.
## Plugins
If you wanna list plugins in the [plugin registry](https://web3js.org/plugins), please
[add your npm package to the `src/pluginList.ts` file](https://github.com/web3/web3js-landing/edit/main/src/pluginList.ts).## Contributing
This project is built on create-react-app so to run the development version:
- install dependencies with `yarn`
- run `yarn run start` and the website should open in your default browserFor any questions, reach out on [Discord](https://discord.gg/yhHVtK5Wqt)