Skip to content

Commit

Permalink
Build with webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
PhyrexTsai committed Apr 23, 2018
0 parents commit 8b0c378
Show file tree
Hide file tree
Showing 23 changed files with 16,176 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

## [0.2.0] - 2018-03-04

Add new blockchain domain.
Domain support:
- .eth
- .etc

## [0.1.0] - 2018-02-22

Update IPFS target link.

## [0.0.2] - 2018-02-20

Update logo and information.

## [0.0.1] - 2018-02-18
An extension that support users can bridge between blockchain domains and IPFS.

Domain support:
- .eth
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Portal Network Browser Extension

## Compile
```
npm run p
```
Loading

0 comments on commit 8b0c378

Please sign in to comment.