Skip to content

Commit

Permalink
Merge pull request #8 from dappcamp/staging
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
itsharshag authored Jun 6, 2022
2 parents 99fcdc0 + b461524 commit 23d7e99
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
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
```

1 comment on commit 23d7e99

@vercel
Copy link

@vercel vercel bot commented on 23d7e99 Jun 6, 2022

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

Please sign in to comment.