-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from dappcamp/staging
Update README.md
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
## This landscape represents a comprehensive list of tools that developers use when developing smart contracts on Ethereum and EVM-compatible chains. | ||
## Ethereum Developer Tooling Landscape | ||
|
||
To suggest changes to the categories or the entries, modify the `./app/data/landscape.json` file according to the below guidelines and open a pull request: | ||
This landscape represents a comprehensive list of tools that developers use when developing smart contracts on Ethereum and EVM-compatible chains. | ||
|
||
- Required fields: name, full_name, description, and logo | ||
### Contributing | ||
To suggest changes to the categories or the entries, modify the [`landscape.json`](https://github.com/dappcamp/landscape/blob/master/app/data/landscape.json) file according to the below guidelines and open a pull request: | ||
|
||
- **Required fields:** name, full_name, description, and logo | ||
- SVG logos are preferred | ||
|
||
### Local setup | ||
This landscape app is built using Next.js and Tailwind. Run the following commands to open the project locally: | ||
``` | ||
cd app | ||
yarn install | ||
yarn start | ||
``` |
23d7e99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
landscape – ./
landscape-dappcamp.vercel.app
landscape-git-master-dappcamp.vercel.app
landscape.dappcamp.xyz