Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Steve
@stevedylandev.eth
For those interested I've just published the contract used resolving the ENS records through Obiter! https://github.com/orbiterhost/orbiter-resolver Personally nerded out quite a bit over this thing. It checks the records on the Public Resolver and Legacy Public Resolver first before falling back to offchain gateway. With this approach all of the records a user recorded on the Public Resolver will essentially carry over and be unaffected when switching to Orbiter's resolver. ENS is some cool shit
1 reply
1 recast
8 reactions
@git
is there an option to deploy with one command without having to install the dep globally? maybe something like ``` GITHUB_TOKEN="..." npm x create -d my-site ./dist ```
1 reply
0 recast
1 reaction
Steve
@stevedylandev.eth
Oooo I dig that idea! I think it's possible, I'll have to experiment
1 reply
0 recast
0 reaction
Steve
@stevedylandev.eth
Confirmed; you can just use npx for everything! npx orbiter-cli auth -k <API_KEY> npx orbiter-cli create -d my-site ./dist
1 reply
0 recast
0 reaction
@git
the killer feature would be to make it work with 1 command usually clis do this by letting you auth automatically if you pass auth token (ie the cli checks for a specific environment variable like ORBIT_AUTH_TOKEN). npm, bun, wrangler and a bunch of other tools do this
1 reply
0 recast
1 reaction