Skip to content

Commit

Permalink
Merge branch 'main' into mnt/cypress-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juans-chainsafe authored Oct 31, 2024
2 parents 6407368 + 4875b30 commit 8da1357
Show file tree
Hide file tree
Showing 18 changed files with 3,739 additions and 3,147 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.0]

- Initial release
- Added minimal Angular template [#3](https://github.com/web3/create-web3js-dapp/pull/3)
- Added minimal React template [#8](https://github.com/web3/create-web3js-dapp/pull/8)
- Added demonstration React template [#9](https://github.com/web3/create-web3js-dapp/pull/9)
- Added minimal Vue template [#10](https://github.com/web3/create-web3js-dapp/pull/10)

## [0.1.1]

- Small changes to `README.md` [#15](https://github.com/web3/create-web3js-dapp/pull/15)
- Add repository to `package.json` [#15](https://github.com/web3/create-web3js-dapp/pull/15)
- Add `npm start` script to `web3js-vue-dapp-min` [#15](https://github.com/web3/create-web3js-dapp/pull/15)

## [Unreleased]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Options:

## Template Types

Two types of templates are provided. [Minimal templates](./templates/min) are
Two types of templates are provided. [Minimal templates](templates/min) are
designed for users that want to build their own front-end project (dApp) without
the need to remove unnecessary boilerplate code.
[Demonstration templates](./templates/demo) are designed to showcase how Web3.js
[Demonstration templates](templates/demo) are designed to showcase how Web3.js
can be used to build dApps.

## Front-End Framework
## Front-End Frameworks

This utility supports the following front-end frameworks:

Expand Down
Loading

0 comments on commit 8da1357

Please sign in to comment.