A Hello-World Template for Go API Services and Proxies, and Explorers.
- https://rpc.digitalcash.dev, https://trpc.digitalcash.dev
- https://zmq.digitalcash.dev, https://tzmq.digitalcash.dev
-
Creating a Repo using this Template:
-
Find and Replace the boilerplate package
# sd available at https://webinstall.dev/sd sd 'digitalcash.dev' 'your.url' *.* */*.* */*/*.* sd 'DigitalCashDev' 'YourOrgUrlPath' *.* */*.* */*/*.* sd 'GoBoilerplate' 'YourProjectTitle' *.* */*.* */*/*.* sd 'goboilerplate' 'yourpackagename' *.* */*.* */*/*.* git mv ./cmd/goboilerplate ./cmd/yourcmdname
-
For simplicity, if you don't have
local.your.urlset up for local development, you may wish to switch it back tolocal.digitalcash.dev:sd 'digitalcash.dev' 'your.url' *.* */*.* */*/*.*