Skip to content

Commit

Permalink
Merge pull request #25 from obsidiansystems/master
Browse files Browse the repository at this point in the history
Add transfer-ledger-create
  • Loading branch information
jmininger authored Jan 28, 2022
2 parents d49c6ca + f76781f commit 6010b0c
Show file tree
Hide file tree
Showing 2,701 changed files with 60,749 additions and 254,912 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
/.yarn/

js/ledger.js
packages/bundle/dist/main.js
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:1.17.5

ENV GIT_URL https://github.com/kadena-community/kadena-transfer-js
ENV GIT_URL https://github.com/kadena-community/kadena-transfer-js.git

RUN apt-get -y update \
&& apt-get -y install git \
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ Cross chain transfer is a more complex transaction than single chain transfer, i
node scripts/cross-chain-transfer-offline.js
```

### Update ledger-os.js (Bundled dependencies)

Sometimes all ledger dependencies gets updates in their repos so we need
to get the file ledger-os.js updated as well.

To do this we need follow those steps:
- install browserify globally
- cd ledger-bundle
- npm run-script build

The desired file should appear on the util folder.

## Docker

```
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<h1>Kadena Coin Transfer</h1>
<div>
<a href="transfer-create.html"><button id="submit-button" class="ui primary button">Transfer</button></a>
<a href="transfer-ledger-create.html"><button id="transfer-button" class="ui primary button">Transfer With Ledger</button></a>
<a href="xchain.html">
<button id="xchain-button" class="ui primary button">Finish Cross Chain Transfer</button>
</a>
Expand Down
Loading

0 comments on commit 6010b0c

Please sign in to comment.