Tbd
#1
Happy to announce my next project for the Internet Computer
It’s called Connect2IC. A frontend library / toolkit that makes it trivial to support any wallet & do authenticated calls to canister + other goodies.
Github:
Docs:
Here’s the prestyled dialog you get out of the box. You could also create your own btw.
Check it out! It’s still early days & right now only supports React. But Svelte & Vue also coming soon.
Thanks also to AstroX for letting me work on it! I’ve joined them recently.
16 Likes
GLdev
#2
Quick, submit it to the hackathon under the Infrastructure track! /s
2 Likes
Tbd
#3
Hahah, hopefully it will be useful to the contestants at least.
Connect2IC has been listed in the Supernova Dev Resources under Authentication 
5 Likes
Tbd
#5
Svelte support is out for Connect2IC!
npm i -S @connect2ic/core @connect2ic/svelte
While I’m working on the docs & full type support, you can see example usage here: https://github.com/Connect2IC/connect2ic/tree/main/examples/svelte
3 Likes
Tbd
#6
Some basic documentation for svelte: Getting started | Connect2IC
1 Like
Tbd
#7
Vue version is out!
npm i -S @connect2ic/core @connect2ic/vue
Some initial docs:
Example app:
2 Likes
Tbd
#8
Did a presentation for Supernova.
You can watch me speedrun through the library and some of its functionality 
If you dont want to read the docs
3 Likes