Skip to content
Open

V3 #544

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
439 commits
Select commit Hold shift + click to select a range
9d4811c
add generic leaves and nodes
Agusx1211 Mar 6, 2025
87e11c7
Move signer interfaces
Agusx1211 Mar 6, 2025
f078cae
Passkeys generic tree
Agusx1211 Mar 6, 2025
38da23e
Add witnesses to signers
Agusx1211 Mar 6, 2025
b0a412b
Load passkey from witness
Agusx1211 Mar 6, 2025
702ada7
Remove permission from CLI (unused)
ScreamingHawk Mar 6, 2025
32c0968
Sapient validation must simulate from wallet
ScreamingHawk Mar 7, 2025
b27c060
Add live test for implicit session
ScreamingHawk Mar 9, 2025
461002b
Add explicit live test
ScreamingHawk Mar 9, 2025
5a82ed3
Fix passkey metadata
Agusx1211 Mar 10, 2025
cdb3d09
Merge branch 'main' of github.com:0xsequence/sequence-core
Agusx1211 Mar 10, 2025
4d4bfe3
apps/demo-wallet: basic ecosystem wallet demo app
patrislav Mar 10, 2025
dd0ae02
fix wdk build
patrislav Mar 10, 2025
b3fd62e
wdk: update identity-instrument generated client
patrislav Mar 10, 2025
65c3fa1
wdk: fix parameter naming
patrislav Mar 10, 2025
0d0037f
wdk: fix digest encoding
patrislav Mar 10, 2025
c6018b8
Merge branch 'main' into demo-wallet
patrislav Mar 10, 2025
e70f428
demo-wallet: fix signature encoding
patrislav Mar 10, 2025
fa098b0
demo-wallet: rename 'google' to 'google-legacy'
patrislav Mar 11, 2025
c491a6a
wdk: add support for AuthCode auth mode
patrislav Mar 12, 2025
dd8163e
demo-wallet: implement AuthCode auth mode
patrislav Mar 12, 2025
edf4c9c
Fix weight calculation for unsigned sapient signers
ScreamingHawk Mar 13, 2025
e46627f
Fix build
ScreamingHawk Mar 13, 2025
764363c
Update stage1
Agusx1211 Mar 14, 2025
541c737
Fix metadata on passkeys
Agusx1211 Mar 14, 2025
9b05d89
Add indexed-db store
Agusx1211 Mar 14, 2025
ea7e255
Separate session manager in wdk and core
ScreamingHawk Mar 12, 2025
a8eee4e
Update session manager and tests
ScreamingHawk Mar 13, 2025
f6eccff
Remove unused type
ScreamingHawk Mar 16, 2025
3ae1fde
Add state to session controller
ScreamingHawk Mar 16, 2025
9b631d9
Add session manage creation from state
ScreamingHawk Mar 16, 2025
b552b1b
More helper create functions
ScreamingHawk Mar 16, 2025
52c95cb
Merge pull request #2 from 0xsequence/session-manager
Agusx1211 Mar 17, 2025
5a9a45a
Encrypted pk store
Agusx1211 Mar 17, 2025
5663d01
wdk: OtpChallenge and loginWithOtp
patrislav Mar 18, 2025
89793a2
demo-wallet: common attestation generation
patrislav Mar 18, 2025
583609b
demo-wallet: implement OTP auth mode
patrislav Mar 18, 2025
75f0653
Merge branch 'wdk-otp'
patrislav Mar 18, 2025
aefd79a
Remove provider writes
Agusx1211 Mar 18, 2025
8140f80
Fix encrypted pk store
Agusx1211 Mar 18, 2025
5993c39
Basic wallet manager
Agusx1211 Mar 18, 2025
f2291ca
Add networks
Agusx1211 Mar 18, 2025
99dfcf3
Merge branch 'main' of github.com:0xsequence/sequence-core
Agusx1211 Mar 18, 2025
ffd7f35
Rename to build methods
Agusx1211 Mar 18, 2025
590a237
Fix build
ScreamingHawk Mar 18, 2025
b595f93
Add prepush build check
ScreamingHawk Mar 18, 2025
fd1638a
Fix tests
ScreamingHawk Mar 18, 2025
8323806
Add tests to prepush hook
ScreamingHawk Mar 18, 2025
f76f492
Basic local relayer
Agusx1211 Mar 19, 2025
fc44dcd
WIP Wallet on wdk
Agusx1211 Mar 19, 2025
1b85e16
Merge branch 'main' of github.com:0xsequence/sequence-core
Agusx1211 Mar 19, 2025
99846e2
Use envelopes for signing
Agusx1211 Mar 20, 2025
95cb75d
Use envelope namespace
Agusx1211 Mar 20, 2025
90cb767
Fix large blacklist support
ScreamingHawk Mar 21, 2025
a31c594
Fix session image hash
ScreamingHawk Mar 21, 2025
c6bbe5f
Merge branch 'main' of github.com:0xsequence/sequence-core into envel…
Agusx1211 Mar 21, 2025
a60daa5
WIP wdk
Agusx1211 Mar 21, 2025
893b291
Signers signatures and handlers wip
Agusx1211 Mar 22, 2025
1f1588f
Pass shared vars
Agusx1211 Mar 22, 2025
1fb73d8
Move handlers
Agusx1211 Mar 22, 2025
fe71b45
Add mnemonic handler
Agusx1211 Mar 23, 2025
f0a75b4
Merge pull request #3 from 0xsequence/envelopes
Agusx1211 Mar 23, 2025
ef9e636
Align topology in cmd
ScreamingHawk Mar 23, 2025
fcd1251
db fixes
Agusx1211 Mar 23, 2025
4682927
Merge branch 'main' of github.com:0xsequence/sequence-core
Agusx1211 Mar 23, 2025
7d1326e
Single signup flow
Agusx1211 Mar 23, 2025
38e3af7
Handlers and handle
Agusx1211 Mar 24, 2025
8a609ef
Remove redundant signers
Agusx1211 Mar 24, 2025
b0ec781
Login wip
Agusx1211 Mar 24, 2025
6e56771
add wdk methods
Agusx1211 Mar 25, 2025
c5ab10a
Wip sign
Agusx1211 Mar 25, 2025
c0226ac
Fix use no guard and weightOf config
Agusx1211 Mar 25, 2025
3c1e78f
Add type discriminator to session config leaves
ScreamingHawk Mar 23, 2025
f573dbe
Update cli message
ScreamingHawk Mar 25, 2025
e635544
Update default addresses
ScreamingHawk Mar 25, 2025
1ba88a7
Standardize imageHash as Hex.Hex
ScreamingHawk Mar 25, 2025
5091dac
Update deployed contract addresses
ScreamingHawk Mar 25, 2025
e50407d
Fix session manager tests
ScreamingHawk Mar 25, 2025
760e265
Merge branch 'main' of github.com:0xsequence/sequence-core
Agusx1211 Mar 26, 2025
83f22ee
Update checkpoint on config change
Agusx1211 Mar 26, 2025
5eb9623
Add transaction methods
Agusx1211 Mar 26, 2025
069e9db
Return full wallet rows
Agusx1211 Mar 26, 2025
9349a2a
Refactor types
Agusx1211 Mar 26, 2025
10f93de
Fix create provider
Agusx1211 Mar 27, 2025
4f5631b
hash() like functions return Hex.Hex
ScreamingHawk Mar 25, 2025
46cf85d
Basic local relayer
Agusx1211 Mar 28, 2025
e558842
Handle relayed transaction
Agusx1211 Mar 28, 2025
e77b5de
Passkey fixes
Agusx1211 Mar 28, 2025
eb3f097
Fix passkeys tree
Agusx1211 Mar 28, 2025
d8321a5
signup onExistingWallets
Agusx1211 Mar 31, 2025
c7d5b77
Handle login to mnemonic
Agusx1211 Mar 31, 2025
441a429
wip passkeys login
Agusx1211 Apr 1, 2025
db4771c
Add recovery primitives
Agusx1211 Apr 1, 2025
172e967
Fix session encoding for blacklist in CLI
ScreamingHawk Apr 1, 2025
3aa5759
onSignatureRequestUpdate should not be async
corbanbrook Apr 2, 2025
424ee08
onSignatureRequestUpdate should not be async
corbanbrook Apr 2, 2025
0c8ad01
using --list-different option on prettier format
corbanbrook Apr 2, 2025
7a5ddc5
Add recovery primitives
Agusx1211 Apr 2, 2025
d54ae14
Merge branch 'main' of github.com:0xsequence/sequence-core
Agusx1211 Apr 2, 2025
4b30af7
Fix generate random config
Agusx1211 Apr 2, 2025
5416c84
Disable digest payload hash calculation
Agusx1211 Apr 2, 2025
b153e2c
Add encode with checkpointer methods
Agusx1211 Apr 3, 2025
e09c374
wdk/identity: changes to identity-instrument
patrislav Apr 4, 2025
335e8c3
wdk/identity: signer interface
patrislav Apr 4, 2025
c064e65
wdk/dbs: auth commitments table
patrislav Apr 4, 2025
1c1625f
wdk: OTP handler
patrislav Apr 4, 2025
4807086
wdk: AuthCodePkce handler
patrislav Apr 4, 2025
7ce3834
wdk: implement OTP and AuthCodePkce
patrislav Apr 4, 2025
d828963
Fix chained encoding with checkpointer
Agusx1211 Apr 4, 2025
2a9f8cd
Merge branch 'main' of github.com:0xsequence/sequence-core
Agusx1211 Apr 4, 2025
4280fea
Fix recovery encoding
Agusx1211 Apr 5, 2025
56f369f
Passkeys CLI
Agusx1211 Apr 5, 2025
07fb3b3
Passkeys rpc fixes
Agusx1211 Apr 6, 2025
4b056af
Add self call encoding to CLI
ScreamingHawk Apr 7, 2025
5683458
Only build packages in prepush hook
ScreamingHawk Apr 7, 2025
3b7f9d7
otp: fix wrong status
patrislav Apr 7, 2025
655df74
core/state: fix wallet hex conversion
patrislav Apr 7, 2025
2831cda
wdk: onExistingWalletsWithTarget for completeRedirect
patrislav Apr 7, 2025
41197c7
Fix listener registration
patrislav Apr 8, 2025
1e6f35c
use the respond callback flow for otp
patrislav Apr 8, 2025
fd08c97
Make mnemonic work with the respond flow
patrislav Apr 8, 2025
5e21e78
Manager registerOtpUI and registerMnemonicUI should not be async
corbanbrook Apr 8, 2025
5946b33
Update the SessionManager address
ScreamingHawk Apr 8, 2025
e580903
Update deployed addresses
ScreamingHawk Apr 8, 2025
d35e0b9
Only build packages in the ci
ScreamingHawk Apr 9, 2025
25ff751
Default build command is packages
ScreamingHawk Apr 9, 2025
09e3efc
Avoid using as for type setting
ScreamingHawk Mar 30, 2025
6f6ae4f
Add sessions to manager
ScreamingHawk Mar 30, 2025
eee46dc
Update sessions configuration updates
ScreamingHawk Apr 1, 2025
3dace7f
Update comments
ScreamingHawk Apr 9, 2025
192485b
Add origin to session config updates
ScreamingHawk Apr 9, 2025
b809576
Update comment
ScreamingHawk Apr 9, 2025
eb29c7f
Update naming
ScreamingHawk Apr 9, 2025
6e593e8
Permissions require min 1
ScreamingHawk Apr 9, 2025
80aaa10
Session configuration update should increment checkpoint
ScreamingHawk Apr 14, 2025
d0578b3
prepare for v3 by moving v2 code under 'old' folder
pkieltyka Apr 14, 2025
0d4d5f9
Merge remote-tracking branch 'seq-core/main' into v3
pkieltyka Apr 14, 2025
255bfa5
clean up: move turbo boilerplate pkgs from packages/ to repo/ folder
pkieltyka Apr 14, 2025
c59a325
add packages/services and packages/utils
pkieltyka Apr 14, 2025
92cfe52
services/relayer: disable older tests
pkieltyka Apr 14, 2025
266dfcd
remove old. rename apps to extras. group core wallet pkgs in folder.
pkieltyka Apr 14, 2025
16916da
rename @0xsequence/sequence-XXX to @0xsequence/wallet-XXX
pkieltyka Apr 14, 2025
b5ebdd3
update path
pkieltyka Apr 14, 2025
6305219
various fixes after path change
pkieltyka Apr 15, 2025
98eef3c
Ignore husky. We use lefthook
ScreamingHawk Apr 15, 2025
b1a4fe9
Fix typecheck
ScreamingHawk Apr 15, 2025
8b93640
ci tests
pkieltyka Apr 15, 2025
a80092a
Merge branch 'v3' of github.com:0xsequence/sequence.js into v3
pkieltyka Apr 15, 2025
b0a6a15
Completing configuration update deletes other pending updates (#719)
ScreamingHawk Apr 15, 2025
bec2119
pnpm lint fixes
ScreamingHawk Apr 15, 2025
6247ba5
Enable lint and typecheck
ScreamingHawk Apr 15, 2025
8d86258
delete unused file
pkieltyka Apr 15, 2025
56283d7
ci: update to pnpm@v10
pkieltyka Apr 15, 2025
3d9ea1e
pnpm config, hoist eslint
pkieltyka Apr 15, 2025
e70caf4
Adding reinstall script
corbanbrook Apr 15, 2025
6b57077
Removing old nyc config
corbanbrook Apr 15, 2025
b6d8207
Fix passkeys login
Agusx1211 Apr 15, 2025
ac13b4e
Merge branch 'v3' of github.com:0xsequence/sequence.js into v3
Agusx1211 Apr 15, 2025
f3aa385
Remove local pk on logout
Agusx1211 Apr 15, 2025
694a6dd
Add get configuration method to manager
Agusx1211 Apr 15, 2025
0c4734c
Update packages/0xsequence/CHANGELOG.md
Dargon789 Dec 30, 2025
3bc5847
Update packages/account/CHANGELOG.md
Dargon789 Dec 30, 2025
0df7033
Update packages/auth/CHANGELOG.md
Dargon789 Dec 30, 2025
0b26f87
Update packages/multicall/CHANGELOG.md
Dargon789 Dec 30, 2025
8317485
Update packages/provider/CHANGELOG.md
Dargon789 Dec 30, 2025
163a7a8
Update packages/wallet/CHANGELOG.md
Dargon789 Dec 30, 2025
a5851fd
1.9.19
Dargon789 Jan 7, 2026
a91cb89
Update packages/waas/src/networks.ts
Dargon789 Jan 7, 2026
9398a23
Squashed commit of the following:
Dargon789 Jan 7, 2026
17aef1e
Merge branch '0xsequence-1.9.19' of https://github.com/Dargon789/sequ…
Dargon789 Jan 7, 2026
e14fef4
Potential fix for code scanning alert no. 82: Workflow does not conta…
Dargon789 Jan 7, 2026
8ddefd9
Potential fix for code scanning alert no. 73: Workflow does not conta…
Dargon789 Jan 7, 2026
c1fb76d
Potential fix for code scanning alert no. 83: Workflow does not conta…
Dargon789 Jan 7, 2026
52cc3c6
Potential fix for code scanning alert no. 108: Incomplete regular exp…
Dargon789 Jan 7, 2026
2c156b6
Potential fix for code scanning alert no. 92: Insecure randomness
Dargon789 Jan 7, 2026
b700236
Merge branch 'master' into 0xsequence-1.9.19
Dargon789 Jan 7, 2026
7a49258
Update CHANGELOG.md (#182)
Dargon789 Jan 7, 2026
3ec984e
Update CHANGELOG.md (#183)
Dargon789 Jan 7, 2026
0bbd8e2
Merge branch 'master' into 0xsequence-1.9.19
Dargon789 Jan 9, 2026
5c92549
Update CHANGELOG.md
Dargon789 Jan 19, 2026
f63d732
Update publish-dists.yml
Dargon789 Jan 19, 2026
4be403c
3.0.0-beta.10 (#237)
Dargon789 Jan 22, 2026
4e9b232
Merge branch '0xsequence:master' into 2.3.7-(#131)-(#132)
Dargon789 Jan 23, 2026
007cb89
Update packages/wallet/dapp-client/src/utils/index.ts
Dargon789 Jan 23, 2026
3032655
Delete wagmi-project/.circleci directory (#246)
Dargon789 Jan 28, 2026
dfbeaec
Update config.json
Dargon789 Jan 28, 2026
debda48
Merge branch 'master' into 0xsequence-1.9.19
Dargon789 Jan 29, 2026
4b4c28a
update package
Dargon789 Jan 29, 2026
7bd57f7
Potential fix for code scanning alert no. 108: Incomplete regular exp…
Dargon789 Jan 29, 2026
d9da7b7
Merge pull request #260 from Dargon789/codesandbox
Dargon789 Jan 31, 2026
996549f
0xsequence/sequence.js/master (#275)
Dargon789 Feb 6, 2026
3083144
submodule lib/signals-implicit-mode
Dargon789 Feb 6, 2026
11d7ae1
Merge branch 'master' of https://github.com/Dargon789/sequence.js
Dargon789 Feb 6, 2026
54ca109
3.0.0-beta.12 (#276)
Dargon789 Feb 7, 2026
3d423ce
Potential fix for code scanning alert no. 61: Cross-window communicat…
Dargon789 Feb 7, 2026
910ccae
Potential fix for code scanning alert no. 121: Cross-window communica…
Dargon789 Feb 7, 2026
e4b58e6
Update .codesandbox/README.md
Dargon789 Feb 7, 2026
086f961
Update .codesandbox/package.json
Dargon789 Feb 7, 2026
92163bc
Update .codesandbox/package.json
Dargon789 Feb 7, 2026
4c65567
Update .codesandbox/tsconfig.json
Dargon789 Feb 7, 2026
210a3b0
Bump the npm_and_yarn group across 1 directory with 1 update (#278) …
Dargon789 Feb 7, 2026
5b0e2ed
Potential fix for code scanning alert no. 84: Insecure randomness (#279)
Dargon789 Feb 7, 2026
8ea8799
fix: extras/web/package.json to reduce vulnerabilities (#272)
Dargon789 Feb 7, 2026
588f2ba
[Snyk] Security upgrade next from 15.4.7 to 15.4.10 (#271)
Dargon789 Feb 7, 2026
99c923a
Merge branch 'master'
Dargon789 Feb 7, 2026
6b61985
submodule lib/signals-implicit-mode
Dargon789 Feb 7, 2026
5ce14ed
2.3.7 (#131) (#132) (#239)
Dargon789 Feb 7, 2026
5c70ed1
Update README.md
Dargon789 Feb 7, 2026
0a39d17
Potential fix for code scanning alert no. 107: Workflow does not cont…
Dargon789 Feb 8, 2026
5633123
Update .changeset/README.md
Dargon789 Feb 8, 2026
57ac040
Merge remote-tracking branch 'upstream/master'
Dargon789 Feb 11, 2026
9f284bd
update web3 next dev
Dargon789 Feb 11, 2026
23673c0
solar module
Dargon789 Feb 11, 2026
ff6c765
Delete .github/workflows/web-sdk.yml (#291)
Dargon789 Feb 11, 2026
411a877
Delete .github/workflows/nextjs.yml (#292)
Dargon789 Feb 11, 2026
28514e9
azure-pipelines.yml
Dargon789 Feb 11, 2026
2e0d110
fix(relayer): wrap feeOptions calldata for simulation
taylanpince Feb 13, 2026
3eabc06
fix(relayer): request FeeOptions as wallet (match wallet-webapp-v3)
taylanpince Feb 13, 2026
f8edbf9
fix(relayer): restore AbiFunction import
taylanpince Feb 13, 2026
6614c65
Merge branch 'fix/rpc-relayer-feeoptions-execdata'
Dargon789 Feb 17, 2026
e831d72
Merge remote-tracking branch 'upstream/master' into add-ci-automated-…
Dargon789 Feb 17, 2026
368bfac
Merge branch 'master' into add-ci-automated-v2.3.7
Dargon789 Feb 17, 2026
77d87bf
Add ci automated v2.3.7 (#295)
Dargon789 Feb 17, 2026
429e8c5
Create neuralegion.yml (#297)
Dargon789 Feb 19, 2026
9e45278
Merge remote-tracking branch 'upstream/master'
Dargon789 Feb 21, 2026
7b52552
Update .changeset/pre.json
Dargon789 Feb 22, 2026
74cadff
Merge branch 'add-ci-automated-v2.3.7'
Dargon789 Feb 22, 2026
1e4eab6
demo-dap
Dargon789 Feb 22, 2026
1b7e2fb
Create workspace.xml
Dargon789 Feb 22, 2026
109c51b
Merge remote-tracking branch 'upstream/master'
Dargon789 Feb 22, 2026
416ae65
Merge branch 'master'
Dargon789 Feb 22, 2026
1eda57e
Add signals-implicit-mode build outputs
Dargon789 Feb 22, 2026
b011b1d
Merge remote-tracking branch 'upstream/master' into 0xsequence-1.9.19
Dargon789 Feb 22, 2026
5d0193f
Dargon789 patch 1 (#302)
Dargon789 Feb 23, 2026
6ae3c1c
Merge branch '0xsequence-1.9.19'
Dargon789 Feb 23, 2026
be53079
Merge remote-tracking branch 'upstream/master'
Dargon789 Feb 24, 2026
21230cd
Add Edge browser debug configs and Node types for dev
Dargon789 Feb 24, 2026
8a5f9f7
Revert "demo-dap"
Dargon789 Feb 24, 2026
ac81753
update packagemanager pnpm@10.30.1
Dargon789 Feb 25, 2026
1a3c418
Merge remote-tracking branch 'upstream/master'
Dargon789 Feb 25, 2026
fbc2fa0
Merge branch '0xsequence:master' into master
Dargon789 Mar 4, 2026
9513871
Merge remote-tracking branch 'upstream/master' into vercel-dargon789-…
googleworkspace-bot Mar 4, 2026
af1e5c1
Master ceb95d4 (#327)
Dargon789 Mar 5, 2026
adcc359
Foundry pin v1.5.0 (#328)
Dargon789 Mar 5, 2026
e07eb02
Merge remote-tracking branch 'upstream/master' into vercel-dargon789-…
googleworkspace-bot Mar 5, 2026
b0a8c27
Merge branch 'master' into vercel-dargon789-forge
googleworkspace-bot Mar 5, 2026
e2d94c1
Merge branch 'master' into v3-dargon789-forge
googleworkspace-bot May 2, 2026
7e92481
Merge branch 'v3' of https://github.com/Dargon789/sequence.js into v3…
googleworkspace-bot May 2, 2026
8186322
v3
googleworkspace-bot May 2, 2026
77ae56c
Merge branch 'master' into v3
googleworkspace-bot May 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .changeset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ with multi-package repos, or single-package repos to help you version and publis
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
18 changes: 0 additions & 18 deletions .changeset/bright-pots-hope.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/crisp-zoos-retire.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/cyan-radios-relax.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/free-tips-switch.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/goofy-laws-serve.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/new-turkeys-double.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/nice-tips-slide.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/open-toes-marry.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/plain-feet-stare.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/pre.json

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tiny-files-chew.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/wild-feet-carry.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/wise-heads-buy.md

This file was deleted.

26 changes: 0 additions & 26 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .codesandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For complete documentation on Sequence, please see: [https://docs.sequence.build

## Development

See https://github.com/0xsequence/demo-dapp/blob/master/src/App.tsx for the source
See [src/App.tsx](./src/App.tsx) for the source
usage for a variety of functions. Be sure to open your browser's dev inspector to see output.
Think of these functions as a "cookbook" for how you can perform these functions in your dapps.

Expand Down
4 changes: 2 additions & 2 deletions .codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"scripts": {
"dev": "BROWSER=none pnpm start",
"start": "vite",
"build": "BUILD_PATH='./dist' tsc && vite build",
"build": "tsc && vite build",
"typecheck": "tsc --noEmit",
"serve": "vite preview",
"dist": "pnpm build",
"link-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh link",
"unlink-sequence": "pnpm run clear:vite:cache && ../sequence.js/scripts/pnpm-link.sh unlink",
"clear:vite:cache": "rm -rf node_modules/.vite/"
"clear:vite:cache": "rimraf node_modules/.vite/"
},
"dependencies": {
"0xsequence": "2.2.3",
Expand Down
6 changes: 3 additions & 3 deletions .codesandbox/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ For complete documentation on Sequence, please see: [https://docs.sequence.build
## Usage

1. pnpm install
2. pnpm dev
2. pnpm start
3. Open browser to http://localhost:4000 to access the demo dapp
4. Open browser inspector to see responses from the remote Sequence Wallet

## Development

See https://github.com/0xsequence/demo-dapp/blob/master/src/routes/HomeRoute.tsx for the source
usage for a variety of functions. be sure t open your browser's dev inspector to see output.
See [src/App.tsx](./src/App.tsx) for the source
usage for a variety of functions. Be sure to open your browser's dev inspector to see output.
Think of these functions as a "cookbook" for how you can perform these functions in your dapps.

Also note, sequence.js is built on top of ethers.js, and is API-compatible.
Expand Down
4 changes: 2 additions & 2 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
// These tasks will run in order when initializing your CodeSandbox project.

"setupTasks": [
{
"name": "Install Dependencies",
"command": "pnpm install"
}
],

// These tasks can be run from CodeSandbox. Running one will open a log in the app.

"tasks": {
"build": {
"name": "build",
Expand Down
2 changes: 1 addition & 1 deletion .codesandbox/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Publish-Dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
build-and-push:
permissions:
contents: write
runs-on: ubuntu-latest

steps:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#file: noinspection YAMLSchemaValidation
# Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript




on:
jobs:
Loading
Loading