diff --git a/README.md b/README.md index 4c663ccf8..93f43b66e 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,275 @@ -## sequence.js v3 core libraries and SDK + + -**NOTE: please see [v2](https://github.com/0xsequence/sequence.js/tree/v2) branch for sequence.js 2.x.x** +
+ +

+ + + + wagmi logo + + +

+ +

+ Reactive primitives for Ethereum apps (https://sequence.xyz/) +

+ +

+ + + + Version + + + + + + OpenSSF Best Practices + + + + + + OpenSSF Best Practices + + +
+ + + + MIT License + + + + + + Downloads per month + + + + + + Best of JS + + + + + + Code coverage + + +

--- -Sequence v3 core libraries and [wallet-contracts-v3](https://github.com/0xsequence/wallet-contracts-v3) SDK. +## Documentation + +For documentation and guides, visit [wagmi.sh](https://wagmi.sh). + +## Community + +For help, discussion about best practices, or any other conversation that would benefit from being searchable: -## Packages +[Discuss Wagmi on GitHub](https://github.com/wevm/wagmi/discussions) -- `@0xsequence/wallet-primitives`: stateless low-level utilities specifically for interacting directly with sequence wallet's smart contracts -- `@0xsequence/wallet-core`: higher level utilities for creating and using sequence wallets -- `@0xsequence/wallet-wdk`: all-in-one wallet development kit for building a sequence wallet product +For casual chit-chat with others using the framework: -## Development +[Join the Wagmi Discord](https://discord.gg/SghfWBKexF) -### Getting Started +## Contributing -1. Install dependencies: - `pnpm install` +Contributions to Wagmi are greatly appreciated! If you're interested in contributing to Wagmi, please read the [Contributing Guide](https://wagmi.sh/dev/contributing) **before submitting a pull request**. -2. Build all packages: - `pnpm build` +## Sponsors -### Development Workflow +If you find Wagmi useful or use it for work, please consider [sponsoring Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support). Thank you 🙏 -- Run development mode across all packages: - `pnpm dev` +

+ + + + paradigm logo + + + + + + ithaca logo + + +

-- Run tests: - `pnpm test` +

+ + + + family logo + + + + + + context logo + + + + + + WalletConnect logo + + + + + + PartyDAO logo + + + + + + Dynamic logo + + + + + + Sushi logo + + + + + + Stripe logo + + + + + + Privy logo + + + + + + pancake logo + + + + + + celo logo + + + + + + rainbow logo + + + + + + pimlico logo + + + + + + zora logo + + + + + + lattice logo + + + + + + supa logo + + + + + + zksync logo + + + + + + syndicate logo + + + + + + reservoir logo + + + + + + linea logo + + + + + + uniswap logo + + + + + + biconomy logo + + + + + + thirdweb logo + + + + + + polymarket logo + + + + + + routescan logo + + + + + + sequence logo + + + + + + gemini logo + + +

- > **Note:** Tests require [anvil](https://github.com/foundry-rs/foundry/tree/master/anvil) and [forge](https://github.com/foundry-rs/foundry) to be installed. You can run a local anvil instance using `pnpm run test:anvil`. +[Sponsor Wagmi](https://github.com/sponsors/wevm?metadata_campaign=gh_readme_support_bottom) -- Linting and formatting is enforced via git hooks +
+
-## License + + Powered by Vercel + +
+ + Powered by QuickNode + -Apache-2.0