Skip to content

Tyrese-BlockWarrior/dSlate_Go

Repository files navigation

dSlate

A blank slate for developing dApps on Dero. dReamTablesFooter 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, and some blank tabs for users to play around on with whatever they'd like.

Donations

  • Dero Address: dero1qyr8yjnu6cl2c5yqkls0hmxe6rry77kn24nmc5fje6hm9jltyvdd5qq4hn5pn

DeroDonations


dSlateMain


Instructions

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!


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages