Skip to content

Commit

Permalink
Add package's scope
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Oct 11, 2023
1 parent ad26769 commit 9e5810d
Show file tree
Hide file tree
Showing 32 changed files with 633 additions and 8,385 deletions.
121 changes: 60 additions & 61 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/addressGenerator/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Utils, Crypto } from 'archethic'
import { Utils, Crypto } from '@archethicjs/sdk'

window.generateAddress = function() {
let seed = document.querySelector("#seed").value
Expand Down
2,046 changes: 125 additions & 1,921 deletions example/addressGenerator/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/addressGenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "./build.js"
},
"dependencies": {
"archethic": "../.."
"@archethicjs/sdk": "../.."
},
"devDependencies": {
"esbuild": "^0.15.8",
Expand Down
2 changes: 1 addition & 1 deletion example/keychain/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Archethic, { Crypto, Utils } from 'archethic'
import Archethic, { Crypto, Utils } from '@archethicjs/sdk'
import Keychain from '../../src/keychain';

const { toBigInt } = Utils
Expand Down
Loading

0 comments on commit 9e5810d

Please sign in to comment.