A blank slate for developing dApps on Dero. Written in Go, Ui made using Fyne. dSlate is designed to help developers build and test on Dero. It is simple to use so that anyone can easily start building powerful dApps.
Users can connect to Mainnet, Testnet, Simulator or Custom daemon addresses. It allows connecting wallets using authentication. There is a smart contract search function, contract installer, simple Gnomon implementation, NFA tools for testing purposes, and some blank tabs for users to add whatever they'd like.
- Dero Address: dero1qyr8yjnu6cl2c5yqkls0hmxe6rry77kn24nmc5fje6hm9jltyvdd5qq4hn5pn
Install with Go
- Install latest Go version
- Run
go install github.com/SixofClubsss/dSlate@latest
- Move to bin in go workspace
cd go/bin
- Start dSlate with
./dSlate
Install with git
- Clone repo with
git clone https://github.com/SixofClubsss/dSlate
- Move to dSlate diretory
cd dSlate
- Run
go mod tidy
&go build .
- Start dSlate with
./dSlate
Check out Fyne's developer guide and have some fun creating!
dSlate is free and open source.
The source code is published under the MIT License.
Copyright © 2023 SixofClubs