Commit Graph

24 Commits

Author SHA1 Message Date
Willian Mitsuda f7e991329d
Add BEACON_API_URL param 2022-08-29 17:19:32 -03:00
Willian Mitsuda 27002994aa
Update instructions for current erigon 2 alpha series, where erigon runs an embedded rpcdaemon because of the merge 2022-08-29 17:11:27 -03:00
Willian Mitsuda b1fa7f79db Migrate docker build to work with vitejs structure; small improvements in the process 2022-08-05 03:32:42 -03:00
Willian Mitsuda c29a8a522e Add ots_getContractCreator docs 2022-02-22 15:27:08 -03:00
Willian Mitsuda 88d0116d4e Add docs for the new ots_getBlockDetails method 2022-02-19 01:57:16 -03:00
Willian Mitsuda 75a37f79d3
Add install instructions 2022-01-21 04:06:46 -03:00
Willian Mitsuda b56feb5412 Fix typos 2022-01-20 21:22:17 -03:00
Willian Mitsuda fb2d0f95fa Fix typos 2022-01-20 21:19:41 -03:00
Willian Mitsuda ac9a61102f Fix formatting 2022-01-20 21:14:38 -03:00
Willian Mitsuda 5e61cb4ffd Add examples 2022-01-20 21:13:51 -03:00
Willian Mitsuda db5d23fe54 Improve formatting 2022-01-20 20:42:36 -03:00
Willian Mitsuda 00da18463b Improve formatting 2022-01-20 20:36:21 -03:00
Willian Mitsuda 9d014b20c5 Add more explanation to search methods 2022-01-20 17:09:54 -03:00
Willian Mitsuda 8a523a39d5 Add more docs 2022-01-20 17:02:38 -03:00
Willian Mitsuda ccab6d90c6 Split install instructions page 2022-01-20 16:24:44 -03:00
Willian Mitsuda 0c2d862e66 Add docs for ots_search* methods 2022-01-15 23:21:39 -03:00
Willian Mitsuda a54cc9b23b First draft of custom json-rpc API docs 2022-01-04 18:49:20 -03:00
Willian Mitsuda 043b417703 Update Sourcify IPFS docs; change Sourcify integration to use public gateway by default 2021-10-17 22:57:19 -03:00
Willian Mitsuda 45920cb55f Updated instructions 2021-09-12 22:12:52 -03:00
Willian Mitsuda ea86619e91 Add sourcify doc instructions 2021-09-10 18:55:54 -03:00
ligi 071aee0d09
Replace protocol for cloning
otherwise on a server where you do not have a key you can end up with:
```
$ git clone --recurse-submodules git@github.com:wmitsuda/otterscan.git
Cloning into 'otterscan'...
Warning: Permanently added the RSA host key for IP address '140.82.121.3' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
```

with https you do not need a key:

```
$ git clone --recurse-submodules https://github.com/wmitsuda/otterscan.git
Cloning into 'otterscan'...
remote: Enumerating objects: 1966, done.
remote: Counting objects: 100% (770/770), done.
remote: Compressing objects: 100% (408/408), done.
remote: Total 1966 (delta 431), reused 458 (delta 330), pack-reused 1196
Receiving objects: 100% (1966/1966), 893.74 KiB | 6.72 MiB/s, done.
Resolving deltas: 100% (1285/1285), done.
Submodule '4bytes' (https://github.com/ethereum-lists/4bytes.git) registered for path '4bytes'
Submodule 'trustwallet' (https://github.com/trustwallet/assets.git) registered for path 'trustwallet'
Cloning into '/home/gather/otterscan/4bytes'...
remote: Enumerating objects: 333320, done.        
remote: Counting objects: 100% (126744/126744), done.        
remote: Compressing objects: 100% (7043/7043), done.        
remote: Total 333320 (delta 93), reused 126704 (delta 63), pack-reused 206576
Receiving objects: 100% (333320/333320), 41.83 MiB | 8.25 MiB/s, done.
Resolving deltas: 100% (566/566), done.
Cloning into '/home/gather/otterscan/trustwallet'...
remote: Enumerating objects: 166463, done.        
remote: Counting objects: 100% (94/94), done.        
remote: Compressing objects: 100% (73/73), done.        
remote: Total 166463 (delta 43), reused 60 (delta 21), pack-reused 166369        
Receiving objects: 100% (166463/166463), 440.42 MiB | 7.55 MiB/s, done.
Resolving deltas: 100% (72008/72008), done.
Submodule path '4bytes': checked out '1cc7e25c840ae9d985c12768b0cbd0ece3fc5400'
Submodule path 'trustwallet': checked out '7bfa06acc125a4874d86bc1fa8e4547a46846e31'
```
2021-09-03 22:14:58 +02:00
Willian Mitsuda 9ff483e85b Migrate to node 14; make it clear we require npm 7 in dev docs 2021-07-16 18:31:34 -03:00
Willian Mitsuda 54bc06a7ad Updated build instructions 2021-07-14 18:10:07 -03:00
Willian Mitsuda dae5111258 Make docker run the default run method; move alternative methods to their own page 2021-07-08 17:57:45 -03:00