Skip to content

stubbsta/waku-ens-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waku-name-service

A contract to resolve domain names to public keys which can then be used to encrypt messages on the waku network. This contract is dpeloyed at 0x920501f2D7037e7D888eE93D7c39e42bbc8eA6D1

Documentation

https://book.getfoundry.sh/

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

About

WNS domain name to IP mapping smart contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published